Skip to main content
POST

Sending Image Messages

Use the POST /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/messages endpoint to send an image message to a WhatsApp user.

Request Syntax

Post Body

Post Body Parameters

string
Image caption text.Maximum 1024 characters.Example: The best succulent ever?
string
required
Required if using an uploaded media asset (recommended).Uploaded media asset ID.Example: 1479537139650973
string
required
Required if linking to your media asset (not recommended)URL of image asset on your public server. For better performance, we recommend that you upload your media asset instead.Example: https://www.luckyshrub.com/assets/succulents/aloe.png
string
required
Required. WhatsApp user phone number.Example: +16505551234

Supported Image Formats

Images must be 8-bit, RGB or RGBA.

Example Request

Example request to send an image message with a caption to a WhatsApp user.