Channels
Notification channels / integrations and per-check bindings
List notification channels
List notification channels
Create a notification channel
Create a notification channel
Get a notification channel
Get a notification channel
Update a notification channel
Update a notification channel
Delete a notification channel
Delete a notification channel
Rotate a webhook channel's signing secret
Rotates the per-channel signing secret (webhook channels only). The current secret becomes the previous one (valid for a 24 h grace window) and a fresh secret is generated. Returns 400 for non-webhook channels.
Send a sample notification through a channel
Sends a sample notification through the channel to verify it is wired correctly. Always returns 200 for a notifiable channel; inspect the `success` field to know whether delivery worked. Returns 400 for data-source-only channel types.
List member identity mappings for an integration
Returns every organization member together with their identity on this integration (e.g. their Slack user id on the connected workspace). Identities are used to mention the on-call person in channel alerts; they are never used for paging. Read-only and cheap: this never calls out to the provider. Slack-only — other integration types return 400.
Re-run the member identity auto-match
Looks every organization member up in the connected Slack workspace by email (`users.lookupByEmail`) and records the matches. Manual overrides are never overwritten, and a workspace account that two members both resolve to is reported ambiguous and written nowhere. Admin only.
Set a member's identity on an integration
Records an admin-chosen mapping between an organization member and a workspace user. The external id may be claimed by at most one member per integration. Admin only.
Clear a member's identity on an integration
Clear a member's identity on an integration
List channels bound to a check
List channels bound to a check
Replace the full set of channels bound to a check
Replace the full set of channels bound to a check
Bind a single channel to a check
Bind a single channel to a check
Unbind a single channel from a check
Unbind a single channel from a check