Skip to main content
Create notification channels. Required fields depend on type (email, slack, discord, webhook, etc.).

Endpoints

Retrieve all

GET /notification-handlers/

Retrieve one

GET /notification-handlers/{notification_handler_id}

Create

POST /notification-handlers

Update

POST /notification-handlers/{notification_handler_id}

Delete

DELETE /notification-handlers/{notification_handler_id}