Hi everyone,
I’m setting up a webhook in Make.com to receive WhatsApp messages. Sometimes, the client sends just one message, and the bot responds right away—everything works fine. However, other times, the same client sends multiple consecutive messages within a short time frame, usually within 15 seconds.
To handle this, I built a scenario that receives the messages and stores them. I also created another scenario that checks the messages every 1 minute. However, since this second scenario is triggered every minute regardless of whether the client is responding or not, it has become too expensive to run continuously.
What I’d really like is a flow that is activated with each client message but waits a few seconds to check if there are additional messages to concatenate, instead of responding immediately.
Does anyone have any suggestions or examples of how to make this work more efficiently?
Thanks in advance!