Resources · Make integration

Zoho Mail Make integrationAutomate Zoho Mail with Make.

What if every important email in Zoho Mail could start the next step by itself? The Zoho Mail Make integration gives you 3 triggers and 8 actions. This page shows how to link your mailbox, 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 Mail Make integration do for you?

The Zoho Mail Make integration links your mailbox to Make, a no-code tool where you build a scenario: an automation made of modules, each one a brick that watches, reads or acts. Here, Make can notice new emails, read their content and attachments, then send, draft, flag or turn them into tasks.

Requests that stop getting lost. A client writes to a shared support folder. Watch Folder Emails picks the message up and Create a Task puts it on someone's list, so nobody has to remember to copy it by hand.

Attachments handled without opening the inbox. Supplier invoices come in by email. Watch Emails by Search catches only the messages that match your search, then Get an Email Attachment Information and Get an Email Attachment Content hand the file to the next app of the scenario.

Replies prepared, not sent blindly. A sales lead fills a form in another tool. Create a Draft Message writes the reply in Zoho Mail and leaves it for a human to check, while Send an Email covers the messages that can go out as they are.

Three limits are worth knowing. All three triggers are scheduled, so Make checks the mailbox at intervals instead of reacting the second a message arrives. There is no search module and no delete module in the list. For anything else, Make an API Call reaches the Zoho Mail API with the same connection. To judge the tool first, read the Make review, and if n8n is also on your shortlist, the n8n vs Make comparison sets the two side by side. Operations are counted on your plan, which the Make pricing page breaks down.

Connect

How do you connect Zoho Mail to Make?

  1. 01

    Add a Zoho Mail module

    In your scenario, click the + and search for Zoho Mail. Pick any module, for instance Watch Emails, then click Create a connection. A connection is your Zoho Mail account linked to Make once and reused by every Zoho Mail module.

  2. 02

    Name it and authorize Make

    Give the connection a name if you like, such as the mailbox it belongs to. Then authorize Make on the Zoho Mail page that opens, or paste the key Zoho Mail gives you, depending on what Make asks. Use the account of the mailbox you want to automate.

  3. 03

    Save and check the fields

    Click Save. Back in the module, Make can now read your account and fill the lists it offers, like your folders. If those lists show up, the connection works.

First scenario

Your first scenario: turn folder emails into tasks

GoalWhen a new email lands in a chosen Zoho Mail folder, Make creates a Zoho Mail task from it.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the big + to place the first module. This first module is the trigger, the one that starts everything.

  2. 02

    Pick Watch Folder Emails

    Search for Zoho Mail, choose Watch Folder Emails and select your connection. Make lists your folders once it can read the account: pick the one where requests arrive.

  3. 03

    Add Create a Task

    Click the + on the right of the trigger, add Zoho Mail Create a Task and map data from the email, such as the subject, into the task. Each email is one bundle passed along.

  4. 04

    Test with Run once

    Send a test email to that folder, then click Run once. Make runs the scenario one time and shows the bundles each module received, so you can check the task looks right.

  5. 05

    Schedule and switch on

    Open the clock on the first module. A new scenario checks every 15 minutes by default, and the Free plan cannot go below that. Set your interval and switch the scenario on.

Triggers

What can start a Zoho Mail scenario?

3 modules start a scenario when something happens in Zoho Mail. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Zoho Mail as soon as it happens.

Zoho Mail1Watch Emails

Watch Emails

Scheduled trigger

In MakeTriggers when a new email has been received.

Watch Emails hands your scenario every new message received in the mailbox, one bundle per email, so you can react to all incoming mail without filtering upfront.

How it fires
scheduled. Make checks Zoho Mail on the scenario's schedule and collects the emails that arrived since the last check.
When to use it
a dedicated address, such as an invoices inbox, where every message deserves the same treatment.
Watch out
on a busy personal inbox, each email costs operations further down the scenario; a folder or search trigger keeps the flow narrower.
Zoho Mail2Watch Emails by Search

Watch Emails by Search

Scheduled trigger

In MakeTriggers when a new email that follows for the search key has been received.

With Watch Emails by Search, only the new emails that match a search you define reach the scenario. The rest of the mailbox stays out of the flow, which saves operations and cleanup work later.

How it fires
scheduled. Make runs the check on the scenario's schedule, never the instant a message lands.
When to use it
you want messages from one client or with one keyword in the subject, wherever they are filed.
Watch out
test the search in Zoho Mail first; a search that is too broad behaves like Watch Emails.
Zoho Mail3Watch Folder Emails

Watch Folder Emails

Scheduled trigger

In MakeTriggers when a new email has been received in the specified folder.

Pick one folder and Watch Folder Emails sends each new email received there into the scenario. It fits teams that already sort mail with Zoho Mail filters and folders.

How it fires
scheduled. Make looks at the folder on the scenario's schedule, 15 minutes by default.
When to use it
a Support or Orders folder that your Zoho Mail rules already fill, so Make works on a clean selection.
Watch out
the trigger only sees that one folder; if your Zoho Mail rules stop filling it, the scenario goes quiet without any error.
Modules

What can Make do in Zoho Mail?

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

