This node appears in the bottom bar under Human handoff > Jelou. It’s the same capability historically known as the Transfer to advisor node, now packaged inside the handoff menu alongside HubSpot and Genesys.
Prerequisites
- At least one active operator in the Inbox.
- If you assign by team, the team must exist in Settings > Teams.
- The workflow’s channel must be connected to a channel supported by the panel (for example, WhatsApp or Web Widget). The Slack, Teams, and Custom channels do not support this node.
Configuration
The node panel is organized into three tabs:- Configuration — defines how the conversation is assigned to the operator.
- Advanced — controls what happens when the assignment fails and the default error handling.
- Events — logs tracking events for your metrics.
Assignment type
Defines how the conversation reaches the operator:Assign by
Determines the recipient depending on the chosen type. When the type is Direct:
When the type is Queue:
Priority (Queue only)
A slider from 0 to 10 that defines the urgency inside the queue:- 0 — Urgent. Handled first.
- 10 — Lowest priority.
Node outputs
The Jelou node exposes one success output and several error outputs, each connectable to a different recovery flow:Advanced tab
Create conversation when assignment fails
Toggle that controls what happens when the assignment fails:- Enabled (default) — A record is created in the “To recover” inbox in Monitoring. A supervisor can pick up the case manually.
- Disabled — Unassigned conversations are not recorded in Monitoring.
Default error handling
Defines the node the workflow should jump to when an error occurs that has no specific output connected. It acts as a safety net so no conversation is left without a response.Use cases
One flow with several teams: use a Conditional before the handoff
One flow with several teams: use a Conditional before the handoff
A workflow that serves sales, support, and complaints with a single Jelou node instead of three separate workflows.Before the handoff, a Conditional node evaluates a variable such as
{{$memory.contact_reason}} and stores the destination team in {{$memory.target_team}}. Then in the Jelou node:- Assignment type: Direct
- Assign by: Team
- Team:
{{$memory.target_team}}
The workflow routes to all three teams with a single handoff node. Keeping the logic in a Conditional avoids duplicating the flow per team and makes it easy to add a fourth path later.
Escalate to a supervisor when assignment fails
Escalate to a supervisor when assignment fails
A workflow that first tries to assign to the support team and, if it fails, automatically escalates to a supervisor.
- First Jelou node: Direct > Team > Tech Support.
- The Outside schedule output connects to a message that shares business hours and ends.
- The Operator not found and General error outputs connect to a second Jelou node: Direct > Operator > On-call supervisor.
Queue prioritized by detected urgency
Queue prioritized by detected urgency
A complaints workflow that adjusts queue priority based on how urgent the message sounds.An AI Agent node analyzes the user’s message and stores a score in
{{$memory.urgency}} (high, medium, low). Then a Conditional routes to three different Jelou nodes, all in Queue > Team > Complaints mode, changing only the priority:Operators see urgent cases at the top of the team inbox without any manual intervention.
Best practices
Use
{{$memory}} or {{$user}} variables to populate the Team or Operator field instead of static values. That way you can decide the recipient dynamically without touching the node’s configuration.Related
Conditional node
How to define paths and rules to route before the handoff.
HubSpot integration
Handoff to the HubSpot Inbox instead of the Jelou panel.
Genesys integration
Handoff to Genesys Cloud agents.
Inbox
How operators work inside the panel once they receive the conversation.