Create a webhook

Creates a webhook for a given form

post/webhook/create

Request body

formIdstring required

The public identifier of the form for which you want to create a webhook

urlstring uri required

The endpoint where you'd like to listen for submissions

Response

Webhook created successfully

idinteger required

The webhook ID

Changes