Make a call
Parameters
| Parameter | Required | Description |
|---|---|---|
To | ✅ | Number to call (E.164 format) |
From | ✅ | Your mycpaas caller number |
Url | ✅ | URL that returns TwiML to control the call |
StatusCallback | ❌ | Webhook URL for call status updates |
StatusCallbackEvent | ❌ | Events to trigger callback (e.g. initiated ringing answered completed) |
Response
List calls
cURL
Call status values
| Status | Meaning |
|---|---|
queued | Call accepted, waiting to start |
ringing | Call is ringing |
in-progress | Call is active |
completed | Call ended normally |
busy | Line was busy |
no-answer | Not answered |
failed | Technical error |
Example TwiML response
YourUrl endpoint must return valid TwiML:

