Resources · Make integration

Zoho Writer Make integrationAutomate Zoho Writer with Make.

Can Make create, merge and send your Zoho Writer documents for you? Yes. The Zoho Writer Make integration gives you 13 modules, including 2 triggers. 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 does the Zoho Writer Make integration do?

The Zoho Writer Make integration lets Make act on your documents without code. You build a scenario, the automation itself, from modules: small bricks that each watch, create, merge or move a document. Your Zoho Writer account is linked once through a connection, and every module reuses it.

Contracts that go out on their own. Star a template in Zoho Writer and let Watch Favourite Documents pick it up, then Merge a Document to Send via Email fills it and sends it. Sales teams use this for quotes and agreements that follow the same model.

Documents born from other apps. When a form, a CRM or a spreadsheet produces new data, Create a Document turns it into a Writer file from uploaded content, a URL or plain text. Merge a Document does the same with a template and stores the result in a Zoho folder.

A tidy workspace. List Documents returns what is in the account, Trash a Document clears drafts you no longer need, Restore a Document brings one back, and Delete a Trashed Document removes it for good.

The listed modules do not cover every part of Zoho Writer. When one is missing, Make an API Call reaches the rest of the API with the same connection. If you are new to the editor, our Make training walks through it step by step, and Make troubleshooting helps when a run stops. Zoho Writer may also exist as a node in n8n; n8n vs Make lays out how the two tools differ.

Connect

How do you connect Zoho Writer to Make?

  1. 01

    Add a Zoho Writer module

    Log in to Make, open a scenario and add any Zoho Writer module. You need an active Zoho Writer account first, on the right regional domain of Zoho. Then click Create a connection.

  2. 02

    Name the connection

    The Connection name field is optional, but a clear name such as your team or region helps the day you manage several Zoho accounts inside the same Make organization.

  3. 03

    Authorize your account

    Follow the on-screen instructions to sign in to Zoho and approve access, or enter the credentials you copied from your Zoho Writer account. The connection then appears in every Zoho Writer module you add.

First scenario

Your first scenario with Zoho Writer

GoalWhen you star a document in Zoho Writer, Make merges it and sends the result by email.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the large + in the middle of the editor to place your first module.

  2. 02

    Set the trigger

    Search for Zoho Writer, choose Watch Favourite Documents and click Create a connection to link your account. Fill in the fields Make shows for the trigger.

  3. 03

    Add the merge and email step

    Click the + to the right of the trigger and pick Merge a Document to Send via Email. Map the document coming from the trigger, then fill in the email fields the module asks for.

  4. 04

    Test with Run once

    Star a test document in Zoho Writer, then click Run once. Open the bubble above each module to read the bundles it received and check that the email left with the merged file.

  5. 05

    Schedule and switch it on

    Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. Each new favourite will now be picked up on the next check.

Triggers

What can start a Zoho Writer scenario?

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

Zoho Writer1Watch Documents

Watch Documents

Scheduled trigger

In MakeTriggers when a new document has been added.

Watch Documents starts your scenario whenever a new document appears in your Zoho Writer account, and passes that document to the next modules as a bundle, one item flowing through the scenario.

How it fires
scheduled. Make checks the app on the scenario's schedule, every 15 minutes by default, so a new document waits for the next check.
When to use it
every new proposal draft should be logged in your project tracker or announced in the team chat without anyone pasting the link.
Watch out
a document your own scenario creates or copies can also look new to this trigger, so keep it away from Create a Document and Copy a Document in the same flow.
Zoho Writer2Watch Favourite Documents

Watch Favourite Documents

Scheduled trigger

In MakeTriggers when a new favourite document has been added.

Watch Favourite Documents reacts to the documents you mark as favourites, which turns a simple star into a switch you control by hand from inside Zoho Writer.

How it fires
scheduled. Make checks the app on the scenario's schedule, so the star is noticed on the next run rather than the moment you click it.
When to use it
a contract is ready for review and you want the starred version sent, archived or copied, while unfinished drafts stay untouched.
Watch out
a favourite set by mistake can send, archive or copy a draft, so agree with your team on what the star means before switching the scenario on.
Modules

What can Make do in Zoho Writer?

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

Zoho Writer1

Copy a Document

Action

In MakeCopies an existing document.

Copy a Document duplicates an existing file, so the original stays clean while the copy gets edited, filled or shared.

When to use it
each new client deal needs its own version of a master proposal, and nobody should type over the master by mistake.
Watch out
if the same scenario starts with Watch Documents, the copy may be seen as a new document and start another run.
Zoho Writer2

Create a Document

Action

In MakeCreates a document by uploading a file, providing a URL or plain text of a document.

Create a Document builds a new Zoho Writer file from three kinds of input: an uploaded file, a URL, or plain text coming from an earlier module.

When to use it
a form answer or a CRM note should become a readable document your team can open and edit in Writer.
Watch out
when you already hold a finished file, Upload a Document is the simpler choice; keep this one for text or a URL.
Zoho Writer3

Delete a Trashed Document

Action

In MakePermanently deletes a trashed document.

Delete a Trashed Document empties one file out of the trash bin for good, freeing the account from documents you already decided to drop.

