Send a voice broadcast
hellio_send_voiceSend voice calls to one or many recipients using text-to-speech or an audio URL, with per-second billing per recipient.
Instructions
Deducts from your wallet balance. Queues a voice call to one or many recipients. Provide either text (synthesized to speech, with an optional voice) or audio_url (an audio file Hellio fetches). Billed per second of audio per recipient. A retry-safe idempotency key is attached automatically. Requires the voice scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional campaign name. | |
| text | No | Text to synthesize (alternative to audio_url). | |
| voice | No | Text-to-speech voice, used with `text`. Defaults to alloy. | |
| audio_url | No | URL of an audio file to broadcast. | |
| recipients | Yes | Destination numbers. |