- Home
- Resources
- Integrations
- Zoho SalesIQ
Zoho SalesIQ Make integrationAutomate Zoho SalesIQ with Make.
Can Make read your chats and act on them? The Zoho SalesIQ Make integration gives you 11 modules: 1 scheduled trigger, 4 actions and 6 searches. This guide is for support and sales teams, and walks you from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Zoho SalesIQ Make integration do?
The Zoho SalesIQ Make integration links your live chat account to Make, a no-code tool where you build a scenario: a chain of modules that runs on a schedule. Each module is one brick of that chain, and here it can watch events, read conversations, reply to visitors and update their details without a line of code.
Keep visitor profiles current. Watch Events spots new activity, Get Conversation pulls the full chat, and Update the Visitor's Info writes back what the chat revealed, so the next operator starts with context instead of a blank card.
Archive what customers actually say. List Conversation Messages and List Conversation Threads return every line of a chat as separate bundles (one item passing from module to module), ready to be stored in a spreadsheet or a database built with another app, such as the one described on the Airtable Make integration page.
Watch quality from the outside. List Feedbacks gathers the ratings visitors leave, and List Operators tells you who handled what, which is enough to feed a small support report.
Know the limits before you start. The official Make documentation for this app says its content was written with AI help and may contain mistakes, so double-check anything important with Zoho. Every module run counts as an operation (one execution on one bundle) on your Make plan; the Make pricing guide explains that part. If you are weighing Make against n8n for this job, n8n vs Make lays out the criteria.
How do you connect Zoho SalesIQ to Make?
- 01
Register an app in the Zoho Developer Console
You need an active Zoho account and a SalesIQ account first. In the Zoho Developer Console, click Add Client ID, then give your application a name, a client domain and the redirect address Make asks for. Click Create to generate the credentials.
- 02
Open a connection from the module
In your scenario, add any Zoho SalesIQ module and click Create a connection. A connection is your SalesIQ account linked to Make once and reused by every SalesIQ module. The Connection name field is optional, but a clear name helps when you have several.
- 03
Paste the Client ID and Client secret
Copy the Client ID and the Client secret shown in the console, paste them into Make and follow the on-screen instructions. Once Zoho approves the access, the connection appears in the module and Make can read your SalesIQ data.
Your first scenario with Zoho SalesIQ
GoalWhen a new event shows up in Zoho SalesIQ, Make reads the related conversation and updates the visitor's details.
- 01
Create the scenario
Open the Scenarios page in Make, create a new scenario and click the big + to place the first module on the canvas.
- 02
Add Watch Events
Search for Zoho SalesIQ, pick Watch Events and select your connection. Fill in the fields; Make lists what it can read from your account once the connection exists.
- 03
Fetch the conversation
Click the + on the right of the trigger and add Get Conversation. Run Watch Events once first, then map the conversation reference it returns, if the event carries one.
- 04
Write back to the visitor
Add Update the Visitor's Info after it and map the details you want to keep from the conversation. Pick only what an operator will really use later.
- 05
Test with Run once
Click Run once. Make runs the scenario one time and shows the bundles each module received, so you can check that the right visitor was updated before going further.
- 06
Schedule and switch it on
Open the clock on Watch Events to set the schedule (every 15 minutes by default, and never shorter than that on the Free plan), then switch the scenario on.
What starts a Zoho SalesIQ scenario
1 module starts a scenario when something happens in Zoho SalesIQ. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Zoho SalesIQ as soon as it happens.
Watch Events
triggerIn the docs onlyWatch Events is the one SalesIQ module that can open a scenario: it picks up new activity in your account and hands each event to the next module as its own bundle.
What Make can do in Zoho SalesIQ
Zoho SalesIQ gives you 10 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Get Conversation
ActionIn the docs onlyPulls a single chat from SalesIQ so its details become data you can map into the next modules. It is the step that turns a bare event into something readable.
List Canned Responses
SearchIn the docs onlyReturns the prepared replies saved in your SalesIQ account, each one as its own bundle. Handy for reusing the wording your team already approved instead of writing new text inside Make.
List Conversation Messages
SearchIn the docs onlyGives you every message of a conversation, one bundle per message, so you can store the full exchange or scan it for a word that matters to your team.
List Conversation Threads
SearchIn the docs onlyBrings back the threads attached to a conversation as separate items, which helps when one chat splits into several parts and you want to follow each of them.
List Feedbacks
SearchIn the docs onlyCollects the feedback visitors left after their chats, one bundle each, so you can see satisfaction outside SalesIQ, next to your other numbers.
List Operators
SearchIn the docs onlyLists the people who answer chats in your SalesIQ account. You get a clean reference to put names on conversations or to route work to the right person in another tool.
List Portals
SearchIn the docs onlyShows the SalesIQ portals your connection can reach. Useful for knowing which workspace a scenario is talking to before other modules read or write anything.
Make an API Call
ActionIn the docs onlyLets you call any endpoint of the Zoho SalesIQ API from the scenario, with the same connection, when none of the ready-made modules covers what you need.
Send Message
ActionIn the docs onlyPosts a message into SalesIQ from your scenario, which lets another app speak through your chat without an operator typing it.
Update the Visitor's Info
ActionIn the docs onlyChanges the details stored on a SalesIQ visitor, so the next operator opens the chat with up-to-date information coming from your other tools.
Need help automating Zoho SalesIQ with Make?
A person reads every message.