Title: Ploq Webhooks
Author: ploq_dev
Published: <strong>Agẹmọ  7, 2026</strong>
Last modified: Agẹmọ  7, 2026

---

Ṣàwárí àwọn plugin

![](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

 Láti ọwọ́ [ploq_dev](https://profiles.wordpress.org/emrildigital/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/ploq-webhooks.0.2.0.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/ploq-webhooks/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/ploq-webhooks/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/ploq-webhooks/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/ploq-webhooks/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/ploq-webhooks/)

## Àpèjúwe

WooCommerceÌtumọ̀ Yorùbá: ’s built-in webhooks have no retries, no delivery log,
and no replay button — when one silently fails, you usually donÌtumọ̀ Yorùbá: ’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).

## Àwọn àwòrán ìbòjú

[⌊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Ìtumọ̀ Yorùbá: ’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.

## Ìgbéwọlẹ̀

 1. Upload the plugin, or install it from the WordPress plugin directory.
 2. Activate it.
 3. Go to Ploq Webhooks  Settings, paste your ApplicationÌtumọ̀ Yorùbá: ’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Ìtumọ̀
Yorùbá: ’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Ìtumọ̀ Yorùbá:’
s own unique `AUTH_KEY`/`AUTH_SALT` values (defined in wp-config.php) — never stored
in plaintext.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“Ploq Webhooks” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa
sí plugin yìí.

Àwọn Olùkópa

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

[Túmọ̀ “Ploq Webhooks” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/ploq-webhooks)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/ploq-webhooks/), ṣàyẹ̀wò
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/ploq-webhooks/), tàbí ṣe àgbékalẹ̀
sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/ploq-webhooks/) 
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/ploq-webhooks/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 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.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **0.2.0**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **oṣù 2 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **Tó kéré sí 10**
 *  Ẹ̀yà WordPress ** 5.8 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **7.0.4**
 *  Ẹ̀yà PHP ** 7.4 tàbí ju bẹ́ẹ̀ lọ **
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/ploq-webhooks/)
 * Àwọn àmì
 * [automation](https://yor.wordpress.org/plugins/tags/automation/)[integration](https://yor.wordpress.org/plugins/tags/integration/)
   [rest-api](https://yor.wordpress.org/plugins/tags/rest-api/)[webhooks](https://yor.wordpress.org/plugins/tags/webhooks/)
   [woocommerce](https://yor.wordpress.org/plugins/tags/woocommerce/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/ploq-webhooks/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

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

[Wo gbogbo àwọn àgbéyẹ̀wò](https://wordpress.org/support/plugin/ploq-webhooks/reviews/)

## Àwọn Olùkópa

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

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/ploq-webhooks/)