Address in Webhook Body

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 140
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.

great, that helped me troubleshoot the issue. Thank you

Top Labels in this Space