Create Channel

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/channel
API call form
Examples
List of examples
  • Create a webhook channel
  • Create an email channel
  • Create an sms channel
  • Create a slack channel
Description

Create a channel of type webhook. After creating the channel, associate it to one or more alerts to start receiving the alert via that channel.

Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "id": "0218f31b-0296-4cce-b2a4-384f27d2526a",
  "name": {
    "en": "Webhook Channel"
  },
  "config": {
    "url": "< url >",
    "secret": "< secret >"
  }
}