Is there a way to agregate the messages when the client send broken messages to whatsapp (more than one message = “hi” [enter]; “i have a question” [enter]; “can i make a table reservation” [enter] , like when they keep hitting enter.
I wish to give the client some seconds to formulate their enquiries and only then, I get a consolidated (one) message containing all the messages (1+) of that period, so I would respond only one time to the client
1 Like
Hi @matheus.mason
You can change your trigger to sequential processing and set the time limit. Then use aggregator.
Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation
@Msquare_Automation thanks for the reapid reply!
I am using manychat to connect with whastApp and IG. The intervals set will not do the job. I needed to run the first messages, for about 15 seconds, aggregate them into the chat history and after 15 secs, respond only once to the messages with GPT. I am creating a AI GPT chatbot!
Still working on it!