Skip to main content

Create channel

POST 

/api/v1/notifications/channels

Create a new notification channel with configuration.

Request Body

Channel creation data including name, type, and configuration.

Responses

  • 201 OK: Channel created successfully.
  • 400 Bad Request: Validation error.
  • 409 Conflict: Channel with same name already exists.
  • 404 Not Found: Channel type not found.
  • 503 Service Unavailable: Channel validation failed.

Request

Responses

Channel created successfully