Qualify Leads via Telegram Bot
Automatically extract lead qualification details from webhook data and send formatted summaries to a Telegram group chat, keeping your sales team instantly informed.
Introduction
The Telegram Lead Qualifier Bot workflow automates lead qualification updates by extracting key information from incoming webhook data and sending a neatly formatted summary directly to a Telegram group chat. This keeps your team instantly informed about new leads without any manual data handling.
It does three things:
- Listens for incoming webhook data containing lead qualification details.
- Uses an AI agent to extract and format the "Convinced", "Excited", and "Budget" fields into a clean, readable Telegram message.
- Sends this formatted message to a specified Telegram group chat for your team.
What You Need
- A Needle account with access to workflow automation.
- A Telegram bot token connected through the Telegram Bot API connector.
- The chat ID of the Telegram group where you want to send lead updates.
- A webhook source sending lead qualification data compatible with this workflow.
How the Flow Works
| Step | Node | Description |
|---|---|---|
| 1 | Webhook Trigger | Waits for incoming webhook data containing lead qualification info to kick off the workflow. |
| 2 | AI Node | Extracts and formats the key fields (Convinced, Excited, Budget) from the webhook payload into a Markdown message suitable for Telegram. It also includes any extra relevant context found in the data. |
| 3 | Telegram Bot API Node | Sends the formatted message to your specified Telegram group chat so your team receives instant updates on new lead qualifications. |
Output
At the end of the flow, your designated Telegram group chat receives a nicely formatted message like this:
🔔 *New Lead Qualification* 💪 Convinced: [value] 🔥 Excited: [value] 💰 Budget: [value] [Optional extra context]
This message helps your team quickly grasp a lead's status and budget without digging through raw data.
Notes
- Make sure your Telegram bot has permission to send messages to the target group chat.
- The workflow uses Telegram Markdown formatting — avoid special characters that might break the format.
- You can customize the AI prompt if your webhook's data structure varies significantly from the default.
- Test the webhook payload to ensure all required fields (Convinced, Excited, Budget) are present for accurate extraction.
Want to showcase your own workflows?
Become a Needle workflow partner and turn your expertise into recurring revenue.
