How to setup webhooks "Video Guide"

Hi, we’ve received several requests about how to set up webhooks with the conversational form “collect data.”

I have made a short video that explains the process.

Here is the code example that I have used as a JSON body, so you can copy and paste this and modify it as you wish.

{
"Name": "{{data.answer1}}",
"Email": "{{data.answer2}}",
"Options": "{{data.answer3}}"
}