Title: Ploq Webhooks
Author: ploq_dev
Published: <strong>July 7, 2026</strong>
Last modified: July 7, 2026

---

Search plugins

![](https://ps.w.org/ploq-webhooks/assets/banner-772x250.png?rev=3599541)

![](https://ps.w.org/ploq-webhooks/assets/icon-256x256.png?rev=3599541)

# Ploq Webhooks

 By [ploq_dev](https://profiles.wordpress.org/emrildigital/)

[Download](https://downloads.wordpress.org/plugin/ploq-webhooks.0.2.0.zip)

 * [Details](https://wordpress.org/plugins/ploq-webhooks/#description)
 * [Reviews](https://wordpress.org/plugins/ploq-webhooks/#reviews)
 *  [Installation](https://wordpress.org/plugins/ploq-webhooks/#installation)
 * [Development](https://wordpress.org/plugins/ploq-webhooks/#developers)

 [Support](https://wordpress.org/support/plugin/ploq-webhooks/)

## Description

WooCommerce’s built-in webhooks have no retries, no delivery log, and no replay 
button — when one silently fails, you usually don’t find out until a customer complains.

Ploq Webhooks connects your site to [Ploq](https://useploq.com), a webhook delivery
service with automatic retries, HMAC signing, and full delivery logs. Pick from 
ready-made WooCommerce and WordPress event sources with a checkbox, or map any custom
WordPress hook — no code required.

**Sending**

 * Turn 25+ ready-made WooCommerce and WordPress events — orders, products, customers,
   posts, users, comments, plugins/themes — into reliable webhooks with a checkbox,
   enriched with real order/customer/post details, not just an ID.
 * Map any other WordPress action hook to a webhook with a guided form — no JSON
   or code editing.
 * See every delivery attempt, success or failure, right in your WordPress dashboard.

**Receiving**

 * Register this site as a webhook endpoint for any Ploq-powered service.
 * Signatures are verified automatically; your theme or another plugin reacts via
   a single `ploq_webhook_received` action.

Requires a free or paid [Ploq](https://useploq.com) account and an Application with
an API key.

### External Services

This plugin connects to the Ploq API to deliver and verify webhooks. It is a connector
for the [Ploq](https://useploq.com) webhook delivery service and does nothing until
you create a Ploq account, enter an API key and App ID, and enable at least one 
event source or the receiver.

**What is sent, and when:**

 * When an enabled event source fires (or you click “Trigger test message” or “Resend”),
   the plugin sends the configured event type and payload fields to the Ploq API.
   Depending on which sources you enable, this can include order IDs and refund 
   IDs; order details such as customer email, total, currency, status, and a plain-
   text summary of line items; product name, SKU, price, and stock level; user/customer
   email, username, and display name; post title, permalink, and author; comment
   author, email, excerpt, and the related post title; or the arguments of any custom
   hook you map. Every event also includes a timestamp of when it fired.
 * When you click “Test Connection”, the plugin sends the API key and App ID you
   entered to verify they work.
 * Every request is authenticated with your API key and goes to `https://api.useploq.
   com` by default, or the API base URL you configure in Settings.

The plugin sends **no** analytics, telemetry, or tracking data, and it never contacts
Ploq (or any other external server) on sites where it has not been configured.

This service is provided by Ploq: [Terms of Service](https://useploq.com/terms),
[Privacy Policy](https://useploq.com/privacy).

## Screenshots

[⌊Settings — connect your Ploq Application with an API key, test the connection,
and see connection status at a glance.⌉⌊Settings — connect your Ploq Application
with an API key, test the connection, and see connection status at a glance.⌉[

Settings — connect your Ploq Application with an API key, test the connection, and
see connection status at a glance.

[⌊Event Sources — 25+ ready-made WooCommerce/WordPress events grouped by category
with a search box, each showing what it'll add.⌉⌊Event Sources — 25+ ready-made 
WooCommerce/WordPress events grouped by category with a search box, each showing
what it'll add.⌉[

Event Sources — 25+ ready-made WooCommerce/WordPress events grouped by category 
with a search box, each showing what it’ll add.

[⌊Event Sources, expanded — pick individual events, see the exact eventType and "
extraData" fields each one sends, and trigger a test message.⌉⌊Event Sources, expanded—
pick individual events, see the exact eventType and "extraData" fields each one 
sends, and trigger a test message.⌉[

Event Sources, expanded — pick individual events, see the exact eventType and “extraData”
fields each one sends, and trigger a test message.

[⌊Messages — every outbound and inbound attempt, with status, response detail, and
one-click resend.⌉⌊Messages — every outbound and inbound attempt, with status, response
detail, and one-click resend.⌉[

Messages — every outbound and inbound attempt, with status, response detail, and
one-click resend.

[⌊Receiving — the REST endpoint this site exposes for other Ploq-powered services
to call, plus the ploq_webhook_received action your theme or another plugin hooks
into.⌉⌊Receiving — the REST endpoint this site exposes for other Ploq-powered services
to call, plus the ploq_webhook_received action your theme or another plugin hooks
into.⌉[

Receiving — the REST endpoint this site exposes for other Ploq-powered services 
to call, plus the `ploq_webhook_received` action your theme or another plugin hooks
into.

## Installation

 1. Upload the plugin, or install it from the WordPress plugin directory.
 2. Activate it.
 3. Go to Ploq Webhooks  Settings, paste your Application’s API key and App ID, then
    click Test Connection.
 4. Go to Ploq Webhooks  Event Sources to pick which events to send, or Ploq Webhooks
    Receiving to accept incoming webhooks.

## FAQ

### Do I need a Ploq account?

Yes — create an Application and an app-scoped API key at https://useploq.com first,
then paste the key into this plugin.

### Does this slow down checkout?

Outbound sends happen synchronously with a short timeout, the same as WooCommerce’s
own native webhooks. A future version may move sending to a background queue.

### Where are my API key and webhook secret stored?

Encrypted in the WordPress database, using a key derived from your site’s own unique`
AUTH_KEY`/`AUTH_SALT` values (defined in wp-config.php) — never stored in plaintext.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Ploq Webhooks” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ ploq_dev ](https://profiles.wordpress.org/emrildigital/)

[Translate “Ploq Webhooks” into your language.](https://translate.wordpress.org/projects/wp-plugins/ploq-webhooks)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ploq-webhooks/), check
out the [SVN repository](https://plugins.svn.wordpress.org/ploq-webhooks/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/ploq-webhooks/) 
by [RSS](https://plugins.trac.wordpress.org/log/ploq-webhooks/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.2.0

 * Renamed the “Deliveries” page to “Messages” and the sidebar menu to “Ploq Webhooks”
   with a clearer icon.
 * Messages page is now paginated instead of showing only the most recent 50.
 * Added a “Delete all messages” option (with a confirmation prompt) for shrinking
   the table on high-traffic sites.
 * Messages page now shows the automatic retention period (30 days / 500 rows) as
   a tip.

#### 0.1.0

 * Initial release: standard WooCommerce/WordPress event sources, a guided custom
   hook builder, a delivery log, and a webhook receiver.

## Meta

 *  Version **0.2.0**
 *  Last updated **24 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [automation](https://wordpress.org/plugins/tags/automation/)[integration](https://wordpress.org/plugins/tags/integration/)
   [rest-api](https://wordpress.org/plugins/tags/rest-api/)[webhooks](https://wordpress.org/plugins/tags/webhooks/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/ploq-webhooks/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ploq-webhooks/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ploq-webhooks/reviews/)

## Contributors

 *   [ ploq_dev ](https://profiles.wordpress.org/emrildigital/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ploq-webhooks/)