AlertRuleChannel
- Type: integer · ChannelTypeenum
type requiredInteger numbers.
values1 Call
2 Sms
3 Telegram
4 Email
- Type: object · CallChannelOptions nullable
call - Type: object · EmailChannelOptions nullable
email - Type: string
email Address required - Type: boolean
is Interactive If true, allows the user to resolve the event using a link inside the email.
- Type: object · SmsChannelOptions nullable
sms - Type: boolean
is Interactive If true, allows the user to resolve the event using a link inside the SMS message.
- Type: object · TelegramChannelOptions nullable
telegram - Type: integer | string
chat Id Pattern: ^-?(?:0|[1-9]\d*)$Format: int64requiredThe Telegram chat ID between the Notifense Telegram bot and the user.
- Type: boolean
is Interactive requiredIf true, allows the user to resolve the event using buttons in the Telegram message.