Alarms
Create recipient
Create a new notification recipient
post/alarms/recipients
Response
Recipient created successfully
Example response
{
"id": 1,
"type": "email",
"value": "team@example.com",
"name": "Default"
}Create a new notification recipient
Recipient created successfully
{
"id": 1,
"type": "email",
"value": "team@example.com",
"name": "Default"
}