Block 1 - Incoming Message Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow prevents your AI support bot from responding to every single message by intelligently aggregating rapid fire messages from users before generating a comprehensive response. Who's it f...
n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.postgres, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.respondtowebhook, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.telegramtrigger, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Naveen Choudhary.
Original n8n.io sourceThis workflow prevents your AI support bot from responding to every single message by intelligently aggregating rapid-fire messages from users before generating a comprehensive response.
Support teams and bot developers who want to provide better AI responses by letting users fully explain their issue before the bot responds, reducing unnecessary back-and-forth and improving response quality.
When a user sends a message to your Telegram bot, the workflow:
user_sessions table containing columns: user_id, session_id, messages (jsonb array), first_message_at, wait_expires_at, status, and resume_urlThis catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Debounce Telegram support messages and aggregate replies with OpenAI |
|---|---|
| Complexity | advanced |
| Nodes | 24 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Naveen Choudhary |
| Published | 28 Jan 2026 |
Use the JSON export at /data/workflows/13070/13070.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow prevents your AI support bot from responding to every single message by intelligently aggregating rapid fire messages from users before generating a comprehensive response. Who's it f...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot, AI Chatbot use case.