Skip to content

Typebot flow is triggered multiple times during conversation #10

@dohkotechnology

Description

@dohkotechnology

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions