whatsapp_send_audio
Send an audio message to a WhatsApp recipient using base64 data or a URL. Supports optional MIME type, reply-to, mentions, and view-once settings.
Instructions
Send an audio file message. Provide either data (base64) or url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient JID | |
| data | No | Base64 encoded audio data | |
| url | No | URL of the audio file | |
| mimeType | No | MIME type (auto-detected if omitted) | |
| mentions | No | ||
| replyTo | No | Message ID to reply to | |
| replyToSenderId | No | ||
| isForwarded | No | ||
| viewOnce | No | ||
| ephemeralExpiration | No |