Feature since v1.3.0
REST API
Full operational REST API at `/wp-json/fswa/v1/` for managing webhooks, logs, queue, and tokens.
$
The plugin exposes a complete REST API covering webhooks (CRUD + toggle + test), delivery logs (list, get, delete, bulk-retry, replay), queue (list, stats, execute, retry, delete), health metrics, trigger discovery, payload schemas, API tokens, and webhook chains. This is the same API that powers the admin UI.
Use cases
CI/CD pipelines can disable webhooks during deploys and re-enable them after. AI agents can inspect logs and retry failures. External dashboards can pull delivery stats. All without WordPress admin sessions — use scoped API tokens.
/ Related
Ready Stop losing webhooks.
Stop losing webhooks.
Start logging them.
$ wp plugin install flowsystems-webhook-actions --activate