Back to Integrations
integrationShopify node
integrationZoho CRM node

Shopify and Zoho CRM integration

Save yourself the work of writing custom integrations for Shopify and Zoho CRM and use n8n instead. Build adaptable and scalable Sales, and Communication workflows that work with your technology stack. All within a building experience you will love.

How to connect Shopify and Zoho CRM

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Shopify and Zoho CRM integration: Create a new workflow and add the first step

Step 2: Add and configure Shopify and Zoho CRM nodes

You can find Shopify and Zoho CRM in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Shopify and Zoho CRM nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Shopify and Zoho CRM integration: Add and configure Shopify and Zoho CRM nodes

Step 3: Connect Shopify and Zoho CRM

A connection establishes a link between Shopify and Zoho CRM (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Shopify and Zoho CRM integration: Connect Shopify and Zoho CRM

Step 4: Customize and extend your Shopify and Zoho CRM integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Shopify and Zoho CRM with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Shopify and Zoho CRM integration: Customize and extend your Shopify and Zoho CRM integration

Step 5: Test and activate your Shopify and Zoho CRM workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Shopify to Zoho CRM or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Shopify and Zoho CRM integration: Test and activate your Shopify and Zoho CRM workflow

Process Shopify new orders with Zoho CRM and Harvest

This workflow is triggered when a new order is created in Shopify. Then:
the order information is stored in Zoho CRM,
an invoice is created in Harvest and stored in Trello,
if the order value is above 50, an email with a discount coupon is sent to the customer and they are added to a MailChimp campaign for high-value customers; otherwise, only a "thank you" email is sent to the customer.

Note that you need to replace the List ID in the Trello node with your own ID (see instructions in our docs). Same goes for the Account ID in the Harvest node (see instructions here).

Nodes used in this workflow

Popular Shopify and Zoho CRM workflows

Sync Shopify customers to Zoho CRM contacts with value-based scoring

(Retail Automation) Shopify to CRM Contact Sync This workflow automates the synchronization of customer data between Shopify and Zoho CRM. It triggers when a new customer or order is created in Shopify, calculates key metrics like lifetime spend and high-value status and then checks Zoho CRM to either update an existing contact or create a new one. This ensures your sales and marketing teams always have up-to-date purchase history and engagement data within the CRM. Quick Implementation Steps Set the minOrderValueForHighValueTag and lifetimeSpendThreshold in the Workflow Configuration node. Configure your Shopify Trigger with your Shopify Access Token and ensure it is listening for the correct topic (e.g., customers/create). Connect your Zoho CRM OAuth2 credentials to the Search, Create and Update nodes. Map any additional custom fields you wish to sync in the Update Existing Contact or Create New Contact nodes. What It Does This workflow bridges the gap between your e-commerce platform and your CRM by processing customer activity in real-time. When a customer interacts with your Shopify store, the workflow: Calculates Value Metrics: It extracts the order total and customer history to determine if a customer is "High Value" based on your custom thresholds. Performs an Identity Check: It searches Zoho CRM to see if the customer already exists using their contact information. Synchronizes Data (Upsert): If the contact exists: It updates their record with an "Engagement Score" (based on lifetime spend) and "Mentions Counts" (based on order count). If the contact is new: It creates a new record in Zoho CRM using the details provided from the Shopify order. Who’s It For E-commerce Managers wanting to ensure Shopify customer data is accurately reflected in their primary CRM. Customer Success Teams who need visibility into customer lifetime value and order frequency directly within Zoho. Marketing Operations teams looking to segment customers in Zoho CRM based on purchase behavior (e.g., "High Value" tags). Requirements to Use This Workflow A running n8n instance. Shopify account with API access (Access Token). Zoho CRM account with access to the "Contacts" module. Proper permissions to create Webhooks in Shopify. How It Works & How To Set Up Step 1: Configure Trigger and Thresholds Shopify New Customer or Order: Configure this trigger to your Shopify store. It currently listens for customers/create. Workflow Configuration: Open this node to define your business logic constants: minOrderValueForHighValueTag: Set the minimum price of a single order to be considered "High Value" (Default: 500). lifetimeSpendThreshold: Set the threshold for total customer spend (Default: 1000). Step 2: Data Extraction Extract Customer Data: This node automatically parses the Shopify JSON to calculate orderTotal, lifetimeSpend and checks the boolean isHighValue against your configuration. Step 3: CRM Logic Search for Existing Contact: This node queries Zoho CRM for a matching contact. Contact Exists?: A conditional node that routes the workflow based on whether a Zoho id was found in the previous step. Step 4: Update or Create Update Existing Contact: Updates the Engagement_Score with the lifetime spend and Mentions_Counts with the order count. Create New Contact: Creates a new entry if no match is found. Note: Current configuration uses the first line item name as a placeholder for Last Name; adjust this to your preferred mapping. How To Customize Nodes Change High-Value Criteria Modify the expressions in the Workflow Configuration node to change what qualifies as a high-value customer. Map Custom Zoho Fields In the Update Existing Contact node, you can add more fields under updateFields to sync additional Shopify data (like shipping address or customer tags) into specific Zoho custom fields. Adjust Trigger Events Change the Shopify Trigger topic to orders/paid if you only want to sync customers after a successful transaction rather than at account creation. Troubleshooting Guide | Issue | Possible Cause | Solution | | :------------------------- | :---------------------------------------------- | :----------------------------------------------------------------------------------------------------- | | Trigger not firing | Webhook not registered or invalid Access Token. | Check Shopify credentials and ensure the "Active" toggle in n8n is on. | | Zoho Update Fails | The Contact ID is missing or incorrect. | Ensure the Search for Existing Contact node is returning a valid id. | | Incorrect Data Mapping | Shopify JSON structure changed. | Inspect the output of the Extract Customer Data node and update the expressions if fields are missing. | | Auth Errors | Zoho OAuth2 token expired. | Re-connect your Zoho CRM account in the n8n credentials settings. | Need Help? If you need assistance mapping specific Shopify metafields to Zoho, setting up advanced filtering logic or expanding this sync to include Product or Inventory data, feel free to reach out our n8n experts at WeblineIndia. We can help you build a robust retail automation stack.

Process Shopify new orders with Zoho CRM and Harvest

This workflow is triggered when a new order is created in Shopify. Then: the order information is stored in Zoho CRM, an invoice is created in Harvest and stored in Trello, if the order value is above 50, an email with a discount coupon is sent to the customer and they are added to a MailChimp campaign for high-value customers; otherwise, only a "thank you" email is sent to the customer. Note that you need to replace the List ID in the Trello node with your own ID (see instructions in our docs). Same goes for the Account ID in the Harvest node (see instructions here).

Build your own Shopify and Zoho CRM integration

Create custom Shopify and Zoho CRM workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Shopify supported actions

Create
Create an order
Delete
Delete an order
Get
Get an order
Get Many
Get many orders
Update
Update an order
Create
Create a product
Delete
Delete a product
Get
Get a product
Get Many
Get many products
Update
Update a product

Zoho CRM supported actions

Create
Create an account
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete an account
Get
Get an account
Get Many
Get many accounts
Update
Update an account
Create
Create a contact
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete a contact
Get
Get a contact
Get Many
Get many contacts
Update
Update a contact
Create
Create a deal
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete a contact
Get
Get a contact
Get Many
Get many contacts
Update
Update a contact
Create
Create an invoice
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete an invoice
Get
Get an invoice
Get Many
Get many invoices
Update
Update an invoice
Create
Create a lead
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete a lead
Get
Get a lead
Get Fields
Get lead fields
Get Many
Get many leads
Update
Update a lead
Create
Create a product
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete a product
Get
Get a product
Get Many
Get many products
Update
Update a product
Create
Create a purchase order
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete a purchase order
Get
Get a purchase order
Get Many
Get many purchase orders
Update
Update a purchase order
Create
Create a quote
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete a quote
Get
Get a quote
Get Many
Get many quotes
Update
Update a quote
Create
Create a sales order
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete a sales order
Get
Get a sales order
Get Many
Get many sales orders
Update
Update a sales order
Create
Create a vendor
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete a vendor
Get
Get a vendor
Get Many
Get many vendors
Update
Update a vendor

FAQs

  • Can Shopify connect with Zoho CRM?

  • Can I use Shopify’s API with n8n?

  • Can I use Zoho CRM’s API with n8n?

  • Is n8n secure for integrating Shopify and Zoho CRM?

  • How to get started with Shopify and Zoho CRM integration in n8n.io?

Need help setting up your Shopify and Zoho CRM integration?

Discover our latest community's recommendations and join the discussions about Shopify and Zoho CRM integration.
Driss Talainte
Adriano Cantele

Looking to integrate Shopify and Zoho CRM in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Shopify with Zoho CRM

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon