Webhook Inspector
Send any webhook from Make.com to the URL below and inspect payloads in real-time.
What is the Webhook Inspector?
Make.com does not give you a live view of what your webhooks are actually sending. The Webhook Inspector generates a unique URL you paste into your Make.com webhook module, then captures every incoming request in real time with full headers and body. No account needed, no setup, completely free.
How to use the Webhook Inspector
- 1Click New Session to generate your unique inspector URL.
- 2Copy the URL and paste it into your Make.com webhook module as the target URL.
- 3Run your Make.com scenario to trigger the webhook.
- 4Watch the request appear in the left panel. Click it to inspect the full headers and body.
Frequently asked questions
Is the Webhook Inspector free?
Yes, completely free. No account, no credit card, no limits on how many sessions you create.
How long does a session last?
Sessions expire after 2 hours and are capped at 25 requests per session. This keeps the tool fast and prevents abuse.
Is my webhook data safe?
Payloads are stored temporarily for the session duration and deleted automatically when it expires. Sensitive headers like Authorization, Cookie, and X-Api-Key are stripped before storage. Do not send production secrets through the inspector.
Does it work with tools other than Make.com?
Yes. It works with any tool or service that can send HTTP requests, including Zapier, n8n, custom scripts, or any API client.
Related reading
How to Debug Make.com Webhooks
A full walkthrough of debugging webhook issues in Make.com using the Webhook Inspector.