Unique ID for the form. Find in your form URL. For example, in the URL "https://mysite.typeform.com/to/u6nXL7" the form_id is u6nXL7.
tag
string, required
Unique name you want to use for the webhook.
Request Body
enabled
boolean
True if you want to send responses to the webhook immediately. Otherwise, false.
event_types
object
An object with the event types to which this webhook is subscribed. The webhook will be triggered each time any of these events occurs.
secret
string
If specified, will be used to sign the webhook payload with HMAC SHA256, so that you can verify that it came from Typeform.
url
string
Webhook URL.
verify_ssl
boolean
True if you want Typeform to verify SSL certificates when delivering payloads.