- Home
- Resources
- Integrations
- Zoho CRM
Zoho CRM Make integrationAutomate Zoho CRM with Make.
Can Make keep Zoho CRM tidy while leads keep arriving? The Zoho CRM Make integration gives you 26 modules: 1 trigger, 18 actions and 7 searches. This page explains each one in plain words, shows how to link your account and walks you through a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Zoho CRM Make integration do for you?
The Zoho CRM Make integration lets Make read and write your CRM records without code. You build a scenario, which is the automation itself: a chain of modules, each module being one brick such as a trigger, an action or a search. Make runs the chain for you, on a schedule or when another app calls it.
Capture leads without duplicates. A sales team receives sign-ups from a landing page. Upsert a Lead updates the lead when it already exists and creates it otherwise, then Add a Tag to a Record labels it with the campaign name so reps can filter it later.
React when the CRM changes. Watch Objects picks up the records created or updated since its last check. From there you can fetch its files with Download an Attachment and send them to your storage app, or look up the owner with Search Users before notifying them.
Run the admin side. An operations manager can onboard a new hire with Add a User and remove a departing one with Delete a User, triggered from the HR tool rather than by hand.
Two limits are worth knowing before you start. Watch Objects is a scheduled trigger, so Make checks Zoho CRM on the scenario's schedule instead of hearing about changes the moment they happen. And when no listed module covers what you need, Make an API Call reaches the rest of the Zoho CRM API with the same connection.
Zoho CRM also has an n8n node, described on the Zoho CRM n8n integration page. To weigh the two tools, read n8n vs Make, and check Make pricing to see how operations are counted.
How do you connect Zoho CRM to Make?
- 01
Add a Zoho CRM module
Open your scenario, click the + and search for Zoho CRM. Pick any module, for example Search Objects, then click Create a connection. A connection is your Zoho CRM account linked to Make once, then reused by every Zoho CRM module.
- 02
Name the connection
Naming it is optional, but worth it. Pick one that says whose account it is, like the name of your sales workspace. That saves guesswork later if a colleague adds a second Zoho CRM account.
- 03
Authorize Make and save
Authorize Make on the Zoho page that opens, or paste the key Zoho gives you if Make asks for one. Then click Save. The module now lists the objects your account can read, so you choose them from a menu instead of typing names.
Build your first scenario with Zoho CRM
GoalWhen someone fills in your web form, Make adds or refreshes the lead in Zoho CRM and tags it with the campaign.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. Pick the form app your visitors use and its trigger for new submissions.
- 02
Add Upsert a Lead
Click the + on the right of the form module, search for Zoho CRM and choose Upsert a Lead. Click Create a connection if this is your first Zoho CRM module.
- 03
Map the form answers
Fill the lead fields by clicking into each one and picking the matching answer from the form module. Each submission travels as one bundle, meaning one item passed from a module to the next.
- 04
Tag the lead
Add Add a Tag to a Record after the upsert. Map the record it returned and type the campaign tag, new or existing, so the sales team can filter these leads in Zoho CRM.
- 05
Test with Run once
Click Run once, then send a test entry through your form. Read the bundles each module received, and check the lead in Zoho CRM.
- 06
Schedule and switch it on
Click the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. The Free plan allows 2 active scenarios.
Which Zoho CRM trigger starts your scenario?
1 module starts a scenario when something happens in Zoho CRM. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Zoho CRM as soon as it happens.
Watch Objects
Scheduled triggerIn Make“Triggers when a new object is created or updated.”
Watch Objects hands your scenario every record that was created or updated in the Zoho CRM object you pick, so the rest of the flow works on fresh data. It is the only trigger of the app, which makes it the usual starting point.
What can Make do in Zoho CRM?
Zoho CRM gives you 25 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Add a Tag to a Record
- Add a User
- Create an Object
- Create a Tag
- Delete an Object
- Delete a Related Record
- Delete a Tag
- Delete a User
- Download an Attachment
- Get an Object
- Make an API Call
- Remove a Tag from a Record
- Update an Object
- Update a Related Record
- Update a Tag
- Upload an Attachment
- Upload a Photo
- Upsert a Lead
- List Fields
- List Modules
- List Objects
- List Related Records
- Search Objects
- Search Tags
- Search Users
Add a Tag to a Record
ActionIn Make“Adds an existing or a new tag to a record.”
This module sticks a label on one CRM record, using a tag you already have or a brand new one it creates on the spot. Your team can then filter and group those records without building a custom field.
Add a User
ActionIn Make“Adds a new user.”
Add a User creates a new user in your Zoho CRM organization, so a new hire gets CRM access as part of an automated onboarding flow instead of waiting for an admin to do it by hand.
Create an Object
ActionIn Make“Creates a new object.”
Create an Object adds a new record in whichever Zoho CRM object you select: a contact, an account, a deal. It is the general tool when you know the record does not exist yet.
Create a Tag
ActionIn Make“Create a new tag.”
Create a Tag defines a new tag in Zoho CRM without attaching it to anything yet. That keeps your label list clean and ready before the records that need it arrive.
Delete an Object
ActionIn Make“Deletes an existing object by its ID and object.”
Delete an Object removes one record, identified by its object type and its ID. It keeps the CRM free of entries that another system has already declared dead.
Delete a Related Record
ActionIn Make“Deletes a related record.”
This module cuts one record that sits under another, such as an item listed under a deal, while the parent record stays in place. You clean the related list without touching the main entry.
Delete a Tag
ActionIn Make“Deletes an existing tag.”
Delete a Tag erases a tag from Zoho CRM entirely, which keeps the filter menus of your reps readable once a campaign or a label has served its purpose.
Delete a User
ActionIn Make“Deletes an existing user.”
Delete a User removes a user from your Zoho CRM organization, closing CRM access as part of the same flow that handles a departure everywhere else.
Download an Attachment
ActionIn Make“Downloads an attachment of an object.”
Download an Attachment pulls a file stored on a CRM record into your scenario, so the next module can save it, send it or read it. The file becomes data that any other app in Make can receive.
Get an Object
ActionIn Make“Returns info about an object.”
Get an Object fetches the full details of a single record you already know, so later modules can use values that the previous step did not carry.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call sends your own request to the Zoho CRM API through the connection you already set up. It covers what the other modules leave out, without a second login.
Remove a Tag from a Record
ActionIn Make“Removes a tag from existing record.”
This module takes a tag off one record and leaves the tag itself available for the rest of the CRM. It is how a label follows the real status of a lead.
Update an Object
ActionIn Make“Updates an existing object.”
Update an Object changes the values of an existing record, whatever its object type, so the CRM reflects what happened in another tool.
Update a Related Record
ActionIn Make“Updates a related record.”
Update a Related Record edits one of the records listed under a parent record, without rewriting the parent. The main entry stays as it is while its related list catches up.
Update a Tag
ActionIn Make“Updates an existing tag.”
Update a Tag edits an existing tag, and every record carrying it shows the change. You rename once instead of retagging records one by one.
Upload an Attachment
ActionIn Make“Uploads an attachment to a record.”
Upload an Attachment stores a file from an earlier module on a CRM record, so reps find the document where they already work. No more hunting through inboxes for the right PDF.
Upload a Photo
ActionIn Make“Uploads a new photo.”
Upload a Photo sets a new picture on a record, which gives your CRM faces and logos instead of blank placeholders. It works with an image file handed over by a previous module.
Upsert a Lead
ActionIn Make“Upserts a lead.”
Upsert a Lead updates the lead when Zoho CRM already has it and creates it when it does not, so the same person never shows up twice. It is the safe entry door for any lead source.
List Fields
SearchIn Make“Lists all available fields for module.”
List Fields returns every field available in a chosen Zoho CRM module. It tells a scenario what the CRM expects before you map anything.
List Modules
SearchIn Make“Lists all available modules.”
List Modules returns every module of your Zoho CRM account, such as Leads, Deals or your own custom ones. It is a map of the CRM itself rather than of its records.
List Objects
SearchIn Make“List all available objects.”
List Objects returns every record of one object, one bundle per record, so the next modules process them one after another. It suits bulk work where no filter is needed.
List Related Records
SearchIn Make“Lists related records data.”
List Related Records returns everything attached under one record, like the contacts of an account or the products of a deal. You see the whole family of a record in one step.
Search Objects
SearchIn Make“Searches for objects.”
Search Objects finds the records that match your criteria and returns zero, one or several bundles. It answers the question every sync starts with: is this one already in the CRM?
Search Tags
SearchIn Make“Searches for tags or lists them all.”
Search Tags looks up tags by name, or lists all of them when you leave the search open. It gives the scenario a real tag to work with instead of a guessed name.
Search Users
SearchIn Make“Searches for users or lists them all.”
Search Users finds CRM users, or lists them all, so a scenario knows who owns what and who to warn. The result carries the user as a bundle for the next module.
Need help automating Zoho CRM with Make?
A person reads every message.