BouncerBouncer Docs
Message Routing

Workflow Mode

Automate responses with visual workflows


Under development: Workflow mode is still being built and is not yet available for public use. This page documents planned functionality.

Workflow mode triggers a visual workflow when messages arrive. Build auto-replies, AI-powered responses, conditional logic, and complex automation - all without code.

When to use Workflow mode

  • You want to automate responses to common questions
  • You're using AI agents to handle customer inquiries
  • You need conditional routing based on message content
  • You want to build complex automation without coding

How it works

  1. A message arrives from WhatsApp
  2. Bouncer triggers the assigned workflow
  3. The workflow executes its steps (AI, conditions, replies, etc.)
  4. Responses are sent back through WhatsApp

Requirements

Workflow mode requires the Workflows feature, available on paid plans. Check your plan to see if you have access.

Setting up Workflow mode

  1. First, create a workflow in Workflows (sidebar)
  2. Go to Webhook Endpoints
  3. Click on your endpoint
  4. Select Workflow mode
  5. Choose your workflow from the dropdown
  6. Click Save

Building workflows

Workflows are built with a visual drag-and-drop editor. Common workflow nodes:

NodeWhat it does
TriggerStarts the workflow when a message arrives
AI AgentSends the message to an AI for a response
Send MessageReplies with a text or template message
ConditionBranches based on message content or contact data
DelayWaits before continuing to the next step
Forward to HumanEscalates to a team member

Example workflows

Auto-reply with AI

  1. Message triggers the workflow
  2. AI Agent processes the message
  3. AI response is sent back

Business hours routing

  1. Message triggers the workflow
  2. Condition checks if it's business hours
  3. If yes: Forward to human agent
  4. If no: Send "We'll reply tomorrow" message

FAQ bot with escalation

  1. Message triggers the workflow
  2. AI Agent tries to answer
  3. If AI confidence is low: Forward to human
  4. If AI answers: Send the response

Testing workflows

Before setting a workflow as your routing mode:

  1. Open the workflow editor
  2. Use the Test panel
  3. Send test messages to verify behavior
  4. Check the Runs tab to see execution history

Troubleshooting

Workflow not triggering - Make sure the endpoint is set to Workflow mode and the correct workflow is selected.

Messages not getting responses - Check the workflow runs to see if there are errors. Verify your AI agent is configured correctly.

Workflow errors - Open the workflow and check the Runs tab for detailed error messages at each step.