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 |
EMA Event Subscriptions
Installed EMAs subscribe to platform events declaratively in their manifest (events.subscriptions). Each event below is delivered ONLY to an EMA whose installation was granted the listed EMA scope, and — for child-data events — only when guardian consent covers the subject child (fail-closed). Events without an EMA scope are not EMA-deliverable.
| Event | Description | EMA scope |
|---|---|---|
attendance.bulk_marked | Bulk attendance was recorded | attendance:read |
attendance.marked | Attendance was marked | attendance:read |
attendance.updated | An attendance record was updated | attendance:read |
enrollment.bulk_created | Bulk enrollments were created | students:read |
enrollment.created | An enrollment was created | students:read |
enrollment.withdrawn | An enrollment was withdrawn | students:read |