Telegram Provider is a provider that allows to notify alerts to telegram chats.
This provider requires authentication.
This provider can be used in workflows.
As “action” to make changes or update data, example:
Check the following workflow examples:
Telegram only supports limited formatting options. Refer to the Telegram Bot API documentation for more information.
The TelegramProviderAuthConfig class takes the following parameters:
To use the Telegram Provider you’ll need a bot token. How to create telegram bot - https://core.telegram.org/bots#how-do-i-create-a-bot
See examples/alerts/db_disk_space_telegram.yml
for a full working example.
Telegram Provider is a provider that allows to notify alerts to telegram chats.
This provider requires authentication.
This provider can be used in workflows.
As “action” to make changes or update data, example:
Check the following workflow examples:
Telegram only supports limited formatting options. Refer to the Telegram Bot API documentation for more information.
The TelegramProviderAuthConfig class takes the following parameters:
To use the Telegram Provider you’ll need a bot token. How to create telegram bot - https://core.telegram.org/bots#how-do-i-create-a-bot
See examples/alerts/db_disk_space_telegram.yml
for a full working example.