diff --git a/docs/xm-and-surveys/core-features/integrations/webhooks.mdx b/docs/xm-and-surveys/core-features/integrations/webhooks.mdx index f4f141eb41..d75776f2ed 100644 --- a/docs/xm-and-surveys/core-features/integrations/webhooks.mdx +++ b/docs/xm-and-surveys/core-features/integrations/webhooks.mdx @@ -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! -* 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! -![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). 😃 \ No newline at end of file +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). 😃