Bandwidth · Schema
CreateCallRequest
CreateCallRequest schema from Bandwidth voice API
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA
Properties
| Name | Type | Description |
|---|---|---|
| from | string | The Bandwidth phone number that will make the outbound call, in E.164 format |
| to | string | The destination phone number for the outbound call, in E.164 format |
| answerUrl | string | The URL to send the answer webhook to when the call is answered. The endpoint should return BXML to control the call flow. |
| answerMethod | string | The HTTP method to use for the answer webhook |
| answerFallbackUrl | string | Fallback URL for the answer webhook if the primary URL fails |
| answerFallbackMethod | string | The HTTP method for the fallback answer webhook |
| disconnectUrl | string | The URL to send the disconnect webhook to when the call ends |
| disconnectMethod | string | The HTTP method for the disconnect webhook |
| applicationId | string | The ID of the Bandwidth application associated with this call |
| tag | string | A custom string to attach to the call for tracking purposes |
| callTimeout | number | The timeout in seconds for the outbound call to be answered |
| callbackTimeout | number | The timeout in seconds for webhook callback requests |