How to pass object to webhook body value?
I want to send key: contact:
with value: {"email": "user@email.com", "id": 377},
I was trying with quotes, without, with and without curly braces.
How shoud I form a string or waht to send an object
How to pass object to webhook body value?
I want to send key: contact:
with value: {"email": "user@email.com", "id": 377},
I was trying with quotes, without, with and without curly braces.
How shoud I form a string or waht to send an object
Best answer by Evan P
Thanks for clarifying, within the Webhook body you can not pass over an object. You will need to individual specify which key / value pair you wish to add. I have attached a screenshot of how to accomplish this.
I am using user attributes to fill in my values rather than hard coding them. For the syntax, you do not need any brackets or any quotes. If you wanted to hard code these values you can just enter them in without quotes.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.