cURL
curl --request POST \ --url https://whatsapp.heybot.cloud/api/v2/message \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "to": 123, "type": "<string>", "image": { "id": 123, "link": "<string>", "caption": "<string>" } } '
Documentation IndexFetch the complete documentation index at: https://docs.heybot.cloud/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.heybot.cloud/llms.txt
Use this file to discover all available pages before exploring further.
image
Show propiedades
{ "to": 5219876543210, "type": "image", "image": { "link": "https://example.com/image.jpg", "caption": "Mira esta increible foto!" } }