Voice AI
Make Call
Initiate AI-powered voice calls
Make Call
The Make Call node enables you to initiate AI-powered voice calls programmatically.
Overview
This node allows you to:
- Initiate outbound calls
- Configure AI voice parameters
- Set call scripts and flows
- Handle call responses
- Monitor call progress
Configuration
Parameter | Type | Description |
---|---|---|
Phone Number | String | Target phone number to call |
Voice ID | String | ID of the AI voice to use |
Script | Object | Call script and conversation flow |
Callback URL | String | Webhook URL for call events |
Recording | Boolean | Whether to record the call |
Call Script Structure
The script object defines the conversation flow:
Example Usage
Basic Call
Advanced Call with Flow
Voice Options
Available voice configurations:
Call Events
The node emits various events during the call:
call.initiated
call.connected
call.in_progress
call.completed
call.failed
Error Handling
Common error scenarios:
- Invalid phone number
- Voice service unavailable
- Script validation errors
- Connection failures
- Response timeout