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.

Create Telegram Link

Дали треба да испратите порака за сите овие контакти одеднаш?

Испраќајте масовни Viber и SMS кампањи, трансакциски предупредувања и OTP кодови до вашите клиенти ширум светот со бизнис платформата SMSBAT - еден API, директни маршрути на операторот, плаќајте додека одите.

Step-by-step guide: How to Create a Telegram Link: t.me Links, Deep Links with a Start Parameter, and QR Codes

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

Feature Standard t.me Link Payload Start Link
User Action Press '/start' Press '/start'
Bot Intelligence Generic greeting sent Highly contextual greeting
Marketing Attribution Lost completely Tracked 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",
  "to": "TELEGRAM_USER_ID",
  "text": "Welcome! We detected you clicked the promo link."
}
Telegram Link FAQs