The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Telegram Bot Finance Integration",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "telegram-webhook",
"responseMode": "responseNode"
},
"id": "webhook-node",
"name": "Telegram Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"url": "http://localhost:3000/webhook/telegram",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{ $json }}"
},
"id": "forward-to-bot",
"name": "Forward to Bot",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
460,
300
]
},
{
"parameters": {
"respondWith": "text",
"responseBody": "OK"
},
"id": "respond",
"name": "Respond",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
680,
300
]
}
],
"connections": {
"Telegram Webhook": {
"main": [
[
{
"node": "Forward to Bot",
"type": "main",
"index": 0
}
]
]
},
"Forward to Bot": {
"main": [
[
{
"node": "Respond",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z",
"settings": {
"timezone": "UTC"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Telegram Bot Finance Integration. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/kimdat546/bot_than_giu_cua/blob/4c852c7ee2ab209142dc28a0a394c324117d5f4c/n8n-workflows/telegram-integration.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
77STF — Slack to CRM (calendar hint). Uses httpRequest. Webhook trigger; 6 nodes.
This workflow integrates with your Baserow 'Messages' table, triggering on 'Sent' status. Messages fire via WasenderAPI, rigorously logged as 'Outbound' in Baserow. Gain total control; drive results.
Saathi WhatsApp Message. Uses httpRequest. Webhook trigger; 5 nodes.
OarOre - Payment Chat Start -> WhatsApp. Uses httpRequest. Webhook trigger; 5 nodes.
🌿 W10 — Contact M&P → Telegram Micha → pause approbation → email famille. Uses httpRequest. Webhook trigger; 4 nodes.