added webhook docs

This commit is contained in:
Zai Shi 2025-04-07 17:15:49 -07:00
parent cc3c563c76
commit a7679f862e

View File

@ -60,6 +60,10 @@ Please refer to the webhook endpoint API reference for more details on the avail
- [team.created](/rest-api/webhooks/teams/team-created)
- [team.updated](/rest-api/webhooks/teams/team-updated)
- [team.deleted](/rest-api/webhooks/teams/team-deleted)
- [team_membership.created](/rest-api/webhooks/teams/team-membership-created)
- [team_membership.deleted](/rest-api/webhooks/teams/team-membership-deleted)
- [team_permission.created](/rest-api/webhooks/teams/team-permission-created)
- [team_permission.deleted](/rest-api/webhooks/teams/team-permission-deleted)
## Examples