Send Image Message
In this page we show you how to send a message containing an image.
Arguments
Explaination
{
"type": "image",
"mediaUrl": "https://example.org/test.jpeg",
"text": "Here is an image attached to the message"
}
curl --location 'channel360.co.za/v1.1/org/{{orgId}}/whatsapp/appuser/{{appUser}}/reply' \
--data '{
"type": "image",
"mediaUrl": "https://example.org/test.jpeg",
"text": "Here is an image attached to the message"
}'Last updated
Was this helpful?