Appearance
Send Media Message
POST
/whatsapp/message/media
Send a media message (image, document, video, etc.) to a specified contact.
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
JSON
{
"to": "string",
"name": "string",
"content": {
"type": "string",
"url": "string",
"caption": "string"
}
}
Responses
Media message sent successfully
application/json
JSON
{
"message_id": "string",
"body": "string",
"type": "string",
"timestamp": "string",
"metadata": {
},
"media_url": "string"
}
