Skip to main content

How to setup a Webhook in BlockSurvey

Updated this week

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?

  1. Go to the Integrations tab of the survey.

  2. Select Webhooks and click Add New Webhook.


  3. Add a Name and Webhook URL.

  4. 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.

  5. Finally, turn ON the status. From now on, every new response submission will automatically send a copy of the data to your Webhook URL.

  6. Find below the request sent through Webhook.

That’s it! You’ve successfully set up a webhook in BlockSurvey.

Need help? Reach us anytime at [email protected].

Did this answer your question?