Send Image
Endpoints
Send Image
Send an image message with an optional caption to an existing contact.
POST
Send Image
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 "image" |
media_url | string | Yes | Publicly accessible URL to the image |
caption | string | No | Optional caption |
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 image 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 "image"
Available options:
image Example:
"image"
Publicly accessible URL to the image file
Example:
"https://example.com/product.jpg"
Optional caption for the image
Example:
"Check out this image!"
WhatsApp message ID to reply to
Example:
"wamid.HBgLMjc4MTIzNDU2NzgVAgASGBQzRUI..."

