> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meum.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Testing webhooks

> Test webhook delivery from Merchant Admin.

## Dashboard test

1. Go to **Dashboard → Webhooks**
2. Select an endpoint
3. Click **Send test webhook**
4. Event type: `webhook.test`

## Verify locally

Use a tunnel (ngrok, cloudflared) to expose your local endpoint:

```bash theme={null}
ngrok http 3000
```

Register the tunnel URL in **Dashboard → Webhooks**.

<Warning>
  Do not use `webhook.site` placeholder URLs in production. Meum skips known placeholder URLs.
</Warning>

## Related pages

* [Configure endpoint](/webhooks/configure-endpoint)
* [Verify signatures](/webhooks/verify-signatures)
