waha_send_audio
Send audio or voice messages to WhatsApp chats using URL links or base64 encoded data. Specify chat ID and MIME type to deliver audio files directly through the WAHA MCP Server.
Instructions
Send audio/voice messages to a WhatsApp chat. Supports URL or base64 data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat ID (format: number@c.us) | |
| fileUrl | No | URL of the audio file to send (use either fileUrl or fileData, not both) | |
| fileData | No | Base64 encoded audio data (use either fileUrl or fileData, not both) | |
| mimetype | Yes | MIME type of the audio file (e.g., 'audio/ogg', 'audio/mpeg') | |
| filename | No | Optional filename for the audio | |
| replyTo | No | Optional message ID to reply to |