Production Workflow
Production-ready workflow: Production Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation.
Integrations Used (3)
Prerequisites
Required Credentials (3)
Multiple services required
This workflow needs 3 different credentials. Make sure you have accounts for all services before importing.
Complexity
Expert level. Custom code, complex logic, many integrations.
When to Use This Workflow
Real-time Response
React instantly when events happen - new orders, form submissions, or API calls.
Zero delay between trigger and action for time-sensitive workflows.
Time Savings
Replace repetitive manual tasks with reliable automation.
Reclaim hours every week for higher-value work.
Error Reduction
Eliminate human error from routine processes with consistent automation.
Improve accuracy and reliability across your workflows.
{
"nodes": [
{
"name": "chatID",
"type": "n8n-nodes-base.function",
"notes": "username and language",
"position": [
-100,
680
],
"parameters": {
"functionCode": "// Telegram uses the following language codes: https://en.wikipedia.org/wiki/IETF_language_tag\r\n\r\nvar data = $node[\"Telegram Trigger\"].json;\r\nconst botlang = [\"ru\", \"en\"]; // Update this after adding new language in the dictionary\r\n\r\n// Assign the default language if the translation is not yet ready\r\nvar curlang = botlang.includes(data.message.from.language_code) ? data.message.from.language_code : \"en\";\r\n\r\nreturn [{json: {chatID : data.message.chat.id,\r\n lang : curlang\r\n}}];"
},
"notesInFlow": true,
"typeVersion": 1,
"id": "node-26ded2bb"
},
{
"name": "Merge",
"type": "n8n-nodes-base.merge",
...Related Workflows
Deep Research Report Generation Using Open Router, Google Search, Webhook/Telegram and Notion
Automated workflow: Deep Research Report Generation Using Open Router, Google Search, Webhook/Telegram and Notion. This...
google drive to instagram, tiktok and youtube
Automated workflow: google drive to instagram, tiktok and youtube. This workflow integrates 11 different services: write...
template in store
Automated workflow: template in store. This workflow integrates 11 different services: writeBinaryFile, stickyNote, http...
Telegramtrigger Workflow
Automated workflow: Telegramtrigger Workflow. This workflow integrates 8 different services: telegramTrigger, httpReques...
Telegramtrigger Workflow
Automated workflow: Telegramtrigger Workflow. This workflow integrates 13 different services: telegramTrigger, stickyNot...
Telegram Tron Wallet Blacklist Checker
This n8n workflow template allows users to check if a Tron wallet address is blacklisted on the USDT contract via a Tele...