notifications

Create notification

Create a new notification integration

post/notifications

Request body

type'email' | 'webhook' | 'slack' | 'discord' | 'telegram' | 'zapier' required
namestring required
isActiveboolean

Example request

{
  "type": "email",
  "name": "Admin Email Notifications"
}

Response

Notification created successfully

Changes