Hello, n8n community!
I’m working on an automation using n8n for my WooCommerce store and would like to know if anyone has implemented a similar workflow or can guide me in creating one. My goal is to:
- Capture the event of a completed order in WooCommerce: When a customer completes their purchase and the order status changes to “completed”.
- Log the order details into a Google Sheets spreadsheet: Include information such as order ID, customer name, purchased products, prices, and availability.
- Send a confirmation email to the customer: With the details of their order in table format, including prices and availability.
I’ve explored the official n8n documentation and found that there are nodes to integrate WooCommerce and Google Sheets. However, I would like to know if anyone has implemented this workflow or if there are predefined templates that I can adapt to my needs.
I appreciate any guidance, examples, or resources you can share. Thank you in advance for your help!