Skip to main content

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

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