- Home
- Resources
- Integrations
- Zoho Creator
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 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.
How do you connect Zoho Creator to Make?
- 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.
- 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. - 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.
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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
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.
Watch Applications
Scheduled triggerIn Make“Triggers 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.
Watch Records
Scheduled triggerIn Make“Triggers 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.
Added Time or Modified Time field, otherwise the module cannot work. Add it in Creator before building the scenario.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.
Modules index
Record
6 modulesWatch Records Note: At least one Added Time or Modified Time field must be included for this module to work.
Search Records
SearchIn Make“Searches 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.
Get a Record
ActionIn Make“Retrieves 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.
Download a Record File
ActionIn Make“Downloads 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.
Add a Record
ActionIn Make“Adds 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.
Update a Record
ActionIn Make“Updates 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.
Delete a Record
ActionIn Make“Deletes a record.”
Removing a record from Creator through Make keeps a form clean when an entry was cancelled in another system.
Applications
3 modulesList Applications
SearchIn Make“Lists 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.
List Forms in Appilcations
SearchIn the docs onlyJudging 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.
List Reports in Application
SearchIn Make“Retrieves 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.
Other
1 moduleMake an API Call
ActionIn Make“Performs 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.
Other modules
1 moduleList Forms in Application
SearchIn Make“Lists 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.
Need help automating Zoho Creator with Make?
A person reads every message.