Call Transfer Node
This node only works during phone calls instead of web calls. It’s available for Retell numbers and imported numbers.
Call transfer node is used to transfer the call to another number. The agent will not speak when it’s in this node. If you want the agent to say things like Let me transfer you right away
before performing the actual transfer, you can do so by putting a conversation node (with skip response
turned on) before this node.
When Can Transition Happen
Transition happens when transfer fails. There’s already a pre-populated edge for this, feel free to connect that to a node to handle transfer failure.
Configure Transfer
Setup Transfer To Target
Set it to be either
- a number in e.164 format
- dynamic variable that gets substituted at runtime
Configure Transfer Type
Choose between cold transfer or warm transfer:
- Cold transfer: The call is transferred to a destination number and that’s it.
- Warm transfer: The call is transferred to a destination number, and when connected, AI agent will leave a handoff message. Useful when you want to brief the next agent about previous context.
- You can configure the handoff message in the format of
Prompt
orStatic Sentence
- You can configure the handoff message in the format of
Configure Caller ID for Cold Transfer (Optional)
For cold transfers, you can configure how the caller ID appears to the next agent:
- Retell Agent’s number: The transfer destination will see the Retell agent’s number
- Transferree’s Number: The transfer destination will see the number that the user is calling from
Rest of Node Settings
- Global Node: read more at Global Node
- LLM: choose a different model for this particular node. Will be used for function argument generation, and potentially speak during execution message generation.
Was this page helpful?