Install
openclaw skills install @ipythoning/telegram-toolkitProvides Telegram-based B2B sales tools with bot commands, inline keyboards for quick BANT qualification, large file sharing, and channel-specific sales stra...
openclaw skills install @ipythoning/telegram-toolkitBot commands, inline keyboards, large file handling, and channel-specific sales strategies for Telegram-based B2B SDR.
| Advantage | Impact |
|---|---|
| No 72h window | Proactive outreach anytime — nurture, follow-ups, stalled leads |
| 2GB file limit | Full product catalogs, certifications, video demos |
| Bot commands | Structured self-service (/catalog, /quote, /status) |
| Inline keyboards | One-tap BANT qualification, 3-5x faster than free-text |
| Username-based | Lower barrier — customer doesn't expose phone number |
| Free API | No per-message cost |
| No account bans | Bot API is stable, unlike WhatsApp's aggressive anti-automation |
Register these commands with @BotFather using /setcommands:
start - Welcome message and product overview
catalog - Browse product catalog
quote - Request a quotation
status - Check order or quote status
contact - Speak with a human representative
language - Change conversation language
/starttelegram_organic, status = new/catalog/quote/statusStep 1 — Need (Product):
{
"text": "What products are you interested in?",
"reply_markup": {
"inline_keyboard": [
[{"text": "{{product_1}}", "callback_data": "product_1"}],
[{"text": "{{product_2}}", "callback_data": "product_2"}],
[{"text": "{{product_3}}", "callback_data": "product_3"}],
[{"text": "📋 Full catalog", "callback_data": "full_catalog"}]
]
}
}
Step 2 — Budget (Volume):
{
"text": "What's your estimated order quantity?",
"reply_markup": {
"inline_keyboard": [
[{"text": "< 100 units", "callback_data": "qty_small"}],
[{"text": "100-500", "callback_data": "qty_medium"}],
[{"text": "500-1000", "callback_data": "qty_large"}],
[{"text": "1000+", "callback_data": "qty_bulk"}]
]
}
}
Step 3 — Timeline:
{
"text": "When do you need delivery?",
"reply_markup": {
"inline_keyboard": [
[{"text": "This month", "callback_data": "timeline_urgent"}],
[{"text": "1-3 months", "callback_data": "timeline_soon"}],
[{"text": "3-6 months", "callback_data": "timeline_planning"}],
[{"text": "Just exploring", "callback_data": "timeline_exploring"}]
]
}
}
Step 4 — Authority: After 3 keyboard interactions, ask naturally in conversation: "Are you the purchasing decision-maker, or should I prepare materials for your team?" (Don't use a keyboard for this — it feels too transactional.)
Send after qualification is complete:
{
"text": "How can I help you next?",
"reply_markup": {
"inline_keyboard": [
[{"text": "📋 Get a quote", "callback_data": "action_quote"}],
[{"text": "📦 Product specs", "callback_data": "action_specs"}],
[{"text": "🏭 Factory info", "callback_data": "action_factory"}],
[{"text": "👤 Talk to sales rep", "callback_data": "action_human"}]
]
}
}
Telegram's 2GB limit makes it the best channel for heavy files:
| Use Case | File | Action |
|---|---|---|
| Product catalog | PDF, 10-100MB | Send directly via Telegram |
| Certification docs (ISO, CE, etc.) | PDF, 1-20MB | Send on request |
| Product video / factory tour | MP4, 50MB-2GB | Send via Telegram, link on WhatsApp |
| Test reports | PDF, 1-10MB | Send on request |
| Proforma invoice | PDF, < 5MB | Send here + email for formal record |
Cross-channel file routing: When customer is on WhatsApp and needs a large file:
"The full catalog is 85MB — I'll send it to you on Telegram. What's your Telegram username?"
In these markets, treat Telegram as the primary channel:
| Market | Why Telegram First |
|---|---|
| Russia / CIS | 80%+ business messaging on Telegram |
| Iran | Telegram is the dominant platform |
| Eastern Europe | Strong Telegram adoption for B2B |
| Central Asia | Telegram preferred over WhatsApp |
| Tech/crypto industry | Global preference for Telegram |
Detection: Check CRM country field. If Russia/CIS/Iran/Eastern Europe, default to Telegram-first strategy.
Telegram has no messaging window — ideal for long-term nurture:
| Timing | Content |
|---|---|
| Day 0 | Initial contact + product overview |
| Day 3 | Relevant case study or industry insight |
| Day 7 | Specific product recommendation based on their interest |
| Day 14 | New product announcement or limited offer |
| Day 30 | Market update or trade show invitation |
| Day 60+ | Quarterly check-in with personalized industry news |
For customers who follow your brand channel:
secrets.sh, never in config.sh or workspace filesdmPolicy: "pairing" requires pairing code — use for exclusive/VIP accessdmPolicy: "open" (not available in all OpenClaw versions) — accepts all DMs