v1

latestOpenAPI 3.1.22026-08-0611530152.3 KB
Alarms

Create recipient

Create a new notification recipient

post/alarms/recipients

Response

Recipient created successfully

idinteger

Recipient ID

type'email' | 'webhook' | 'pagerduty' | 'opsgenie' | 'opsgenie-eu' | 'victorops' | 'slack' | 'teams'

Recipient type

valuestring

Recipient endpoint (email, URL, etc.)

namestring

Recipient name

optionsobject nullable

Additional options

Example response

{
  "id": 1,
  "type": "email",
  "value": "team@example.com",
  "name": "Default"
}