Very Powerful WordPress webhook plugin.
Async queue. Exponential retries. A delivery log you can grep. Nine tabs, one plugin, zero "fire-and-forget" surprises.
Nine tabs. Every operation you'll ever do.
Click a tab to see the corresponding admin panel. This is the same UI you'll get in wp-admin after install.
Every event has a paper trail.
One row in the log expands to show the full lifecycle: payload, signature, every attempt, the response body. This is what your on-call engineer sees when they get paged.
// log entry 156 — woocommerce_order_status_completed "event_uuid": "37116b42-7a4c-4c6d-8aa7-ea4bc3c13e4d", "trigger_name": "woocommerce_order_status_completed", "request_url": "https://n8n.flowsystems.pl/webhook/126cc22b…", "status": "success", "http_code": 200, "duration_ms": 223, "attempt_history": [ { "attempt": 0, "http_code": 200, "duration_ms": 223 } ], "next_attempt_at": null
Any action. Any plugin. Any custom hook.
Concrete numbers, not feature dots.
What you actually get out of the box, versus what unlocks if you upgrade.
| Capability | Free | Pro / Agency |
|---|---|---|
| Async queue | WP-Cron / Action Scheduler (auto) | Same + External Cron (Pro) |
| Retry attempts | 5 (fixed) | Configurable per webhook |
| Backoff schedule | 1m → 2m → 4m → 8m · max 1h | Configurable per webhook |
| Conditions | 1 condition · AND match | Unlimited · AND/OR groups |
| Dynamic URL | fswa_webhook_url filter (PHP) | {{ field.path }} templates |
| Code Glue | — | PHP snippets per webhook (Pro) |
| Webhook Chains | Yes | Yes |
| Sites | Unlimited (GPLv2) | Starter 1 · Business 10 · Agency 75 |
| Replay | One-click (incl. skipped) | One-click + bulk |
| HTTP methods | GET · POST · PUT · PATCH · DELETE | Same |
| Support | Community / GitHub | Priority email |
Pricing for Pro and Agency tiers on the pricing page →
Pick your install path.
Plugins → Add New Search "Webhook Actions" Install → Activate
Standard install. Auto-updates via wp.org.
Plugins → Add New Upload Plugin → choose webhook-actions.zip → Activate
For pre-release builds and Pro distribution.
$ wp plugin install \
flowsystems-webhook-actions \
--activate For scripted installs, CI/CD pipelines, and server provisioning.
Last three releases.
Bearer ****1234) — and are decrypted only at dispatch time to build the outgoing header +6 more/pricing/ page +2 moreFeatured in a WordPress plugin roundup.
Webhook Actions by Flow Systems.
Search "Webhook Actions" on wp.org, or paste the install command.