Zoho Mail1

Create a Draft Message

Action

In MakeCreates a new draft message.

You get a ready-to-review message sitting in your Zoho Mail drafts, written by the scenario with the data it collected, but nothing leaves the mailbox until a person hits send.

When to use it
replies to quotes or complaints, where a human should reread before the client sees them.
Watch out
drafts pile up if nobody checks the folder, so tell the team where they land.
Zoho Mail2

Create a Task

Action

In MakeCreates a new task.

This module turns scenario data into a task in Zoho Mail, so an email, a form entry or an order becomes a to-do someone can tick off instead of a message buried in the inbox.

When to use it
a client request arrives and needs an owner, without anyone copying it by hand.
Watch out
map a clear title from the source, such as the email subject, or the task list fills with vague entries.
Zoho Mail3

Get an Email Attachment Content

Action

In MakeRetrieves the content of the attachment in an email.

Here Make pulls the actual file attached to an email into the scenario, ready to be stored, forwarded or read by another app further along the chain.

When to use it
invoices or signed documents arrive by email and must end up in a storage tool or accounting app.
Watch out
on the Free plan, files are capped at 5 MB, so large attachments may need a paid plan.
Zoho Mail4

Get an Email Attachment Information

Action

In MakeRetrieves the attachment information of a particular email.

Before downloading anything, this module tells the scenario what is attached to a given email. It returns information about the attachments rather than the files themselves.

When to use it
you want to check that an email has an attachment, or look at it, before deciding whether to fetch its content.
Watch out
it does not bring the file; pair it with Get an Email Attachment Content when the file itself matters.
Zoho Mail5

Get an Email Content

Action

In MakeRetrieves an existing mail.

Get an Email Content retrieves an existing email so the scenario can work with the whole message, even when the email was not delivered by a trigger of the same run.

When to use it
a later module needs the body of the email, for instance to copy a client request into a task or another app.
Watch out
it reads one email that already exists; it does not look for new ones, which is the triggers' job.
Zoho Mail6

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

When none of the listed modules covers what you need, Make an API Call reaches any endpoint of the Zoho Mail API from your scenario, reusing the connection you already created.

When to use it
you need something the other ten modules do not offer, and you have checked that the Zoho Mail API covers it.
Watch out
you have to read the Zoho Mail API documentation yourself to build the request; Make does not fill the fields for you here.
Zoho Mail7

Mark an Email as Read

Action

In MakeMarks the particular email as read.

Mark an Email as Read flips a message to read once the scenario has dealt with it, so the inbox shows what is left for humans and what automation already took care of.

When to use it
as the last step after a task or draft was created from the email.
Watch out
place it after the actions succeed; marking first hides emails the scenario may have failed to process.
Zoho Mail8

Send an Email

Action

In MakeSends a new email.

Send an Email writes and sends a new message from your Zoho Mail account, built from the data of earlier modules, with no human step in between.

When to use it
confirmations and internal alerts that read the same every time, such as telling the team a new order arrived.
Watch out
if a Watch Emails trigger in the same account could pick that message up, you may create a loop; send to another address or use a folder trigger.
Need help

Need help automating Zoho Mail with Make?

A person reads every message.

FAQ

Zoho Mail and Make: frequent questions

01Is the Zoho Mail Make integration free?
Yes, Zoho Mail is a standard app in Make, so its modules work from the Free plan. That plan has limits: 2 active scenarios, a minimum of 15 minutes between scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) lower the interval to 1 minute and remove the cap on active scenarios. Usage is counted in operations, one per module run on one bundle.
02What does it take to connect Zoho Mail to Make?
A Zoho Mail account and a Make account are enough; the Make documentation lists no other prerequisite. Add any Zoho Mail module, click Create a connection, name it if you want, then authorize Make on the Zoho Mail page (or paste the key it gives you) and click Save. The connection is stored once and every Zoho Mail module of your scenarios can reuse it. With several mailboxes, create one connection per account and name each one clearly.
03Do Zoho Mail triggers in Make react in real time?
No. Watch Emails, Watch Emails by Search and Watch Folder Emails are all scheduled triggers. Make checks Zoho Mail on the scenario's schedule and processes the emails received since the previous check. A new scenario runs every 15 minutes by default. On the Free plan, 15 minutes is also the shortest interval, while paid plans can go down to 1 minute. None of the three triggers is instant, so a short delay between the email and the action is normal.
04What if a Zoho Mail module is missing in Make?
Use Make an API Call. It sends a request to any endpoint of the Zoho Mail API with the connection already in place, so you can cover what the 11 listed modules leave out, as long as the Zoho Mail API offers it. You build the request from the Zoho Mail API documentation. The Make documentation for this app gives no specific limit to plan around, so the plan limits of your Make account are the ones to watch.
05Should you use Make or n8n for Zoho Mail?
It depends on the tool your team already runs. In Make, Zoho Mail comes with 11 ready modules: 3 scheduled triggers and 8 actions, plus Make an API Call for the rest, and it works from the Free plan. The same app often has an n8n node too, so check whether one exists and compare the actions you need, one by one. Pick the tool where your other scenarios already live, so connections and habits stay in one place.