Forward to Agent Step

Prev Next

Overview

Most flows include an option to transfer the conversation from the AI Agent to a human agent. This guide explains the best practices and functionality of the Forward to Agent step.
To illustrate a standard call center use case, we will also incorporate the Business Hours module and briefly cover how channel availability affects the forwarding process.
forward to agent step.png

Key Considerations

A. The Forward to Agent step should be the last step in a branch of the flow.
B. By default, the step opens a new conversation (object) on the same channel in which the flow is currently running.
C. You can route the conversation to a different team by selecting a different channel in the Change Channel step settings > Static Channel.
Static.png

When choosing Dynamic Channel as the forwarding mode, the destination channel is determined at runtime based on the values assigned to ForwardStreamId and ForwardSubStreamId in the Set Variables anywhere in the flow.

Best Practice

Step 1: Configuring Auto Messages

AI Agents should tailor their response before transferring to a human agent based on the current availability status of the channel:
Active - The channel is active and has available agents ready to receive calls.
Busy - The channel is active, but no agents are currently available.
Inactive - The channel is not active.
Off business hours - There are no agents present due to non-working hours.

  1. Navigate to Settings > Business Hours module, and select (or create) the appropriate channel that will be use with the flow.

  2. In the Auto Messages section, entered the messages for the active and inactive/off business hours availability statuses.
    business hours module.png

  3. Click Save at the top of the page.

  4. Navigate to Settings and select the communication type you want to use for the flow.

  5. At the Business Hours section of the Channel settings, select the Business Hours channel you just configured, and click Save at the top of the page.
    WA Buisness hours channel.png

  6. At the Auto Messages section, enter the Overload (busy) message and click Save at the top of the page.
    busy auto message - WA.png

Step 2: Building the Flow

  1. Create a new Say Step and add three child branches: “During Business Hours”, “Off Hours”, and “Busy”.
    Entry condition 1.png

  2. Configure Availability Entry Condition for each child:

For “During Business Hours”:
a. At the Entry Conditions capability, click +Add Condition > Availability Condition.
b. Select the relevant channel and subchannel (substream) and set the state to Active.
active channel.png

c. Check the Add Availability Message, so the customer receives the default business-hours response configured for that channel, and select the appropriate channel.
add availanbilty  message.png

For “Off Hours”:
a. At the Entry Conditions capability, click +Add Condition > Availability Condition.
b. Select the relevant channel and subchannel (substream) and set the state to Inactive.
c. Add a second Availability Condition and set it to Off Hours.
d. Ensure the logical operator between these conditions is OR (the branch triggers if either condition is true).
Inactive channel.png

The Say step should look something like this:
off hours condition.png

e. Check the Add Availability Message, so the customer receives the automatic off-hours message.

For “Busy”:
a. At the Entry Conditions capability settings, click +Add Condition > Availability Condition.

b. Select the relevant channel and subchannel, and set the state to Busy.

c. Check the Add Availability Message so the customer receives the channel’s overload (busy) auto message (set at the channel settings).
busy auto message.png

  1. Add a new Forward to agent step to each of the three branches.
    add forward steps.png

Note:
Even when no agents are available, the flow will still create a new conversation in Open status, allowing an agent to call back the customer later.
If preferred, organizations may add an End Step instead to avoid opening a new object when there are no agents available.
end step.png