Resources · Make integration

Zoho TeamInbox Make integrationAutomate Zoho TeamInbox with Make.

Your shared inbox can sort itself while the team answers customers. The Zoho TeamInbox Make integration gives you 8 modules: 7 actions and 1 search. This guide shows how to link your account, build a first scenario and pick the right module for each job.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Zoho TeamInbox Make integration do?

The Zoho TeamInbox Make integration lets Make act on your shared inbox for you: assign a thread, archive it, follow it, create a contact or send an email. You build a scenario, the automation made of modules chained together, and Make runs it without you opening TeamInbox.

New leads land as contacts, then get a welcome email. A web form in another app starts the scenario, Create a Contact files the person in your team, and Send an Email greets them from the shared inbox. Nobody retypes an address.

Threads reach the right owner. Search Threads finds the conversations that match your criteria, and Assign a Thread hands each one to a teammate. Add Follow a Thread when a manager wants to keep an eye on a sensitive case.

The inbox stays clean. Archive a Thread keeps a closed conversation for the record, while Delete a Thread sends spam or duplicates to the trash.

Here is the honest limit: Zoho TeamInbox has no trigger in Make, so something else must start the scenario, such as another app or a schedule. Make also says its documentation for this app is limited, which means the fields you see appear once your connection exists. When a module is missing, Make an API Call reaches the rest of the API with the same connection. To learn the editor step by step, the Make training is a good next stop, and if you also weigh n8n, read n8n vs Make.

Connect

How do you connect Zoho TeamInbox to Make?

  1. 01

    Add a Zoho TeamInbox module

    In your scenario, click the +, search for Zoho TeamInbox and pick any module. Then click Create a connection. A connection is your TeamInbox account linked to Make once, and every module of the app reuses it.

  2. 02

    Name the connection

    This step is optional, but a clear name helps when your team runs several accounts. Something like the name of the shared inbox makes the right connection easy to spot in every module later.

  3. 03

    Authorize Make and save

    Make sends you to the Zoho page to approve access, or asks for a key if the app gives you one. Accept, come back to Make and click Save. The module can now read what your account sees.

First scenario

Your first scenario with Zoho TeamInbox

GoalWhen someone fills in a form in another app, Make adds them as a contact in Zoho TeamInbox and sends them an email from the shared inbox.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the +. Add the form app you already use as the first module, since TeamInbox has no trigger of its own.

  2. 02

    Add Create a Contact

    Click the + on the right, search Zoho TeamInbox, pick Create a Contact and choose your connection. Map the name and email the form collected into the fields Make shows.

  3. 03

    Add Send an Email

    Add one more module, Send an Email. Map the address from the form as the recipient and write a short welcome message. Each form answer travels as one bundle, one item passed from module to module.

  4. 04

    Test with Run once

    Click Run once and submit a test form. Open the bubble above each module to read the bundles it received, then check that the contact and the email show up in TeamInbox.

  5. 05

    Schedule and switch on

    Set the schedule on the first module. A new scenario checks every 15 minutes by default. Then switch the scenario on, and each new form answer becomes a contact with a reply.

Modules

What each Zoho TeamInbox module does

Zoho TeamInbox gives you 8 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Zoho TeamInbox1

Archive a Thread

Action

In Make“Move a conversation or email thread into the archive folder for record-keeping.”

Closed conversations leave the working view but stay on record, so the inbox shows only what still needs a reply. The thread moves to the archive folder instead of disappearing.

When to use it
after a ticket is marked solved in your helpdesk, to tidy the matching TeamInbox thread.
Watch out
pick this rather than Delete a Thread whenever the exchange may matter later.
Zoho TeamInbox2

Assign a Thread

Action

In Make“Assign ownership of a conversation or email thread to a specific team member.”

Every conversation gets a named owner, which ends the classic shared inbox problem where everyone assumes someone else will answer. Make sets the teammate responsible for the thread you point it to.

When to use it
right after Search Threads, to route messages about billing to the person who handles invoices.
Watch out
the module needs one thread per run, so feed it the results of a search one bundle at a time.
Zoho TeamInbox3

Create a Contact

Action

In Make“Creates a new contact under team.”

A new person joins your team's contacts without anyone typing their details, ready for the next exchange with support. The contact is created under the team rather than in a personal list.

