mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 02:10:12 -06:00
docs: updated API playground link in the webhooks docs (#5301)
This commit is contained in:
@@ -7,13 +7,13 @@ description: "With webhooks, you can receive real-time HTTP notifications when s
|
||||
|
||||
Webhooks are configured to send notifications based on trigger events. The available triggers include:
|
||||
|
||||
* **`responseCreated`**
|
||||
- **`responseCreated`**
|
||||
|
||||
* **`responseUpdated`**
|
||||
- **`responseUpdated`**
|
||||
|
||||
* **`responseFinished`**
|
||||
- **`responseFinished`**
|
||||
|
||||
***
|
||||
---
|
||||
|
||||
### **Creating Webhooks**
|
||||
|
||||
@@ -21,23 +21,23 @@ You can create webhooks either through the **Formbricks App UI** or programmatic
|
||||
|
||||
#### **Creating Webhooks via UI**
|
||||
|
||||
* **Log in to Formbricks**
|
||||
- **Log in to Formbricks**
|
||||
Navigate to the **Integrations** Tab after logging in.
|
||||
|
||||

|
||||
|
||||
* Click on **Manage Webhooks** & then **Add Webhook** button:
|
||||
- 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.
|
||||
- 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!
|
||||
- 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!
|
||||
- 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](https://documenter.getpostman.com/view/11026000/2sA3Bq5XEh#62e6ec65-021b-42a4-ac93-d1434b393c6c).
|
||||
**API**: Use our documented methods on the **Creation**, **List**, and **Deletion** endpoints of the Webhook API mentioned in our [API v2 playground](https://formbricks.com/docs/api-v2-reference/management-api-%3E-webhooks/get-webhooks).
|
||||
|
||||
If you encounter any issues or need help setting up webhooks, feel free to reach out to us on [**GitHub Discussions**](https://github.com/formbricks/formbricks/discussions). 😃
|
||||
If you encounter any issues or need help setting up webhooks, feel free to reach out to us on [**GitHub Discussions**](https://github.com/formbricks/formbricks/discussions). 😃
|
||||
|
||||
Reference in New Issue
Block a user