Linux 软件免费装
Banner图

Hookly - Webhook Automator

开发者 ghabri
更新时间 2025年12月23日 18:54
PHP版本: 8.0 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

zapier api automation integrations webhook

下载

1.0.0 1.0.1

详情介绍:

Hookly allows you to send data from your WordPress site to external services whenever specific events occur. Whether you want to notify Slack when a new post is published, sync user registrations with your CRM, or trigger workflows in Zapier, this plugin makes it easy. Key Features Supported Triggers Posts Use Cases

安装:

  1. Upload the plugin files to /wp-content/plugins/wp-webhook-automator/
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Navigate to 'Webhooks' in the admin menu to create your first webhook

屏幕截图:

  • Webhook List - All webhooks with status indicators, triggers, and quick actions
  • Add New Webhook - Easy webhook configuration with trigger selection and endpoint URL
  • Logs Viewer - Detailed delivery logs with filtering and status tracking
  • Settings - Configure async delivery, timeouts, rate limits, and log retention

升级注意事项:

1.0.1 Critical fix: Plugin now works correctly when installed from WordPress.org. 1.0.0 Initial release of Hookly - Webhook Automator.

常见问题:

What is a webhook?

A webhook is an HTTP callback that sends data to a specified URL when an event occurs. It's a way for apps to communicate in real-time.

Is this compatible with WooCommerce?

Yes! Hookly includes triggers for WooCommerce orders and products. The WooCommerce triggers only appear if WooCommerce is installed and active.

Can I customize the data sent?

Absolutely. You can create custom JSON payloads using merge tags like {{post.title}} or {{user.email}}. See the documentation for all available merge tags.

How do I verify webhooks on the receiving end?

Each webhook can be configured with a secret key. We send an HMAC-SHA256 signature in the X-Webhook-Signature header that you can verify on your server.

What happens if a webhook fails?

By default, webhooks will retry up to 3 times with a 60-second delay between attempts. You can customize this per webhook.

更新日志:

1.0.1 1.0.0