Burst message grouping
A customer sends three quick WhatsApp messages. Instead of three AI calls, n8n waits 30 seconds, aggregates text by conversation_id, and runs one agent response.
Outcome: Lower AI cost and more coherent replies.
Use the official Whatsable node on n8n cloud or self-hosted. Group rapid webhook events, delay processing, and feed combined transcripts into AI agents.
A customer sends three quick WhatsApp messages. Instead of three AI calls, n8n waits 30 seconds, aggregates text by conversation_id, and runs one agent response.
Outcome: Lower AI cost and more coherent replies.
Healthcare or EU teams run n8n on their own infrastructure. Whatsable webhooks land in n8n without third-party middleware storing message bodies.
Outcome: Automation with data residency control.
Lead Ads webhook creates a contact. Whatsable sends the opening template. Incoming replies hit the Whatsable trigger, n8n runs an AI agent, and updates a Google Sheet or CRM.
Outcome: End-to-end lead qualification on WhatsApp.
Concrete fields you can map in automation tools or cite in your own docs.
Whatsable fires a webhook per inbound message. Use Wait (30s) + Code node to merge messages sharing the same conversation_id before the AI Agent node.
TriggerWhatsable: On new incoming message
| Parameter | Type | Description | Example |
|---|---|---|---|
delay_seconds | number | n8n Wait node duration to collect burst messages | 30 |
group_window_ms | number | Only merge messages received within this window | 5000 |
conversation_id | string | Stable ID from Whatsable webhook payload for grouping | wa_conv_8f2a91 |
quoted_message_id | string | Optional WhatsApp message ID when replying in-thread | wamid.HBgLMTY1MDM4Nzk0FDASABggzQ |
transcript | string | Auto-generated text when inbound type is audio | Hi, I need to reschedule my viewing to Sunday |
Customers often send multiple short messages in a row. A short Wait node lets n8n batch them into one AI or CRM update instead of one run per message.
Yes. Whatsable maintains a verified node on n8n.io with Send Message and incoming message trigger resources.
Unlimited messaging from your own number, team inbox, AI assistant, and automations included.
Pro includes a 7-day free trial · 6-minute setup · Cancel anytime