Enviar Vídeo por URL
POST /api/messages/sendURLVideo
Envio de vídeo a partir de uma URL.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
number
string
Telefone em formato 55DDD999999999
body
string
URL do vídeo
caption
string
Legenda
Body Example
{
"number": "5551999999999",
"body": "https://suaurl.com/orbitflow.mp4",
"caption": "Legenda aqui"
}Last updated