Axalot

Telegram callbacks

How Axalot sends conversion and event notifications to Telegram through Telegram Bot callbacks.

Console path

Console / Tracker / Postbacks

Requirements

Telegram Bot callbacks require:

FieldRequirement
TypeTelegram Bot
Telegram botRequired.
Chat IDRequired numeric Telegram chat id.
MessageRequired notification text.
EventsMap the events that should trigger messages.

Use cases

  1. Notify a team channel about accepted conversions.
  2. Monitor high-value redeposits.
  3. Send QA notifications during launch testing.
  4. Alert operators when a specific funnel event occurs.

Keep messages readable

Telegram notifications should be short and operational. Put detailed debugging in reports and logs, not in every chat message.

On this page