[Example] 330 — WhatsApp Business Voice Message Transcription (Node.js)#119
Open
github-actions[bot] wants to merge 2 commits intomainfrom
Open
[Example] 330 — WhatsApp Business Voice Message Transcription (Node.js)#119github-actions[bot] wants to merge 2 commits intomainfrom
github-actions[bot] wants to merge 2 commits intomainfrom
Conversation
…d collision with concurrent builds
Contributor
Author
|
⏳ Missing credentials — these Node.js examples need secrets:
@deepgram-devrel please add the required secrets. |
Contributor
Author
|
⏳ Waiting on credentials Missing: WHATSAPP_TOKEN WHATSAPP_VERIFY_TOKEN WHATSAPP_PHONE_NUMBER_ID Add these as repository secrets and the next review sweep will pick this up. |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New example: WhatsApp Business Voice Message Transcription
Integration: WhatsApp Business Cloud API | Language: Node.js | Products: STT
What this shows
An Express webhook server that receives WhatsApp voice messages via the WhatsApp Business Cloud API, downloads the audio from Meta's CDN, transcribes it with Deepgram nova-3, and replies to the sender with the transcript. Demonstrates real-time voice-to-text for WhatsApp-first customer service and accessibility use cases.
Required secrets
WHATSAPP_TOKEN— Meta Business API access tokenWHATSAPP_VERIFY_TOKEN— webhook verification token (user-defined)WHATSAPP_PHONE_NUMBER_ID— WhatsApp phone number ID from Meta dashboardBuilt by Engineer on 2026-04-02