cURL
curl --request POST \ --url https://api.opnform.com/external/zapier/webhook \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "hookUrl": "<string>", "form_id": 123 }'
This endpoint is used to set up a webhook for new form submissions.
Personal Access Token
The URL provided by Zapier to send the submission data
The ID of the form for which to trigger the webhook
Webhook successfully set up