Image
Sending a image message
POST
https://api.qikchat.in/v1/messages
To send an image, use the request URL and the following body parameters.
accepted formats: image/jpeg
, image/png
Request Example
{
"to_contact": "+918080808080",
"type": "image",
"image": {
"link": "http(s)://the-url",
"caption": "your-image-caption"
}
}
Request Body
Name
Type
Description
to_contact*
string
customer whatsapp number you want to send message
type*
string
image
image*
object
contains link field
A successful response includes a data object with an ID for the message sent.
Last updated
Was this helpful?