place_call
Make automated phone calls worldwide to deliver spoken messages or play audio files for alerts, reminders, and notifications using text-to-speech or audio URLs.
Instructions
Place an automated phone call to any number worldwide. Delivers a spoken message (TTS) or plays an audio file. Great for alerts, reminders, and notifications. Requires a valid paid payment ID. The phoneNumber must match the one used in create_payment.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paymentId | Yes | Valid payment ID (must be paid) | |
| phoneNumber | Yes | Destination phone number in E.164 format (e.g., +14155550100) | |
| message | No | Text to speak via TTS (max 500 chars). Provide this OR audioUrl. | |
| audioUrl | No | Public URL to an audio file to play. Provide this OR message. | |
| durationMinutes | No | Call duration in minutes (1-30). Required for audioUrl. Defaults to 1 for TTS. Determines pricing. |