Internal webhook testing

Send a message through the real webhook

This page posts a Meta-style message directly to the same Laravel endpoint used by Facebook and Instagram. The existing META_WEBHOOK_VERIFY_TOKEN is used only to authorize this manual test.

Create test message

The message will be saved using the normal webhook processing code.

No extra .env key

The token is sent in a request header, checked against Laravel configuration, and never saved in the webhook payload.

Use a new ID for every test. Duplicate IDs are ignored by Laravel.