Webhook Management
Subscribe to a Webhook
This endpoint allows Pabbly Connect to create a subscription for a specific Quizify funnel.
Once the subscription is created, Quizify sends new submission data from the selected funnel to the webhook endpoint configured by Pabbly Connect.
Authentication
Request Body
Request Parameters
Parameter | Required | Description |
| Yes | The HTTPS URL where Quizify sends funnel submission data. |
| Yes | A label used to identify the subscription event. |
| Yes | The shortcode of the Quizify funnel to subscribe to. |
| No | Custom headers that should be included with webhook requests. |
Success Response
After the subscription is successfully created, submit the selected Quizify funnel to trigger the workflow and send the submission data to Pabbly Connect.
Unsubscribe from a Webhook
This endpoint allows Pabbly Connect to remove an existing subscription for a Quizify funnel.
Authentication
Request Body
The request uses the same authentication and request structure as the existing webhook unsubscribe endpoint.
Success Response