AlertRuleChannel

  • type
    Type: integer · ChannelTypeenum
    required

    Integer numbers.

    values
    • 1

      Call

    • 2

      Sms

    • 3

      Telegram

    • 4

      Email

  • call
    Type: object · CallChannelOptions nullable
  • email
    Type: object · EmailChannelOptions nullable
    • emailAddress
      Type: string
      required
    • isInteractive
      Type: boolean

      If true, allows the user to resolve the event using a link inside the email.

  • sms
    Type: object · SmsChannelOptions nullable
    • isInteractive
      Type: boolean

      If true, allows the user to resolve the event using a link inside the SMS message.

  • telegram
    Type: object · TelegramChannelOptions nullable
    • chatId
      Type: integer | string Pattern: ^-?(?:0|[1-9]\d*)$Format: int64
      required

      The Telegram chat ID between the Notifense Telegram bot and the user.

    • isInteractive
      Type: boolean
      required

      If true, allows the user to resolve the event using buttons in the Telegram message.