Customizing Your Alerts
POST /subscribers/{id}/api/v1/alerts
Authorization: RelayApiKey {apikey}
Content-type: application/json
{
"notification": "hello world",
"groups": ["mygroup"],
"on_ack": "thank you",
"quorum": 1,
"on_quorum": "already accepted",
"timeout": 120,
"on_timeout": "too slow",
"name": "myname"
}Last updated

