Linux 软件免费装
Banner图

BotBee Webhook Automation for WooCommerce

开发者 botbee
更新时间 2026年7月18日 17:39
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce abandoned cart automation webhook shipment tracking

下载

1.3.0

详情介绍:

BotBee FlowBridge is an enterprise-grade WooCommerce webhook and automation engine. Connect your store to any external system — WhatsApp, CRM, AI agents, ERP, marketing tools — using powerful, configurable webhooks with conditions, delays, retries, and a complete delivery log. Key Features: Webhook Engine Async Queue System Advanced Abandoned Cart System Shipment Tracking Review Requests Delivery Logs Test Center WordPress.org Ready

安装:

  1. Upload the botbee-flowbridge folder to the /wp-content/plugins/ directory, or install directly from the WordPress plugin admin.
  2. Activate the plugin through the Plugins menu.
  3. Ensure WooCommerce is installed and active.
  4. Go to FlowBridge in the WordPress admin menu to configure your webhooks.

屏幕截图:

  • Webhook list with quick enable/disable toggles
  • Webhook editor with conditions and payload template
  • Delivery logs with resend functionality
  • Abandoned cart management with recovery URLs
  • Test Center — send live sample payloads
  • Settings — configure abandoned cart stages and review request trigger
  • Shipment tracking meta box on the order screen
  • Shipping analytics dashboard
  • Review Requests admin page with copy-to-clipboard links

升级注意事项:

1.3.0 Adds shipment tracking and review request features. Two new database tables (botbee_shipments and botbee_review_requests) are created automatically on upgrade. 1.0.0 Initial release.

常见问题:

Does this slow down my checkout?

No. All webhooks are queued and delivered asynchronously via WP-Cron, completely separate from the checkout process.

How does HMAC signature verification work?

When you set a secret token on a webhook, each delivery includes an X-BotBee-Signature: sha256=HASH header. The hash is HMAC-SHA256(request_body, your_secret). Your receiving system can verify it to confirm the request came from your store.

Can I send webhooks only for COD orders?

Yes. Use the Conditions engine: set field=payment_method, operator==, value=cod.

How does abandoned cart tracking work for guests?

Guest carts are tracked by session ID. When a guest fills in their email or phone on the checkout page, those details are captured and stored with their cart. Abandonment events fire with all available contact information.

How does the review request link work?

When an order reaches your configured trigger status, the plugin immediately generates a secure one-time token. After your configured delay (default: 1 day), the review.request webhook fires with a link to a branded review page. The customer submits star ratings and comments for each product. Each link works only once.

How do I add shipment tracking?

Open any WooCommerce order in the admin. You will see a Shipment Tracking meta box. Click "Add Tracking Info", enter the tracking number, carrier, and optional shipped date, then save. The order.shipped webhook fires automatically.

What carriers are supported?

FedEx, UPS, DHL Express, USPS, Royal Mail, Australia Post, Canada Post, TNT, Aramex, J&T Express, Blue Dart, India Post, Delhivery, Ekart, DTDC, Ecom Express, Xpressbees, and a custom "Other" option.

更新日志:

1.3.0 1.2.0 1.1.0 1.0.0