Skip to main content
POST
Bulk create notification channels

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

The ID of the Organization the notification channels will belong to.

Body

application/json

The request body containing the notification channels to create.

notificationChannels
(DAG_TRIGGER · object | EMAIL · object | OPSGENIE · object | PAGERDUTY · object | SLACK · object)[]
required

The notification channels to create. At most 30 per request.

Required array length: 1 - 30 elements

Response

OK

notificationChannels
object[]
required

The notification channels that were created.