Asisty Connector
Asisty Connector
Description
Asisty Connector automates all the technical setup required to connect your WooCommerce store to the Asisty AI chatbot panel.
Normally, you would need to create each WooCommerce webhook manually one by one. With this plugin, simply paste the URL and Secret copied from the Asisty panel, click “Set Up Webhooks”, and the plugin handles the rest.
Features
- Automatic webhook setup — Creates or updates product, order, and coupon webhooks with a single click
- 8 webhooks, 0 manual steps — product.created/updated/deleted, order.created/updated, coupon.created/updated/deleted
- Updates existing webhooks — Safe to re-run; updates existing ones and creates any that are missing
- Webhook status table — Instantly see which webhooks are installed or missing
- Multi-item cart link support — Add multiple products to cart at once using the
?add-to-cart=10,15,20format
How It Works
- Open the WooCommerce Settings Instant Sync section in your Asisty panel
- Copy the Webhook URL and Secret
- Go to WooCommerce Asisty Connection in your WordPress admin
- Paste the values and click “Set Up Webhooks”
Changes to products, orders, and coupons in WooCommerce will now sync to the Asisty panel instantly.
Webhooks Installed
product.created— When a new product is addedproduct.updated— When a product is updated (price, stock, etc.)product.deleted— When a product is deletedorder.created— When a new order is placedorder.updated— When an order status changescoupon.created— When a new coupon/campaign is addedcoupon.updated— When a coupon is updatedcoupon.deleted— When a coupon is deletedproduct_review.created— When a new review is added
Requirements
- WordPress 6.0 or higher
- WooCommerce 7.0 or higher
- An Asisty account (asisty.co)
Installation
Automatic Installation
- Go to Plugins Add New in your WordPress admin panel
- Search for “Asisty Connector”
- Click Install Now and then Activate
Manual Installation
- Download the plugin files
- Upload the
asisty-connectorfolder to thewp-content/plugins/directory - Activate Asisty Connector from the Plugins page in WordPress admin
Initial Setup
- Go to WooCommerce Asisty Connection
- Copy the Webhook URL and Secret from your Asisty panel
- Fill in the fields and click “Set Up / Update Webhooks”
- Verify the installed webhooks in the status table (green ✓ checkmarks)
Faq
No. This plugin requires WooCommerce to function. If WooCommerce is not active, the plugin will display a warning and perform no actions.
It is safe to do so. The plugin detects existing Asisty webhooks and updates them; it does not create duplicate webhooks.
After generating a new secret in the Asisty panel, come to this page, enter the new secret, and click “Set Up / Update Webhooks”. All webhooks will be updated automatically.
Separate product IDs with commas in the ?add-to-cart=10,15,20 format. To specify quantities, append &quantity[10]=2&quantity[15]=1.
The plugin does not collect or transmit any user data. It only stores the Webhook URL and Secret you provide in the wp_options table of your WordPress database.
Reviews
Changelog
1.1.0
- Added order webhooks (order.created, order.updated)
- Added coupon/campaign webhooks (coupon.created, coupon.updated, coupon.deleted)
- Added webhook status table
- Improved WooCommerce activation check
1.0.0
- Initial release
- Product webhooks (product.created, product.updated, product.deleted)
- Multi-item cart link support