| 开发者 | botbee |
|---|---|
| 更新时间 | 2026年7月18日 17:39 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
order.shipped fires when tracking info is added to an orderreview.request fires when a review invitation is scheduledX-BotBee-Signature: sha256=HASH){{variable.path}} placeholdersabandoned_cart.created, abandoned_cart.stage_2, abandoned_cart.stage_3, ...order.shipped webhook fires automatically with full tracking payloadreview.request webhook firesbotbee-flowbridge folder to the /wp-content/plugins/ directory, or install directly from the WordPress plugin admin.No. All webhooks are queued and delivered asynchronously via WP-Cron, completely separate from the checkout process.
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.
Yes. Use the Conditions engine: set field=payment_method, operator==, value=cod.
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.
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.
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.
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.
order.shipped webhook, shipping analytics dashboardreview.request webhook, branded review page, admin table with copy links