Telegram notifications
Receive Barfinex signals, position events, and warnings in Telegram using deployment-managed notification settings.
Overview
Telegram notifications can deliver signals, position events, and warnings to a private chat, group, or channel. Public documentation should describe the setup conceptually; exact secret names belong to the deployment templates and internal runtime docs.
Setup Checklist
- Create a Telegram bot with BotFather.
- Add the bot to the destination chat, group, or channel.
- Store the bot token and destination id in the deployment secret store.
- Enable notifications for the target Barfinex runtime.
- Restart or redeploy the service if the deployment model requires it.
- Send a test notification and check runtime logs for delivery errors.
Safety
- Never publish bot tokens or chat ids.
- Do not paste secret-bearing
.envfiles into support tickets or screenshots. - Use separate destinations for production alerts and development tests.
For Bot API details, see the official Telegram Bot API documentation.