Leads

A lead is one conversion: one subscriber inside one campaign. The Leads table shows you every lead across all your campaigns with its current status, click id, and timestamps.

What a lead is

A lead is created the moment a subscriber presses /start in your bot with a campaign deep link. From that point on we track them through the join and any later leave — all under one lead record.

One lead per subscriber × campaign. If the same person starts the bot again — say, they came from a new ad — we don’t create a second lead. Instead we update the existing one with the newest click id and re-fire the wait postback so your tracker picks up the new click.

The five statuses

StatusWhat it means
waitPressed Start; hasn’t joined yet.
holdSubmitted a join request; waiting for admin approval (approval-required chats only).
approveJoined the chat, or their request was approved.
cancelLeft the chat voluntarily (within the unsub window).
trashWas kicked or banned (within the unsub window).

A leave after the unsub window still moves the lead to cancel or trash, but no postback is sent. The unsub window is set per campaign — see Campaigns.

Re-joins

If a lead comes back after leaving:

  • They re-join → the lead returns to approve and the approve postback fires again.
  • They start the bot with a new click → the click is overwritten and wait fires again.

No new lead is created either way. Your postback history reflects the full history of transitions on the one lead.

Organic joins = no lead

If a subscriber joins your chat without ever starting the bot, there’s no click id, so no lead is created and no postback is fired. The join is still recorded in the Activity journal — but it won’t appear in the Leads table.

Leads table — campaign and status filters, subscriber usernames, click ids

The leads table

Open Leads from the main menu.

Filters:

FilterOptions
CampaignAll campaigns, or a specific one
StatusAll, wait, hold, approve, cancel, trash
Date rangePick start/end by click date

Columns:

ColumnContent
SubscriberTelegram user id (and @username if available)
ClickThe click id from the deep link
StatusCurrent lead status
StartedWhen the lead was created (first /start)
JoinedWhen they reached approve
LeftWhen they reached cancel or trash (if applicable)

Export — click the Export CSV button to download the filtered view. The export includes all columns plus the campaign code.

Messaging your leads

Because every lead opened a dialogue with your bot, you can message them back — automatically when they reach a status, or as a one-off blast to a whole segment. See Broadcasts.