send_audio_message
Send audio files as WhatsApp voice notes to individuals or groups, automatically converting formats when needed.
Instructions
Send any audio file as a WhatsApp voice note. Non-ogg inputs are converted via ffmpeg.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mark_chat_read | No | On successful send, ack recent incoming messages so the phone drops the unread badge. | |
| media_path | Yes | absolute path to the media file (must sit under the configured media root) | |
| recipient | Yes | Send target: phone digits, `<digits>@s.whatsapp.net`, or group `<digits>-<timestamp>@g.us` | |
| view_once | No | If true, mark the voice note as view-once. |