WP Webhooks / Docs / Webhook Chains
Feature since v1.13.0

Webhook Chains

A webhook completing with a 2xx response can automatically trigger one or more downstream webhooks.

$

Link webhooks into multi-step automation sequences. When a webhook delivers successfully, any chained downstream webhooks fire with the upstream response body, sent payload, and original pre-mapping payload available as their starting arguments. Chains have names, support per-link conditions, and are cycle-detected at save time.

Example

WooCommerce order → HubSpot POST (create deal) → HubSpot PATCH (update deal with line items). Each hop is a first-class webhook with its own log, retry, conditions, and replay.

/ Related

Ready

Stop losing webhooks.
Start logging them.

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