| Name | Type | Description | Notes |
|---|---|---|---|
| to | string | Destination to dial, E.164 with leading +. | |
| from_number | string | Which of your voice-enabled numbers to dial from. Optional when you have exactly one. | [optional] |
| forward_to | string | Per-call agent override (tel:+E164, sip:..., or wss://...); defaults to the number's stored forward destination. | [optional] |
| greeting | string | Spoken to the callee when they answer, before the bridge. | [optional] |
| record_override | bool | Per-call recording toggle; defaults to the number's setting. | [optional] |
| transcribe_override | bool | Per-call transcription toggle; defaults to the number's setting. | [optional] |
| transcription_language | string | 'auto' derives from the callee's country; 'en'/'es' force it. | [optional] |
| amd | bool | Answering-machine detection; defers the bridge until human vs machine is known. | [optional] |
| voicemail_drop_message | string | Spoken to a detected machine, then hang up (implies `amd`). For outbound voicemail drops. | [optional] |