
Description
The Handover to Human Agent Node enables AI Agents to pass on conversations to human agents in contact centers. This Node is useful when your AI Agent is unable to handle the complexity of the inquiry or when a human touch is necessary to address sensitive issues or provide personalized assistance. Besides adding this Node to the Flow, create a handover provider and an Endpoint and set up the connection to your contact center. Alternatively, you can use a Question Node to trigger the handover process either when a specific Intent is detected or when the AI Agent misunderstands the user’s input.Handover Process
The handover process contains the following steps:- Identifying Edge Cases. When a user request is too specific for the AI Agent, it can suggest forwarding the user to a human agent without changing channels.
- Integration with Agent Handover. Once the Handover to Human Agent Node is triggered, it sends a handover request to the contact center configured in the selected handover provider, allowing a human agent to take over the conversation.
- Flow Pausing and Resumption. When a handover is initiated, the Flow pauses until the end user cancels the request or an agent finishes the conversation. Upon completion, the Flow resumes execution below the Handover to Human Agent Node.
-
Handover Status. The handover status can be:
- completed — the agent finished the Handover.
- cancelled — the user canceled the request.
- error — an error occurred during the Handover.
In case of anerrorstatus, the handover object is extended to contain additional information:
unsupported. However, if there is an issue when contacting the handover provider, the error reason is marked as error.
Use the Handover Status Token to access handover status in Flow.

Handover Status
To configure the AI Agent’s behavior based on the handover status, use a Lookup Node to handle different outcomes. Select the Handover Status option in the Lookup Node settings.Handover Providers
For a list of supported Handover services, refer to the Handover Providers Overview documentation.Parameters
Cancel Handover Options
Cancel Handover Options
On Resolve Options
On Resolve Options
Event Settings
Event Settings