mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Add link to webhook reference from guides
This commit is contained in:
parent
a041cc2d3f
commit
d274a46f5d
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user