- Select Voice Action from the left node panel and add it to the workflow canvas
-
Add the function inside a Response node using Add Function

VOICE_TRANSFER_CALL
This action transfers an active call to another agent, team, or phone number. This feature works only for phone calls and is not supported for web calls.When to Use
Use this action when:- The user asks to speak with a human agent
- The request requires human assistance
- The conversation needs escalation
- The workflow needs to route the call to another department
How to Configure
Step 1: Select Action
Select the action from the dropdown:Step 2: Transfer To
Define the phone number or variable where the call should be transferred. Static example:The phone number must be in E.164 international format including the country code.
Step 3: Transfer Types
SigmaMind supports two transfer types:- Cold Transfer
-
Warm Transfer

Cold Transfer
Cold transfer immediately connects the caller to the destination number. Behavior:- AI transfers the call and exits the conversation
- No context is shared with the receiving agent
- Caller hears ringing and connects directly
- Context is not required
- Simple routing is needed
- Fast escalation is required
Warm Transfer
Warm transfer connects the receiving agent first, shares context, and then bridges the caller. This ensures a smoother handoff experience. Warm transfer includes two stages:- Connecting Stage
- Bridged Stage
Stage 1: Connecting Stage
The receiving agent is connected while the caller remains on hold.Whisper Message
A Whisper Message is played only to the receiving agent. The caller cannot hear this message. You can configure this as:- Static message
- Prompt-generated message
Stage 2: Bridged Stage
In this stage, both the caller and the human agent are connected. You can optionally enable a Three-way Message that is played to both participants. Example:Custom Headers (Optional)
Custom headers allow structured metadata to be sent during the transfer. Example:Execution Flow
VOICE_END_CALL
The VOICE_END_CALL action allows the AI agent to end the call automatically when the conversation is complete.
When to Use
Use this action when:- The conversation is complete
- The user’s request has been resolved
- The user says goodbye
- The user asks to end the call