Send Call
The Send Call node enables you to initiate outbound calls using configured AI voice agents.Overview
This node allows you to:- Initiate outbound calls
- Use configured voice agents
- Execute conversation flows
- Handle call responses
- Monitor call progress
Configuration
| Parameter | Type | Description |
|---|---|---|
| Agent ID | String | ID of the voice agent to use |
| Phone Number | String | Target phone number |
| Call Parameters | Object | Call-specific settings |
| Callback URL | String | Webhook for call events |
| Recording | Boolean | Enable call recording |
Example Usage
Basic Call
Advanced Call Configuration
Call Parameters
Priority Levels
Retry Settings
Call Events
Events emitted during the call:call.queuedcall.initiatedcall.ringingcall.connectedcall.in_progresscall.completedcall.failed
Response Handling
Configure response handlers:Call Analytics
Available analytics:Error Handling
Common error scenarios:- Invalid phone number
- Agent not available
- Network issues
- Call rejected
- Timeout errors