Send Audio
Endpoints
Send Audio
Send an audio message to an existing contact.
POST
Send Audio
Documentation Index
Fetch the complete documentation index at: https://docs.flowapt.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Usage
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
phone_number | string | Yes | Recipient phone number with country code |
message_type | string | Yes | Must be "audio" |
media_url | string | Yes | Publicly accessible URL to the audio file |
context_message_id | string | No | WhatsApp message ID to reply to |
Response
Success (200)
Error: Missing Required Field (400)
Integration Example
Media URLs
Ensure the audio URL is publicly accessible. The API needs to download the
file before uploading to Meta.
Authorizations
Bearer token for authentication. Format: Bearer YOUR_BEARER_TOKEN
Body
application/json
Recipient phone number with country code
Example:
"+27123456789"
Must be "audio"
Available options:
audio Example:
"audio"
Publicly accessible URL to the audio file
Example:
"https://example.com/message.mp3"
WhatsApp message ID to reply to
Example:
"wamid.HBgLMjc4MTIzNDU2NzgVAgASGBQzRUI..."

