Create Telegram Link

What is a Telegram Start Link?

A t.me link capable of passing hidden data payloads.

When a user clicks a `t.me/username?start=payload` link, the Telegram app opens and prompts them to press 'Start'. Instantly, your bot receives the `payload` securely, allowing it to adapt its welcome message dynamically.

How the Generator Works

1

Enter Username

Input the exact @ of your Telegram Bot or Group.

2

Set Parameters

Attach alphanumeric strings to identify the traffic source.

3

Share the Link

Use the t.me link on your website or social media channels.

How to Use Telegram Links

Referral Programs

Pass affiliate IDs through the start parameter to track conversions.

Product Specific Prompts

Send the user specific product information immediately upon starting.

Multi-Channel Tracking

Use different start parameters for Facebook ads versus Google ads.

Deep Authentication

Pass temporary secure tokens to bind web sessions to Telegram accounts.

Generic Start vs Payload Start

FeatureStandard t.me LinkPayload Start Link
User ActionPress '/start'Press '/start'
Bot IntelligenceGeneric greeting sentHighly contextual greeting
Marketing AttributionLost completelyTracked perfectly

Receiving Start Payloads API

Detect and process incoming start payloads instantly using the Webhook interface.

POST /api/ChatHub/telegram-bot
{
  "api_key": "YOUR_SMSBAT_KEY",
  "username": "my_telegram_bot",
  "text": "Customer scanned QR code. Initiating automated flow in Telegram."
}