What is a Webhook?
A webhook is a method used to send HTTP POST requests to a URL. They can be used to link apps together or to send data. Read more!
Using Blocksurvey Webhooks, you'll be able to send data to any app or service that supports inbound Webhook.
How to set up a Webhook?
Go to the Integrations tab of the survey.
Select Webhooks and click Add New Webhook.
Add a Name and Webhook URL.
Click the Send Test Request button. The test request will send a sample payload with dummy data in the same structure as your survey. This helps you validate your endpoint without requiring a live submission.
Finally, turn ON the status. From now on, every new response submission will automatically send a copy of the data to your Webhook URL.
Find below the request sent through Webhook.
Send Webhooks Based on Response Conditions
If you only want webhook data to be sent for certain responses, you can configure a Send Condition.
After the Webhook configuration is setup:
Scroll down to the Send Condition section.
Click Add condition.
Select the survey question/variable you want to evaluate.
Choose the matching condition and value.
Use Add conditional group to create multiple condition groups.
Click Send Test Request to verify your webhook configuration.
That’s it! You’ve successfully set up a webhook in BlockSurvey.
Need help? Reach us anytime at [email protected].



