Add link to webhook reference from guides

This commit is contained in:
Konstantin Wohlwend 2024-11-19 21:59:00 +01:00
parent a041cc2d3f
commit d274a46f5d

View File

@ -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: