v30

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-017419232.3 KB
notifications

Create a notification channel

Create a notification channel of any supported type. The type field discriminates the body shape.

post/notifications

Request body

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example request

{
  "notificationName": "Ops on-call email",
  "type": "email",
  "address": "alerts@example.com"
}

Response

OK

successtrue required
msgstring required
{"stackTrail":"paths:/notifications:post:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown","nullable":true}