Integrations & API
WooCommerce integration setup
5 minutes read time Difficulty: intermediate
WooCommerce integration setup
Connect your WooCommerce store to automatically send order notifications via WhatsApp.
What the integration does
- Send order confirmation when a purchase is made
- Send shipping updates when order status changes
- Send abandoned cart reminders
- Sync customer data to AIsoule contacts
Setup steps
1. Install the webhook plugin
In your WordPress admin:
- Go to WooCommerce → Settings → Advanced → Webhooks
- Create webhooks for the events you want:
- Order created
- Order status changed
- Order completed
2. Configure webhook URL
Set the delivery URL to your AIsoule webhook endpoint:
https://app.aisoule.com/api/webhooks/woocommerce
3. Set up templates
Create WhatsApp templates for each notification:
order_confirmation— "Hi , your order # is confirmed!"order_shipped— "Your order # has been shipped. Track: "order_delivered— "Your order # has been delivered!"
4. Map events to templates
In AIsoule Settings → Integrations → WooCommerce:
- Order Created →
order_confirmationtemplate - Order Shipped →
order_shippedtemplate - Order Delivered →
order_deliveredtemplate
Tips
- Get opt-in first — Only send to customers who opted in
- Include order details — Order number, items, tracking link
- Don't over-message — 2-3 updates per order is enough
- Test with a test order — Place a test order to verify
Related Articles
Was this guide helpful?
Your feedback helps us make these guides better for everyone.