Endpoint URL
Copy the webhook endpoint from WordPress and use it as the destination in the system you want to test.
Simple Webhook Tester for WordPress
Receive webhook requests, inspect payloads and headers and see what an external system actually sends — directly inside WordPress.
Freeware WordPress plugin by KuuraStack.
See the actual request
Simple Webhook Tester creates a webhook endpoint in WordPress. Send a request to it from another system and inspect the captured request in the WordPress admin.
Copy the webhook endpoint from WordPress and use it as the destination in the system you want to test.
Trigger the webhook in the source system and let WordPress capture the incoming request.
Review the payload, headers and request details instead of guessing what the external system is sending.
No test server required
Point the webhook at WordPress, trigger the event and inspect the captured request before building the final integration.
Request details
Useful webhook debugging often depends on the metadata around the request as much as the JSON inside it.
Configure a signing secret when the source supports signed webhooks and inspect whether signature verification succeeds.
Raw JSON
Inspect the raw JSON instead of relying only on a formatted summary of the request.
This makes it easier to understand field names, nesting, IDs, arrays and other details before mapping the data into another system.
Unknown payloads
Simple Webhook Tester can be used when documentation is incomplete or when you simply want to verify what the source application actually sends.
Trigger the webhook first. Inspect the structure afterwards.
Testing workflow
Install and activate the plugin, open Simple Webhook Tester and copy the generated endpoint URL.
Add the endpoint to the external application and configure an optional signing secret when required.
Trigger the source event and inspect the captured request inside WordPress.
Useful for
Simple Webhook Tester is not tied to one plugin or external service. If a system can send a webhook, the endpoint can help you inspect it.
Test webhook output from WordPress plugins, forms and ecommerce workflows.
Inspect webhook requests from custom applications, APIs, CRM systems and other external services.
Verify the request before routing it into an automation platform, CRM, ERP or another production integration.
Before the integration
Test the source request first, then build the Make, Zapier, n8n, CRM, ERP or custom integration around data you have actually seen.
Signature verification
When the source system signs webhook requests, configure the signing secret and use Simple Webhook Tester to verify the signature as part of the test.
This helps confirm both the payload and the security mechanism before implementing the final receiver.
Debug Report
Debug information can help when a webhook behaves differently than expected or when another developer needs to understand the captured request.
A Debug Report may contain personal, confidential or otherwise sensitive information from the webhook payload or request metadata. Always review it before sharing.
Works with Answer Builder
Answer Builder can send structured webhook data containing form and response information, questions and answers, person or company data, calculations, file metadata and other submission details.
Simple Webhook Tester provides a practical way to inspect that data while developing or debugging the receiving workflow.
Explore Answer BuilderNot tied to Answer Builder
Answer Builder is one practical example, but Simple Webhook Tester is designed as a general webhook debugging utility for WordPress.
One endpoint. Any suitable webhook source.
Freeware
Simple Webhook Tester is freeware by KuuraStack and is designed to do one job: make incoming webhook requests easier to inspect and debug inside WordPress.
Simple Webhook Tester
Receive the request in WordPress, inspect the raw payload and request details and build the final integration from data you can actually see.