Webhooks

Webhooks are automatic notifications (server to server communication) that are triggered with each form submission

/form/:id/webhook

Get all webhooks for the specified form

/form/:id/webhook

Add a webhook to the specified form

/webhook/:id

Get details for the specified webhook

/webhook/:id

Update the specified webhook

/webhook/:id

Delete the specified webhook