Already have an account? Sign in
Automatically sends WhatsApp messages or invoice links to customers when new or updated orders are detected in WooCommerce.
Logs both verified and unverified attempts in Google Sheets.
This workflow:
order.updated or similar)billing.phone) by removing non-digit charactersSplitInBatchesbilling and line_itemsSample Sheet: Click Here
| Customer Name | Phone Number | Email Address | Address | Product Title | Product ID | Size | Quantity | Total Price | Product Image | Invoice Link | Status | Validity |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Abdul Mannan | 8801322827799 | contact@spagreen.net | mirpur | T-Shirt - XL | 110 | XL | 1 | BDT 499.00 | https://your_shop_domain/Product/gg.img | https://your_shop_domain/INV/DAS | sent | verified |
| Abdul Mannan | 8801322827799 | contact@spagreen.net | mirpur | T-Shirt - XL | 110 | XL | 1 | BDT 499.00 | https://your_shop_domain/Product/gg.img | https://your_shop_domain/INV/DAS | not sent | unverified |
billing and line_items; update Code nodes if your source differs.products[0]; update logic to handle multiple items.