Linux 软件免费装
Banner图

WebEquipe Webhook Manager

开发者 webequipe
bdsarwar
更新时间 2026年7月28日 20:01
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

integration forms woocommerce automation webhook

下载

1.0.2 1.0.3

详情介绍:

WebEquipe Webhook Manager captures events from forms, WooCommerce, and any WordPress action hook, then delivers normalized JSON (or form-encoded) payloads to one or more webhook endpoints you define. It is built around two concepts: Key features This plugin does not connect to any WebEquipe service. It only sends data to the endpoints you configure.

安装:

  1. Upload the plugin to /wp-content/plugins/ or install it from the Plugins screen, then activate it.
  2. Go to Webhook Manager → Connections and add a connection (the destination URL and any authentication).
  3. Go to Webhook Manager → Webhooks and add a webhook: choose a trigger, select the connection(s), and (optionally) shape the payload.
  4. Use the Test Connection / Send Test buttons to confirm delivery.
  5. Trigger the real event and confirm a success entry under Webhook Manager → Logs.

屏幕截图:

  • Connections list.
  • Webhook editor.
  • Logs with replay and CSV export.

升级注意事项:

1.0.3 Logs CSV export now mirrors the Logs list columns. No database migration required. 1.0.2 Security fix for public file publishing MIME allowlist; log list display fixes. No database migration required. 1.0.1 Validation on webhook and connection save; no database migration required. 1.0.0 Initial release.

常见问题:

Which form plugins are supported?

Contact Form 7, WPForms, Fluent Forms, Formidable Forms, and Ninja Forms. WooCommerce events and arbitrary WordPress action hooks are also supported.

How do I verify the HMAC signature on the receiving end?

When a signing secret is set, requests include a header X-WEWM-Signature: t=<unix>, v1=<hex>. Recompute hash_hmac('sha256', "$t.$rawBody", $secret) and compare it to v1 using a constant-time comparison.

Does the plugin send my data anywhere by default?

No. Payloads are sent only to the connection URLs you configure. Nothing is sent to the plugin author.

Where are delivery logs stored?

In custom database tables in your own WordPress database. You can set a retention period and export or replay logs from the Logs screen.

Does it provide shortcodes or blocks?

No. The plugin is configured entirely from the WordPress admin and does not register shortcodes or blocks.

更新日志:

1.0.3 1.0.2 1.0.1 1.0.0