When to use it
when a form, a shop order or a CRM record brings in someone the support team will talk to.
Watch out
nothing in the documentation says it checks duplicates, so search first if the same person can come back.
Zoho TeamInbox4

Delete a Thread

Action

In Make“Move a conversation or email thread to the trash, marking it for deletion.”

Unwanted conversations go straight to the trash, which keeps spam and test messages out of your team's way. The thread is moved to trash and marked for deletion, not archived.

When to use it
to clear out threads that a search has flagged as noise, like automated notices nobody reads.
Watch out
test it with Run once on a narrow search first, because a loose filter sends real customer threads to the trash too.
Zoho TeamInbox5

Follow a Thread

Action

In Make“Follows a thread.”

You stay informed about a conversation without owning it: following a thread keeps it on your radar while a teammate handles the reply. It suits leads and managers more than agents.

When to use it
when a message comes from a key account, so the account manager follows every exchange.
Watch out
following is not assigning; pair it with Assign a Thread if the thread still needs someone to answer.
Zoho TeamInbox6

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

This module covers what the seven ready-made actions and the search leave out: it calls any endpoint of the Zoho TeamInbox API with the connection you already set up, so there is no second login to manage.

When to use it
when you need an operation that no listed module offers, and you know the Zoho TeamInbox API offers it.
Watch out
you write the request yourself, so keep the Zoho API reference open next to the module.
Zoho TeamInbox7

Send an Email

Action

In Make“Compose and send a new email”

Your shared inbox writes a brand new email on its own, with content filled from earlier modules, so replies and notices leave from the address customers already know.

When to use it
to greet a new contact, confirm a request received through another app, or warn a client that an order has shipped.
Watch out
its description only speaks of composing a new email, so do not count on it to reply inside an existing thread.
Zoho TeamInbox8

Search Threads

Search

In Make“Searches all threads based on search criteria.”

This is how a scenario finds the conversations it should act on: it looks through all threads with the criteria you set and returns every match. Each match becomes its own bundle for the next module.

When to use it
at the start of a clean-up or routing scenario, before Assign, Archive or Delete.
Watch out
a search can return zero, one or many threads, and each one costs an operation in the modules after it. If a run stops, see Make troubleshooting.
Need help

Need help automating Zoho TeamInbox with Make?

A person reads every message.

FAQ

Zoho TeamInbox and Make: frequent questions

01Is the Zoho TeamInbox Make integration free?
Yes, you can use it on Make's Free plan, because Zoho TeamInbox is a standard app and not an Enterprise one. The Free plan has limits worth knowing: 2 active scenarios, at least 15 minutes between two scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans lower the interval to 1 minute and allow unlimited active scenarios. Make counts usage in operations, one per module run on one bundle.
02What do you need to connect Zoho TeamInbox to Make?
You need a Zoho TeamInbox account and a Make account. Make's documentation lists no special prerequisite for this app. You add any TeamInbox module, click Create a connection, optionally give it a name, approve access on the Zoho page or paste the key the app gives you, then click Save. The same connection serves all 8 modules, including Make an API Call, so you only do this once per account.
03Does the Zoho TeamInbox Make integration react in real time?
Not on its own: Zoho TeamInbox has no trigger module in Make, only 7 actions and 1 search. A scenario therefore starts elsewhere. You can open it with an instant trigger from another app, which calls Make through a webhook as soon as something happens, or with a schedule on the first module. A new scenario runs every 15 minutes by default, and the Free plan cannot go below that interval.
04What if a Zoho TeamInbox module is missing in Make?
It depends on the endpoint, but the app includes Make an API Call, which reaches any endpoint of the Zoho TeamInbox API with the connection you already have. That covers what the 8 listed modules do not. Keep in mind that Make describes its documentation for this app as limited, so the field details come from the module itself once connected, or from the Zoho API reference when you write a custom call.
05Should you use Make or n8n for Zoho TeamInbox?
It depends on the tool your team already runs, and this page only covers the Make side. In Make, Zoho TeamInbox offers 8 modules, works on the Free plan, and Make an API Call fills the gaps. The same app often has an n8n node too, so check its n8n page before deciding. No ranking between the two tools is given here; the n8n vs Make comparison linked above lays out the criteria side by side.