Webhooks
Event Reference
The curated 10-event catalog that developer apps can subscribe to. Org-scoped webhooks may subscribe to any registry entry; developer app webhooks are restricted to this subset.
Event Reference
Developer apps (platform.app_webhooks subscriptions) may only subscribe to the 10 events below. This curated slice is stable — adding a new developer-facing event is a PRD-scoped change because every receiver treats an unknown event as an error.
Org-scoped webhooks (platform.webhooks, used by in-house integrations like Slack/Zapier) may subscribe to any entry in the full registry; see the admin UI for the complete list.
Identity
| Event | Description |
|---|---|
member.added | A member was added to the organization |
member.removed | A member was removed from the organization |
member.role_changed | A member's role was changed |
Productivity
| Event | Description |
|---|---|
task.created | A new task was created |
task.updated | A task was updated |
task.completed | A task was completed |
task.deleted | A task was deleted |
Platform
| Event | Description |
|---|---|
app.installed | An app was installed |
app.uninstalled | An app was uninstalled |
developer.credentials.rotated | App credentials were rotated |