API Overview
The Automated Calls API allows you to launch outbound calls using your own SIP provider, manage campaigns, and retrieve structured call results.
Core concepts:
- SIP credentials
- Calls
- Campaigns
- Results
Design principles:
- Provider-agnostic SIP integration
- RESTful API
- Async execution
- Transparent pay-per-call billing
Calls
Create individual outbound calls using your SIP credentials.
Campaigns
Run outbound call campaigns by uploading phone number lists and call content.
Results
Retrieve detailed call results for reporting and billing.
Webhooks
Receive automatic notifications when calls are completed.
Configure optional webhooks to receive real-time call results to your endpoint.
Webhook features:
- HTTP POST notification when call ends
- Includes all call result data
- Automatic retries on failure
- Security signature for authenticity verification