When to use it
at the end of a cleanup flow, after Trash a Document, once the files have been checked.
Watch out
there is no undo. Restore a Document can no longer help after this step, so test it with Run once on a dummy file.
Zoho Writer4

Get a Document

Action

In MakeRetrieves a document by ID.

Get a Document fetches one file by its ID and hands its details to the modules that follow, so you work on exactly the document you meant.

When to use it
another app stores the document ID, for example in a CRM record, and your scenario needs the matching Writer file.
Watch out
it needs the ID, not the title. Use List Documents first when all you have is a name.
Zoho Writer5

Make an API Call

Action

In MakePerforms an arbitary authorized API call.

Make an API Call reaches any part of the Zoho Writer API that the listed modules leave out, and it reuses the connection you already created.

When to use it
you need an operation none of the other 10 actions covers and you are comfortable reading the Zoho Writer API reference.
Watch out
you write the request yourself, so a wrong path or body fails the run; check the output with Run once.
Zoho Writer6

Merge a Document

Action

In MakeMerges a document and stores it at a Zoho folder.

Merge a Document fills a Writer template with data from your scenario and saves the finished file in a Zoho folder, ready to find later.

When to use it
certificates, offer letters or invoices share one layout and only the details change from one person to the next.
Watch out
the result is stored, not sent. Choose Merge a Document to Send via Email when the recipient should receive it right away.
Zoho Writer7

Merge a Document to Send via Email

Action

In MakeMerges a document and sends it via email.

Merge a Document to Send via Email fills the template and emails the merged document in one step, with no extra email module needed.

When to use it
a customer signs up or accepts a quote, and a personalized welcome pack or agreement should land in their inbox.
Watch out
each run sends a real email, so test with Run once on your own address before switching the scenario on.
Zoho Writer8

Restore a Document

Action

In MakeRestores a document from a trash bin.

Restore a Document takes a file back out of the trash bin and returns it to your documents, as if it had never been removed.

When to use it
a cleanup flow trashed a file someone still needs, or you want an approval step that can undo a trash action.
Watch out
it only works while the file sits in the trash. After Delete a Trashed Document, it is gone.
Zoho Writer9

Trash a Document

Action

In MakeMoves a document into a trash bin.

Trash a Document moves a file into the trash bin, which clears it from view while keeping a way back.

When to use it
a deal is lost or a project closes, and its working drafts should leave the shared space without being destroyed yet.
Watch out
nothing is permanent at this stage. Add Delete a Trashed Document later if you really want the file erased.
Zoho Writer10

Upload a Document

Action

In MakeUploads a new document.

Upload a Document sends a file coming from another app into Zoho Writer as a new document, so attachments end up where your team edits.

When to use it
a file arrives as an email attachment or lands in cloud storage, and it should be reworked in Writer.
Watch out
it starts from a file only. If all you have is text or a link, go for Create a Document.
Zoho Writer11

List Documents

Search

In MakeLists all documents.

List Documents is a search: it returns every document of the account, each as its own bundle, so the next modules run once per file.

When to use it
you want an inventory in a spreadsheet, or you need to find a document ID before Get a Document.
Watch out
each returned document costs operations in the modules after it, so filter the list early.
Need help

Need help automating Zoho Writer with Make?

A person reads every message.

FAQ

Zoho Writer and Make: common questions

01Is the Zoho Writer Make integration free?
Yes, Zoho Writer is a standard app in Make, so you can use it on the Free plan. That plan has its limits: 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. Every module run counts as an operation, which is what Make counts on your plan. Paid plans such as Core, Pro and Teams lift those limits. Your Zoho Writer subscription is a separate matter handled on the Zoho side.
02What do you need to connect Zoho Writer to Make?
You need an active Zoho Writer account and the API endpoint that matches your Zoho regional domain. In Make, add a Zoho Writer module, click Create a connection, optionally give it a name, then sign in or paste the credentials from your account. For your own OAuth client, create it in the Zoho developer console with Add Client ID, set the domain to zoho.com, add the Make callback URI and copy the Client ID and Client secret.
03Does the Zoho Writer trigger react instantly?
No. Both Zoho Writer triggers, Watch Documents and Watch Favourite Documents, are scheduled. Make checks the account on the scenario's schedule, which is every 15 minutes by default. On the Free plan, 15 minutes is also the shortest interval, while paid plans go down to 1 minute. A new or starred document is therefore handled on the next check, not the second it appears. Zoho Writer has no instant trigger in Make.
04What if a Zoho Writer module is missing in Make?
Use Make an API Call. It sends a request to any endpoint of the Zoho Writer API through the connection you already have, so you are not stuck with the 13 listed modules. You will need to read the Zoho Writer API documentation to build the request. The Make documentation on this app is partly AI-generated and flags that it may contain mistakes, so check important details with Zoho Writer directly.
05Should you use Make or n8n for Zoho Writer?
It depends on the tool your team already runs. Make offers Zoho Writer as a standard app with 13 modules, 2 of them scheduled triggers, plus Make an API Call for anything else, and a visual editor where every step is a module you can test with Run once. The same app often has a node in n8n too. Compare the modules each side offers for your use case before choosing, rather than picking by habit.