cURL
Playground
Simulate inbound WhatsApp message
Simulate an inbound WhatsApp text message from a user to your application. Test apps only. The simulated message is processed by the same pipeline as real Meta webhooks and will trigger your configured messages.whatsapp.received webhooks.
POST
cURL
Authorizations
App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations
Body
application/json
Phone number simulating the external WhatsApp user (the sender). E.164 format required.
Example:
"+15559876543"
Your WhatsApp Business phone number that should receive the simulated message. E.164 format required.
Example:
"+15551234567"
Message text content to deliver to your webhook.
Minimum string length:
1Example:
"Hello from a simulated WhatsApp user!"