- Home
- Resources
- Integrations
- Zoho Desk
Zoho Desk Make integrationAutomate Zoho Desk with Make.
Tired of copying requests into Zoho Desk by hand? The Zoho Desk Make integration gives you 10 modules: 8 actions and 2 searches that create, update, comment on and close tickets for you. This guide connects your account, builds a first scenario with you and explains each module in plain words.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Zoho Desk Make integration do for you?
The Zoho Desk Make integration links your help desk account to Make so that tickets, contacts, accounts and tasks change on their own when something happens elsewhere. You build a scenario, the automation itself, by chaining modules: each module is one brick, like creating a ticket or searching contacts. No code involved.
Turn outside requests into tickets. A form, an email or a chat message arrives in another app, and Create an Object opens the matching ticket in Zoho Desk. Add a Comment can then attach the context your agents need before they read it.
Keep customer records in step. When a customer changes their details in your CRM, Search Objects finds the contact in Zoho Desk and Update an Object writes the new values, so agents never answer with stale data.
Clean the queue in bulk. List Objects pulls a set of tickets, then Close Tickets or Edit Spam Objects handles them in one move instead of one click per ticket.
Know the limit before you start: Zoho Desk has no trigger module in Make, so a scenario cannot wake up by itself when a ticket appears in Zoho Desk. It starts from another app or from a schedule. Anything the 10 modules skip goes through Make an API Call. If you are still choosing a tool, read our Make review and the n8n vs Make comparison; if you would rather learn to build it yourself, start with our Make training.
How do you connect Zoho Desk to Make?
- 01
Copy your organization ID
In Zoho Desk, click the Setup icon in the top-right corner, then open API under Developer Space. In the Zoho Service Communication (ZSC) Key section, copy the OrgId value.
- 02
Create the connection in Make
Add any Zoho Desk module to your scenario and click Create a connection. A connection is your Zoho Desk account linked to Make once, then reused by every Zoho Desk module. Paste the ID into the Organization ID field.
- 03
Save and approve access
Give the connection a clear name if you like, click Save, then sign in to Zoho Desk and confirm access when the window asks for it. The module can now read the objects of your account.
Your first scenario: turn a request into a Zoho Desk ticket
GoalWhen a customer request lands in another app, Make opens a ticket in Zoho Desk and adds a comment with the context.
- 01
Start a new scenario
On the Scenarios page, create a new scenario and click the +. Pick the app where requests arrive, such as your form or inbox tool, and choose its module that watches new entries.
- 02
Add Create an Object
Click the + on the right, search for Zoho Desk and pick Create an Object. Click Create a connection if you have not linked your account yet, then choose tickets as the object type.
- 03
Map the request
Fill the ticket fields with data from the first module: the sender, the subject, the message. Make lists what your account can read once the connection exists, so there is nothing to type from memory.
- 04
Attach a comment
Add Add a Comment after it and map the ticket ID returned by the previous module. Write the note your agents should see first, for example where the request came from.
- 05
Test, then switch it on
Click Run once and read the bundle each module received; a bundle is one item passed along, here one request. Set the schedule on the first module, every 15 minutes by default, and turn the scenario on.
What each Zoho Desk module does
Zoho Desk gives you 10 modules in 2 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Actions
8 modulesGet an Object
ActionIn Make“Returns only one object that has a specified id from a selected module (ex: a task, a ticket, an account ...).”
Fetches one ticket, account, task or other record from Zoho Desk when you already know its ID, so the next modules can use its full details.
Create an Object
ActionIn Make“Creates an object based on a selected module (ex: create an account, create a contact, create a ticket ...).”
Adds a new record to the Zoho Desk module you choose, whether that is a ticket, a contact or an account, filled with data mapped from earlier steps.
Delete an Object
ActionIn Make“Deletes a specified object based on id from a selected module (ex: delete an account, delete a contact, delete a ticket ...).”
Removes a record, such as a test ticket or a duplicate contact, from the selected Zoho Desk module, identified by its ID.
Update an Object
ActionIn Make“Updates a specific object based on id from a selected data (ex: update an account, update a ticket, update a contact ...).”
Changes the values of an existing ticket, contact or account, found by its ID, so Zoho Desk reflects what changed in your other tools.
Add a Comment
ActionIn Make“Adds a comment to an object based on id for a particular module (tasks, tickets).”
Posts a comment on a ticket or a task, which gives agents the background they need right inside the record they are working on.
Close Tickets
ActionIn Make“Closes one or more tickets by specifying the ticket ID(s) in a list.”
Closes one ticket or a whole batch at once from a list of IDs, which spares your agents a long round of clicks in the queue.
Edit Spam Objects
ActionIn Make“Sets or unsets contacts/tickets as spam by specifying their ids into a list.”
Marks contacts or tickets as spam, or clears that flag, for every ID you pass in a list, so junk stops cluttering the queue.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the rest of the Zoho Desk API to your scenario, using the connection you already have, for anything the ready-made modules leave out.
Searches
2 modulesSearch Objects
SearchIn Make“Returns multiple objects based on a search criteria from a selected module(ex: accounts where account name contains 'Joe', tickets where subject contains 'Hello', contacts where email contains domain '@gmail.com' ...).”
Finds the records that match a criterion, for instance tickets whose subject contains a word or contacts from a given email domain, and passes each one on.
List Objects
SearchIn Make“Returns a list that contains multiple objects from a selected module (multiple accounts, multiple contacts, multiple tickets ...).”
Pulls a series of records from one Zoho Desk module, such as all tickets or all contacts, without any search condition.
Need help automating Zoho Desk with Make?
A person reads every message.