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>", "text": { "body": "<string>", "preview_url": true } } '
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.
text
Show propiedades
{ "to": 5219876543210, "type": "text", "text": { "body": "¡Hola mundo!" } }