Resources · Make integration

Zoho Creator Make integrationAutomate Zoho Creator with Make.

Can Make keep your Zoho Creator records moving without code? Yes: the Zoho Creator Make integration gives you 13 modules, including 2 triggers, 6 actions and 5 searches. This guide shows ops teams how to connect the account and set up a first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Zoho Creator Make integration do for you?

The Zoho Creator Make integration links your Creator account to Make so records and applications flow into other tools without code. You build a scenario, the automation Make runs for you, out of modules: bricks that each watch, read, create or change something in one app.

A shared intake log. Answers collected in another tool land in a Creator form through Add a Record, so your team works from one app instead of copying rows by hand.

Files that leave Creator on their own. Watch Records spots a new or changed entry, then Download a Record File pulls the attachment so the next module can store or send it.

A clean app inventory. Watch Applications notices each new Creator application, and List Forms in Application shows which forms it holds, handy when several people build apps in the same account.

What Make does not do here: both triggers are scheduled, so nothing fires instantly, and the documentation publishes no quota or size limit for this app. When a listed module falls short, Make an API Call reuses your connection to reach the rest of the Creator API. Stuck on an error? The Make troubleshooting guide walks through the usual suspects.

Zoho Creator may also have a node in n8n, and the n8n vs Make comparison helps you pick. To learn the editor properly, the Make training starts from zero.

Connect

How do you connect Zoho Creator to Make?

  1. 01

    Open the connection form

    Add any Zoho Creator module to your scenario, then click Add next to the Connection field. A connection is your Creator account linked to Make once; every Zoho Creator module reuses it afterwards.

  2. 02

    Enter your owner name

    Naming the connection in Connection name is optional. Then type your Zoho account owner name in Owner name. It sits in the address of any Creator app, right after the domain: creatorapp.zoho.eu/ownername/applicationname.

  3. 03

    Save and accept

    Click Save. Zoho then asks you to confirm that Make may access your account: click Accept. The connection now shows in the field, and the module can read your applications.

First scenario

Build your first scenario with Zoho Creator

GoalWhen a new entry arrives in another app, Make adds it as a record in your Zoho Creator form.

  1. 01

    Create the scenario

    Go to the Scenarios page, create a new scenario and click the big +. That first module is the trigger: pick the app where your entries start, such as a form tool or a spreadsheet.

  2. 02

    Connect the source app

    Search that app by name, choose its module and click Create a connection to link the account. Fill the module fields; once connected, Make lists what it can read, so you pick instead of typing.

  3. 03

    Add the Zoho Creator module

    Click the + on the right of the first module, search Zoho Creator and pick Add a Record. Select your connection, then choose the Creator form that should receive the entry from the lists Make shows.

  4. 04

    Map the data

    Map each value from the previous module into the matching Creator field. Each bundle, meaning one item passing from one module to the next (here, one entry), becomes one new record.

  5. 05

    Test with Run once

    Click Run once to execute the scenario a single time. Read the bundles each module received, then check in Creator that the record really appeared.

  6. 06

    Schedule and switch on

    Set the schedule with the clock on the first module: a new scenario runs every 15 minutes by default. Then switch the scenario on. Each module run on one bundle counts as one operation on your plan.

Triggers

What starts a Zoho Creator scenario?

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

Zoho Creator1Watch Applications

Watch Applications

Scheduled trigger

In MakeTriggers when an application is created.

You get a bundle for each new Creator application that shows up in your account, so an inventory or an onboarding step can follow without anyone reporting what they built.

How it fires
scheduled: Make checks the app on the scenario's schedule, every 15 minutes by default, and never closer than 15 minutes apart on the Free plan.
When to use it
several colleagues build apps in the same Creator account and you want each new one logged in a shared sheet or announced to the team.
Watch out
the documentation describes it for creation only, so do not count on it to follow edits made to an existing application.
Zoho Creator2Watch Records

Watch Records

Scheduled trigger

In MakeTriggers when a record is added or modified in an application form. NOTE: At least one of the `Added Time` or `Modified Time` fields must be included for this module to work. Please refer to the help section for step-by-step instructions.

Every record added or modified in the Creator form you pick reaches your scenario, so the rest of the flow works on fresh data instead of a stale export.

How it fires
scheduled: Make checks the app on the scenario's schedule, so a change waits for the next check before it shows up.
When to use it
a service request is submitted or updated in Creator and the technician in charge should receive the file, a copy in another tool or a follow-up task.
Watch out
the form needs at least one Added Time or Modified Time field, otherwise the module cannot work. Add it in Creator before building the scenario.
Modules

What can Zoho Creator do inside a scenario?

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

Record

6 modules

Watch Records Note: At least one Added Time or Modified Time field must be included for this module to work.

Zoho Creator1

Search Records

Search

In MakeSearches for records matching the chosen criteria in a selected report.

Finds the records that match your criteria inside a report you select, and returns each match as its own bundle for the next module to handle.

When to use it
before creating a customer entry, check whether a record for that same customer already sits in the report.
Watch out
a search can return zero, one or many records; plan for the empty case, and remember that every bundle downstream costs an operation.
Zoho Creator2

Get a Record

Action

In MakeRetrieves a record.

One specific record comes back in full, ready for the next module to reuse its values in an email, a document or another app.

When to use it
you already know which record matters, for instance the one a trigger or a search just pointed to, and you need its complete content rather than a list.
Watch out
it reads a single record; to collect several at once, Search Records is the better pick.
Zoho Creator3

Download a Record File

Action

