Skip to content

Verify Configured Channel

POST
/alerts/v1/notifications/test
curl --request POST \
--url http://localhost:3000/alerts/v1/notifications/test \
--header 'Content-Type: application/json' \
--data '{ "message": "Testing Email integration. If you can read this, it'\''s working!", "payload": { "error": { "selectChannel": true, "configureChannel": true }, "manager": "grafana", "name": "udhw", "type": "email", "config": { "recipientAddresses": "jerald@sanketika.in" } } }'
Media type application/json
object
Example
{
"message": "Testing Email integration. If you can read this, it's working!",
"payload": {
"error": {
"selectChannel": true,
"configureChannel": true
},
"manager": "grafana",
"name": "udhw",
"type": "email",
"config": {
"recipientAddresses": "jerald@sanketika.in"
}
}
}

Successful response

Media type application/json