notifications
Create a notification channel
Create a notification channel of any supported type. The type field discriminates the body shape.
post/notifications
Request body
Example request
{
"notificationName": "Ops on-call email",
"type": "email",
"address": "alerts@example.com"
}Response
OK