Create
alertChannels
Create
Create an email, signed webhook, or Slack channel. Endpoint credentials are encrypted; a generated signing secret is shown only once.
POST
Create
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
Body
application/json
Response
Alert channel created. A signed webhook secret is shown exactly once.
Pattern:
^[a-z][a-z0-9-]{1,61}$Available options:
email, signed_webhook, slack Masked email address or endpoint. Full destinations are never returned.
Non-secret suffix that identifies which stored credential is active.
For a signed webhook, the delivery verification secret shown exactly once; null for other channel kinds.