docs: updated API playground link in the webhooks docs (#5301)

This commit is contained in:
Piyush Gupta
2025-04-09 14:03:36 +05:30
committed by GitHub
parent 8018ec14a2
commit a896c7e46e

View File

@@ -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.
![Step one](https://res.cloudinary.com/dwdb9tvii/image/upload/v1738093544/mugcz9gn3wxg2cucq6wj.webp)
* Click on **Manage Webhooks** & then **Add Webhook** button:
- Click on **Manage Webhooks** & then **Add Webhook** button:
![Step two](https://res.cloudinary.com/dwdb9tvii/image/upload/v1738094259/j4a92z2q43twgamogpny.webp)
* 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.
![Step three](https://res.cloudinary.com/dwdb9tvii/image/upload/v1738094617/image_kubsnz.jpg)
* Now add the triggers you want to listen to and the surveys!
- Now add the triggers you want to listen to and the surveys!
* Thats it! Your webhooks will not start receiving data as soon as it arrives!
- Thats it! Your webhooks will not start receiving data as soon as it arrives!
![Step five](https://res.cloudinary.com/dwdb9tvii/image/upload/v1738094816/image_xvrel1.jpg)**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).
![Step five](https://res.cloudinary.com/dwdb9tvii/image/upload/v1738094816/image_xvrel1.jpg)**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). 😃