
Webhooks list — name, event, webhook URL, status, and created date.
WebhookX is a lightweight, developer-friendly webhook manager for WordPress and WooCommerce. Create unlimited webhooks that fire automatically when WooCommerce actions happen, and deliver rich JSON payloads to any external endpoint in real time.
X-WebhookX-Signature header (SHA-256 HMAC) so your endpoint can verify authenticity.webhookx_woocommerce_events filter.Each webhook delivers a JSON POST body. For order events this includes:
For customer events: customer ID, email, username, first/last name.
For cart events: product ID, name, quantity, variation ID.
For stock events: product ID, name, SKU, stock quantity / status.
Every webhook request includes:
Content-Type: application/jsonX-WebhookX-Event — the WooCommerce action slug that firedX-WebhookX-Delivery — a unique UUID per deliveryX-WebhookX-Signature — SHA-256 HMAC signature (only when a secret key is set)Every webhook delivery attempt is recorded in a dedicated Logs tab. Each log entry includes:
success, failed, or pendingFrom the Logs tab you can:
For more information and updates, visit the official website https://softtent.com.
This plugin is licensed under the GPL-2.0-or-later License.