Create a channel, through which an alert can be sent.
The unique identifier of the entity
Internationalized title of the channel.
The type of channel. Can be email, slack, sms or webhook.
RFC 3339 date time string indicating when the resource was created
RFC 3339 date time string indicating when the resource was last updated
Config for an Alert email channel.
npm install @luzmo/nodejs-sdk
{ "id": "0218f31b-0296-4cce-b2a4-384f27d2526a", "name": { "en": "Webhook Channel" }, "config": { "url": "< url >", "secret": "< secret >" } }