Hi all, I just finished setting up my n8n instance and creating my first workflow. Apologies in advance if I overlooked something obvious.
I am trying to connect a Woocommerce trigger to a regular Mautic node. The trigger is a Wocommerce ‘customer.created’ event which should create a new contact in Mautic.
I created a few test orders in Woocommerce and executed the node in n8n, but no data was pulled in.
The API’s have been setup for both Woocommerce and Mautic, and I know they work with n8n because when I execute ‘get’ workflows for single Woocommerce and Mautic nodes n8n retrieves the data. Also, when I execute the workflow (Woocommerce Trigger + Mautic), I can see a that a webhook has been created in my Woocommerce dashboard.
What could I have done wrong?