Skip to main content
POST
Add notification recipients

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
integer
required

Numeric id of the deployment that owns the notification.

id
integer
required

Numeric id of the notification (scheduled run).

Body

application/json

AddNotificationRecipientsInput

recipients
object[]
required

Recipients to subscribe (1–1000 per request)

Required array length: 1 - 1000 elements

Response

200 - application/json
createdRecipients
object[]
required

Recipients newly subscribed by this request

unchangedRecipients
object[]
required

Recipients that already existed and were left unchanged

updatedRecipients
object[]
required

Existing recipients whose properties (e.g. embed security context / attributes / groups, or Slack channel name) were updated