In MakeDownloads a file from an attachment field of a record.

Pulls the file stored in a record's attachment field into your scenario, so a later module can save it, send it or archive it somewhere else.

When to use it
a signed form or a site photo gets attached in Creator and should end up in a shared drive or in the client's inbox.
Watch out
on the Free plan Make handles files up to 5 MB, so keep that ceiling in mind before wiring heavy attachments.
Zoho Creator4

Add a Record

Action

In MakeAdds a new record.

Creates a brand new record in the Creator form you choose, filled with values mapped from earlier modules, so nobody retypes data that already exists elsewhere.

When to use it
a lead, an order or a support request lands in another app and should become an entry in your Creator application.
Watch out
place Search Records before it when the same entry could arrive twice, or duplicates will pile up.
Zoho Creator5

Update a Record

Action

In MakeUpdates an existing record.

Keeps an existing Creator record in line with what happened elsewhere, such as a status switched in a project tool or a payment confirmed, by changing its values.

When to use it
the record already exists and you know which one it is, typically after Search Records or Get a Record.
Watch out
if the same scenario starts with Watch Records on that form, your update is, logically, a modification too, and it may start the scenario again in a loop.
Zoho Creator6

Delete a Record

Action

In MakeDeletes a record.

Removing a record from Creator through Make keeps a form clean when an entry was cancelled in another system.

When to use it
a booking or a request gets cancelled at the source and should disappear from your Creator report too.
Watch out
treat every deletion as final: click Run once on test data first and add a search step to be sure you target the right record.

Applications

3 modules
Zoho Creator7

List Applications

Search

In MakeLists all applications for this account.

Returns every application in your Creator account, one bundle each, which gives you a quick map of what exists before you automate anything.

When to use it
you audit a shared account, or a later module needs to go through all apps rather than one.
Watch out
each application becomes a bundle, and every module after it runs once per bundle, which adds operations on a busy account.
Zoho Creator8

List Forms in Appilcations

SearchIn the docs only

Judging by its name, this module gives you the forms of your applications; the Make documentation lists it in the Applications group with no official description, and the title really is spelled that way.

When to use it
try it with Run once and read the bundles before you rely on it in a live scenario.
Watch out
List Forms in Application is the documented module for the forms of one selected app, so prefer it when it covers your need.
Zoho Creator9

List Reports in Application

Search

In MakeRetrieves all reports in the selected application.

All the reports of the application you select come back at once, so you know exactly which report to point Search Records at.

When to use it
an app has grown several reports and you want a scenario that picks the right one, or a record of what each app exposes.
Watch out
it returns reports, not the records they contain; Search Records is the module that reads those.

Other

1 module
Zoho Creator10

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Opens the rest of the Zoho Creator API to your scenario with the same connection, for anything the other twelve modules leave out.

When to use it
you need an operation that no listed module offers and you know which endpoint of the API handles it.
Watch out
you write the request yourself, so keep the Creator API documentation open and test with Run once before switching the scenario on.

Other modules

1 module
Zoho Creator11

List Forms in Application

Search

In MakeLists all forms in the selected application.

Shows every form of the application you choose, a handy check when you are about to set up Watch Records or Add a Record and need the exact form.

When to use it
you took over an app built by someone else and want to see what it collects before mapping anything.
Watch out
it lists forms, not their content; the data itself comes from Search Records or Get a Record.
Need help

Need help automating Zoho Creator with Make?

A person reads every message.

FAQ

Zoho Creator and Make: common questions

01Is the Zoho Creator Make integration free?
Yes. Zoho Creator is a standard app in Make, available from the Free plan along with the 3,000+ standard apps. The Free plan allows 2 active scenarios, runs scheduled scenarios at least 15 minutes apart, stops each run after 5 minutes and handles files up to 5 MB, with 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) bring the interval down to 1 minute, allow unlimited active scenarios and count usage in credits, meaning operations. Your Zoho Creator subscription is a separate matter.
02What do you need to connect Zoho Creator to Make?
A Zoho Creator account and a Make account; the documentation lists no other prerequisite. In any Zoho Creator module, click Add next to Connection, name the connection if you like, then type your owner name, the segment that follows the domain in the address of your Creator apps. Click Save and accept the access request Zoho displays. The same connection then serves all 13 modules, so you only do this once per account.
03Does the Zoho Creator trigger react instantly?
No. Both triggers, Watch Records and Watch Applications, are scheduled: Make checks Creator on the scenario's schedule, every 15 minutes by default. On the Free plan the shortest interval is 15 minutes, while paid plans go down to 1 minute. Zoho Creator has no instant trigger in Make, the kind an app calls through a webhook as soon as something happens. To test without waiting for the next check, the Run once button executes the scenario on demand.
04What if a Zoho Creator module is missing or a limit gets in the way?
Use Make an API Call. It reuses your Zoho Creator connection and can reach any endpoint of the Creator API, so it covers what the 13 listed modules do not. The documentation publishes no quota or size limit for this app, so the constraints you are most likely to meet come from your Make plan: 5 MB per file and 5 minutes per run on Free, 40 minutes per run on paid plans. Test every custom call with Run once before switching the scenario on.
05Make or n8n for Zoho Creator?
It depends on your criteria. On Make, Zoho Creator offers 13 modules, two scheduled triggers and Make an API Call, in a visual editor with a Free plan to test on. The same app often has a node in n8n as well, so check what that node covers before choosing. Compare the modules you actually need, how each tool counts usage, and which editor your team will maintain comfortably. The comparison page linked earlier on this page lays out both tools side by side.