Associate Channel

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/channel

Associate the channel with an organization and/or an alert. The association with a user is automatically created upon creation of a channel.

Request parametersResponse schema
id UUID

The unique identifier of the entity

name Multilingual string

Internationalized title of the channel.

type STRING

The type of channel. Can be email, slack, sms or webhook.

created_at DATETIME

RFC 3339 date time string indicating when the resource was created

updated_at DATETIME

RFC 3339 date time string indicating when the resource was last updated

config OBJECT
Schema

Config for an Alert email channel.

message Multilingual string
subject Multilingual string
recipients ARRAY[OBJECT]
Can be executed by:
Channel Owner
Organization Member
Can be associated to:
User
Organization
Alerts
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
Click Try it to start a request and see the response here