Skip to content

Configure channel

POST
/alerts/v1/notifications/create
curl --request POST \
--url http://localhost:3000/alerts/v1/notifications/create \
--header 'Content-Type: application/json' \
--data '{ "manager": "grafana", "name": "functional-metrics-email", "type": "email", "config": { "recipientAddresses": "yravinderkumar33@gmail.com;ravinder@sanketika.in", "subject": "Obsrv Prod Alert" } }'
Media type application/json
object
Example
{
"manager": "grafana",
"name": "functional-metrics-email",
"type": "email",
"config": {
"recipientAddresses": "yravinderkumar33@gmail.com;ravinder@sanketika.in",
"subject": "Obsrv Prod Alert"
}
}

Successful response

Media type application/json