From d274a46f5d3d527fc4b95f0f90c7504ba07e20de Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Tue, 19 Nov 2024 21:59:00 +0100 Subject: [PATCH] Add link to webhook reference from guides --- docs/fern/docs/pages/concepts/webhooks.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/fern/docs/pages/concepts/webhooks.mdx b/docs/fern/docs/pages/concepts/webhooks.mdx index 2d5c05303..6138d5bc9 100644 --- a/docs/fern/docs/pages/concepts/webhooks.mdx +++ b/docs/fern/docs/pages/concepts/webhooks.mdx @@ -5,6 +5,8 @@ subtitle: Syncing team & user data with your backend Webhooks are a powerful way to keep your backend in sync with Stack. They allow you to receive real-time updates when events occur in your Stack project, such as when a user or team is created, updated, or deleted. +For more information and a list of all webhooks, please refer to the [webhook API reference](/rest-api/webhooks). + ## Setting up webhooks In the Stack dashboard, you can create a webhook endpoint in the "Webhooks" section. After creating this endpoint with your server URL, you will start receiving POST requests with a JSON payload at that endpoint. The event payload will look something like this: