Address in Webhook Body

School_Bus
Participant V

I have an issue where I’m trying to send an address in the body of the webhook, but I get the following error
Error: Failed to parse JSON due to Additional text encountered after finished reading JSON content: C. Path ‘’, line 1, position 4… Invalid JSON value starts with:

I’m guessing this has to do with the space after the street number. How should I resolve this? In my body I have
<<[Address]>>

0 4 137
4 REPLIES 4

Add quotes?

"<<[Address]>>"

Awesome!! That did it.

Next problem, my webhook isn’t hitting it’s endpoint in Inetgromat, I can see the monitor says it made the task run, but integromat isn’t noticing it’s webhook getting hit. Any thoughts?

I suggest using Postman to test webhooks.

School_Bus
Participant V

great, that helped me troubleshoot the issue. Thank you

Top Labels in this Space