Automation for shopify product/sending them to GHL

Hey, I was looking to understand how to make an automation for shopify that whenever a purchase is made I need to identify which product it is and from there send them to GHL to send emails, give them product access etc. Can anyone help with this? thanks in advance.

Describe the problem/error/question

What is the error message (if any)? no error

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Nair i can help with ideas but you’ll have to create it yourself.

Hey. yeah, of course, what I’m struggling with is more so how to pull which product it is because the email going out will be different.

okay first you’ll need to choose an automation tool that integrates with Shopify. Some popular options include GetResponse, Klaviyo and Brevo.

Once you’ve chosen your tool, you set up an automation workflow that triggers when a new order is made. You then use the “Product” variable to identify the product purchased.

Next you’ll need to connect GHL to your automation workflow using their API or integration. This will allow you to send emails and grant product access based on the identified product.

To customize the workflow add conditions or additional actions to fit your specific needs. And don’t forget to test it out to make sure everything is working as expected.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.