Transcribe WhatsApp Audio
whatsapp_transcribe_audioTranscribe WhatsApp voice messages or audio to text. Optionally reply to the original message with the transcription.
Instructions
Transcribe a WhatsApp voice message or audio to text.
Server-side transcription via Speaches (Whisper). Optionally replies to the original message with the transcription text.
Args:
contactId: Phone digits or "*@g.us" — the contact whose chat contains the audio
messageId: Message ID of the audio to transcribe
replyWithTranscription: If true, sends the transcription as a WhatsApp reply to the audio message (default false)
Returns:
transcription: The transcribed text
language: Detected language (if available)
replyMessageId: ID of the reply message (if replyWithTranscription=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | Phone digits or "*@g.us" — chat that contains the audio | |
| messageId | Yes | Message ID of the audio to transcribe | |
| replyWithTranscription | No | If true, sends the transcription as a WhatsApp reply to the audio (default false) |