Conversations
Initiate Outbound Call
Initiate one or more outbound calls to phone numbers using AI voice agents
POST
Overview
This endpoint creates conversations and initiates outbound calls via telephony provider (Plivo or Twilio) to specified phone numbers using your configured AI agent. You can initiate single calls or bulk calls by providing multiple phone numbers.Authentication
Your eigi.ai API key. Must be prefixed with
vk_.Request Body
The ID of the AI agent to use for the call. The agent must be owned by the API key holder and properly configured with LLM, TTS, and STT providers.Example:
68ea2517dbb84c09bae1ba0aArray of call parameter objects. Each object represents one outbound call to
initiate. Each item should have
mobile_number (string, required) in E.164
format and optional metadata object.Telephony provider to use for the call. Options:
PLIVO or TWILIODefaults to PLIVO if not specified.Response
Status of the request:
successHuman-readable message describing the result:
Outbound calls initiated successfullyThe API initiates calls asynchronously. Use webhooks or poll the Get
Conversation endpoint with the
conversation ID to track call status and retrieve transcripts after
completion.
Error Responses
Status Codes
| Status Code | Description |
|---|---|
| 200 | Calls initiated (check individual result status) |
| 400 | Missing parameters or agent not configured |
| 401 | Missing, invalid, inactive, or expired API key |
| 403 | User not authorized for agent or quota exceeded |
| 404 | User or agent not found |
| 500 | Internal server error |
Phone Number Format
Phone numbers must be in E.164 format:- Start with
+followed by country code - No spaces, dashes, or parentheses
- Example:
+919876543210(India),+14155551234(US)
Use Cases
Customer Outreach Campaigns
Customer Outreach Campaigns
Initiate bulk calls to customers for product updates, surveys, or
promotional campaigns. Track results using conversation IDs.
Appointment Reminders
Appointment Reminders
Automatically call customers to remind them of upcoming appointments,
reducing no-shows and improving scheduling efficiency.
Lead Qualification
Lead Qualification
Call leads from your CRM to qualify them and schedule meetings with sales
teams. Pass customer data via metadata for personalized conversations.
Payment Reminders
Payment Reminders
Initiate calls to customers with pending payments, providing personalized
reminders and payment options.
Customer Satisfaction Surveys
Customer Satisfaction Surveys
Call customers after service interactions to gather feedback and measure
satisfaction using AI-powered surveys.
Emergency Notifications
Emergency Notifications
Quickly notify customers of urgent issues, service disruptions, or critical
updates through automated voice calls.
Best Practices
Webhooks for Call Events
Configure webhooks to receive real-time notifications about call events:conversation.started- Call initiatedconversation.answered- Call answered by recipientconversation.completed- Call completed successfullyconversation.failed- Call failedconversation.disconnected- Call disconnected
Limitations
- Rate Limits: API key tier determines maximum calls per minute
- Daily Quota: Check your plan’s daily outbound call limit
- Agent Configuration: Agent must have valid telephony settings (Plivo/Twilio credentials, phone number)
- Phone Number Validation: Invalid phone numbers will fail individually without blocking other calls
Notes
- Each call creates a unique
conversation_idfor tracking - Calls are initiated asynchronously; use webhooks or polling for status updates
- Failed calls don’t count against your quota
- Metadata is optional but highly recommended for personalized conversations
- Call recording and transcription are automatic (if enabled in agent settings)
- Default telephony provider is Plivo; specify
TWILIOif using Twilio
Authorizations
API key for authentication. Get your API key from the eigi.ai Dashboard under Settings → API Keys.
Body
application/json

