-
Notifications
You must be signed in to change notification settings - Fork 61
Description
When a user sends multiple messages in quick succession (e.g., "Hi", "How are you?", "What's up?"), the Typebot flow is triggered multiple times—once for each message. This results in the Typebot responding multiple times. This issue is not limited to the initial step; it can occur at any point in the Typebot flow if the user sends multiple messages in a short timeframe.
Expected Behavior:
The integration should handle multiple incoming messages in a way that prevents the Typebot from being triggered multiple times unnecessarily. For example, it could ignore subsequent messages until the current flow step is completed. I'm trying to create a bot to get some info from the clients before transferring them to an agent. I also can't get the bot to "sleep" because it triggers with every message.
Steps to Reproduce:
- Set up a Typebot flow in N8n.
- Send multiple messages in quick succession (e.g., "Hi", "How are you?", "What's up?") to the integrated channel.
- Observe that the Typebot flow is triggered multiple times, leading to duplicate or overlapping responses.
Anything I could try?