---
title: "Test Delivery"
description: "Fire a test webhook instantly or via the queue without triggering real WordPress events."
url: "https://wpwebhooks.org/docs/test-delivery/"
---

[WP Webhooks](https://wpwebhooks.org/) / [Docs](https://wpwebhooks.org/docs/) / Test Delivery

Feature since v1.7.0

# Test Delivery

Fire a test webhook instantly or via the queue without triggering real WordPress events.

Send a test delivery from the admin panel using either the stored captured payload or a custom JSON body. Two modes: Run Now (synchronous, response shown immediately) or Queue (processes through the full async pipeline including retry and log). Test entries appear in delivery logs with a `test` status.

/ Related

[Delivery Logs](https://wpwebhooks.org/docs/delivery-logs/)[Webhook Replay](https://wpwebhooks.org/docs/webhook-replay/)[Synchronous Execution](https://wpwebhooks.org/docs/synchronous-execution/)

/Ready

## Your next automation is  
one sentence away.

[Install Plugin→](https://wordpress.org/plugins/flowsystems-webhook-actions/) [See the Plugin →](https://wpwebhooks.org/wordpress-webhook-plugin/)

$ wp plugin install flowsystems-webhook-actions --activate

## Structured data

```json
{"@context":"https://schema.org","@type":"TechArticle","name":"Test Delivery — Feature — Webhook Actions Docs","description":"Fire a test webhook instantly or via the queue without triggering real WordPress events.","url":"https://wpwebhooks.org/docs/test-delivery/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"about":{"@type":"SoftwareApplication","name":"Webhook Actions","applicationCategory":"WordPress Plugin"}}
```
