---
title: "About"
description: "Webhook Actions is a WordPress plugin for reliable webhook delivery — async queue, retry, replay, and a full REST API. Built by Mateusz Skorupa."
url: "https://wpwebhooks.org/about/"
---

[WP Webhooks](https://wpwebhooks.org/)/ About

/About

# Webhook Actions is a WordPress plugin for reliable webhook delivery.

An async delivery queue, configurable retry with exponential backoff, full delivery log, one-click replay, and a REST API — all inside WordPress.

## What Webhook Actions does.

Webhooks from WordPress fail silently. A slow endpoint, a momentary outage, or a payload that doesn't match what a downstream API expects — and the event is gone. No retry. No log. No way to know it happened.

Webhook Actions replaces the fire-and-forget delivery model with a proper async queue. Every outgoing request is logged, retried on failure, and replayable from the admin UI or via REST API. The Pro add-on adds Code Glue — PHP snippets that run pre- and post-dispatch — and dynamic URL templates so payload values can be injected directly into endpoint paths.

Free

GPL Core

Open source, no lock-in

Pro

Code Glue

Dynamic URLs + PHP scripting

REST API

Full CRUD

Manage webhooks via REST

Retry + Replay

Built in

Configurable backoff per webhook

[WordPress.org](https://wordpress.org/plugins/flowsystems-webhook-actions/) [GitHub](https://github.com/flowsystems-pl/wordpress-webhook-actions) [Plugin details](https://wpwebhooks.org/wordpress-webhook-plugin/)

## Technical content on WordPress  
webhook architecture.

This site publishes in-depth examples and guides covering webhook delivery patterns, WordPress hook architecture, WooCommerce integrations, and CRM automation. All content is written for engineers building real production systems.

[Blog](https://wpwebhooks.org/blog/) [Examples](https://wpwebhooks.org/examples/) [API docs](https://wpwebhooks.org/docs/)

## Created by Mateusz Skorupa.

Mateusz is an automation engineer and WordPress developer based in Poland. He started Webhook Actions after building the same retry-and-log scaffolding on multiple client projects and decided to extract it into a proper plugin.

He runs Flow Systems, a consulting practice that designs and builds webhook-driven integrations for WooCommerce stores and SaaS platforms — primarily connecting WordPress to CRMs, ERPs, and custom internal APIs.

[flowsystems.pl](https://flowsystems.pl) [LinkedIn](https://linkedin.com/in/mateuszskorupa) [GitHub](https://github.com/matisku)

/Ready

## Your next automation is  
one sentence away.

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

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

## Structured data

```json
{"@context":"https://schema.org","@type":"WebPage","name":"About WP Webhooks","url":"https://wpwebhooks.org/about/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"author":{"@type":"Person","name":"Mateusz Skorupa","url":"https://flowsystems.pl"}}
```
