Test WhatsApp Business Cloud API messages directly from your browser. Send text, templates, images, and documents.
Privacy: Your access token is never stored or sent to our servers. All API calls are made directly from your browser to Meta's servers.
curl -X POST 'https://graph.facebook.com/v18.0//messages' \
-H 'Authorization: Bearer ' \
-H 'Content-Type: application/json' \
-d '{"messaging_product":"whatsapp","to":"","type":"text","text":{"body":""}}'{
"messaging_product": "whatsapp",
"to": "",
"type": "text",
"text": {
"body": ""
}
}