Use Case When creating chatbots that interface through applications such as Telegram and WhatsApp, users can often sends multiple shorter messages in quick succession, in place of a single, longer message. This workflow accounts for this behaviour. What it Does This workflow allows users to send several messages in quick succession, treating them as one coherent conversation instead of separate messages requiring individual responses. How it Works 1. When messages arrive, they are stored in a S

Use Case When creating chatbots that interface through applications such as Telegram and WhatsApp, users can often sends multiple shorter messages in quick succession, in place of a single, longer message. This workflow accounts for this behaviour. What it Does This workflow allows users to send several messages in quick succession, treating them as one coherent conversation instead of separate messages requiring individual responses. How it Works 1. When messages arrive, they are stored in a Supabase PostgreSQL table 2. The system waits briefly to see if additional messages arrive 3. If no new messages arrive within the waiting period, all queued messages are: - Combined and processed as a single conversation - Responded to with one unified reply - Deleted from the queue Setup 1. Create a table in Supabase called messagequeue. It needs to have the following columns: userid (uint8), message (text), and messageid (uint8) 2. Add your Telegram, Supabase, OpenAI, and PostgreSQL credentials 3. Activate the workflow and test by sending multiple messages the Telegram bot in one go 4. Wait ten seconds after which you will receive a single reply to all of your messages How to Modify it to Your Needs - Change the value of Wait Amount in the Wait 10 Seconds node in order to to modify the buffering window - Add a System Message to the AI Agent to tailor it to your specific use case - Replace the OpenAI sub-node to use a different language model
Download the workflow JSON file after purchase.
Open n8n → click the menu → Import from File.
Select the downloaded JSON and import.
Set up credentials for each node that requires them.
Click Execute Workflow to test, then activate.
Setup guide included
Purchase to unlock the full step-by-step guide
No reviews yet
Be the first to buy and share your experience.
Leave a review
Sign in to share your experience with this workflow.
Create a free account to purchase workflows.
Need help setting this up?
Book a 3-hour live setup session with an Agility consultant.