Hey guys, does anyone have a feasible solution to make sure Manychat sends several Instagram DMs received within several seconds to n8n in a single webhook?
It's sort of a classic problem: each N8N webhook call represents one execution, and it's not possible to do it any other way.
If we build an Instagram bot using ManyChat, and the user sends three separate messages, for example:
Hi!
How much does it cost
?
as a separate message to the webhook.
So, I need a system that waits for 20 seconds, compiles the messages received within this timeframe, and sends them as one message to the webhook.
Any ideas?