Webhooks
With webhooks, you can receive real-time HTTP notifications when specific objects change in your Formbricks environment. This allows you to stay updated and trigger automated actions based on these events.
Webhook Triggers
Webhooks are configured to send notifications based on trigger events. The available triggers include:
-
responseCreated
-
responseUpdated
-
responseFinished
Creating Webhooks
You can create webhooks either through the Formbricks App UI or programmatically via the Webhook API.
Creating Webhooks via UI
- Log in to Formbricks Navigate to the Integrations Tab after logging in.
- Click on Manage Webhooks & then Add Webhook button:
- Add your webhook listener endpoint & test it to make sure it can receive the test endpoint otherwise you will not be able to save it.
-
Now add the triggers you want to listen to and the surveys!
-
That’s it! Your webhooks will not start receiving data as soon as it arrives!
API: Use our documented methods on the Creation, List, and Deletion endpoints of the Webhook API mentioned in the Postman Documenter.
If you encounter any issues or need help setting up webhooks, feel free to reach out to us on GitHub Discussions. 😃
Was this page helpful?