I dont understand how i can actually use the field data sent through, even though its coming through in the payload, GHL cannot reference it (its showing up as red instead of green)
So must i edit how the payload data is sent?
Thanks for any advice.
I included a video above and screenshot referencing my issue.
Attach screenshots, videos, or logs that demonstrate the issue.
I’m sorry to hear the webhooks are not working for you with Go High Level.
I’m not familiar with that tool, so I might be missing something, but from a quick look at their documentation, it seems like you can’t really use values inside an array. Unfortunately, we don’t currently have an option to change that in Baserow, so I’m not sure what to suggest here.
What i mentioned above would be my preferred method of doing this ^^ but as a secondary option, would it be possible to send the webhook to N8N first, then change the data structure so high level can reference it?
So i see that its possible to send headers with keys. I was hoping i could reference the variables and just put them in the headers + value. but i dont know how to format them to achieve this.
Header = id
Value = {{id}}
Header = email
Value = {{email}} or {{field_5678}}
something like that? how can i reference the values or fields like this?
The only option I see here is indeed using a tool like n8n that receives the original webhook from baserow, maps the items array into individual objects and sends that payload to the HighLevel platform