Create a webhook
Creates a webhook for a given form
POST
Request
Body parameters
The public identifier of the form for which you want to retrieve submissions. This should be a string.
The endpoint where you’d like to listen for submissions
Once subscribed, your webhook will receive submissions in the same format as the entries in the responses
list from the /submissions
endpoint above.