Zoho Creator
The Zoho Creator modules enable you to monitor and list applications or records in your Zoho Creator account.
Getting Started with Zoho Creator
Prerequisites
A Zoho Creator account
In order to use Zoho Creator with Make, it is necessary to have a Zoho Creator account. If you do not have one, you can create a Zoho Creator account at www.zoho.com/creator/.
Note
The module dialog fields that are displayed in bold (in the Make scenario, not in this documentation article) are mandatory!
Connect Zoho Creator to Make
To connect your Zoho Creator account to Make, you'll need to provide your Owner Name in the Create a connection dialog.
Go to Make and open the Zoho Creator module's Create a connection dialog.
Select the region of the Zoho domain you are using for your Zoho Creator account.
Enter the Owner Name. You can obtain the Owner Name from the URL: <https://creatorapp.zoho.eu/<ownername>/<applicationname>/...>
Click the Continue button to establish the connection.
After you click the Continue button, Make will redirect you to the Zoho website, where you will be prompted to grant Make access to your account.
Confirm the dialog by clicking the Accept button.
The connection to your Zoho account has been established, and you can proceed with setting up the module.
Record
Retrieves record details of the specified report of a Zoho Creator application when a new record is added or an existing record is modified.
Required Permissions: ZohoCreator.meta.application.READ, ZohoCreator.report.READ, ZohoCreator.meta.form.READ
The Added Time
or Modified Time
fields should be added in the Zoho Creator record properties to ensure the module is working properly:
Log in to your Zoho Creator account.
Click the Edit button for the application you are working with.
Navigate to Solution, select the records you want to watch, and then click the Open Record Properties button.
Go to Grouping in the menu on the left.
Select the field you want to add (Added Time or Modified Time), and click the Add button. Then close the dialog by clicking Done in the top-right corner.
The field is now added, and you can proceed with setting up the module.
Connection | |
Watch Records | Select whether to trigger the module by the added time or modified time. |
Application Name | Select the application that contains the form you want to watch for new records. |
Report Name | Select the name of the report to display the records for. |
Form Name | Select the form name (user dialog) you want to watch for new or modified records. |
Criteria | Define the criteria you want to filter returned records by. |
Limit | Set the maximum number of records Make will return during one execution cycle. |
Returns all records matching defined criteria.
Required Permissions: ZohoCreator.meta.application.READ, ZohoCreator.report.READ, ZohoCreator.meta.form.READ
Connection | |
Application Name | Select the application that contains the form you want to retrieve records for. |
Report Name | Select the name of the report to display the records for. |
Form Name | Select the form name (user dialog) you want to retrieve records for. |
Criteria | Define the criteria you want to filter returned records by. |
Limit | Set the maximum number of records Make will return during one execution cycle. |
Retrieves record details.
Required Permissions: ZohoCreator.meta.application.READ, ZohoCreator.report.READ, ZohoCreator.meta.form.READ
Connection | |
Application Name | Select the application that contains the form you want to retrieve record details for. |
Report Name | Select the name of the report to display the record for. |
Form Name | Select the form name (user dialog) you want to retrieve record for. |
Record ID | Enter (map) the ID of the record you want to retrieve details for. |
Downloads a file from a file upload, image, audio, video, or signature field of a specific record, which is present in a Zoho Creator application.
Connection | |
Application Name | Select the application that contains the form you want to download a file from. |
Report Name | Select the name of the report to download a file from. |
Form Name | Select the form name (user dialog) you want to download a file from. |
Attachment Fields Name | Enter the ID of the record from which you want to download the file. |
Record ID | Enter (map) the ID of the record you want to download a file from. |
Adds a new record to the selected application form.
Required Permissions: ZohoCreator.form.CREATE, ZohoCreator.meta.application.READ, ZohoCreator.meta.form.READ, ZohoCreator.report.CREATE
Connection | |
Application Name | Select or map the application that contains the form you want to add a record to. |
Report Name | Select or map the report that contains the form where you want to add a record to. |
Form Name | Select the form you want to add a record to. |
Form Fields | Enter record values you want to insert into the fields of the form. |
Updates values of specified form fields.
Required Permissions: ZohoCreator.form.UPDATE, ZohoCreator.meta.application.READ, ZohoCreator.meta.form.READ, ZohoCreator.report.CREATE
Connection | |
Application Name | Select or map the application that contains the form where you want to update a record. |
Report Name | Select or map the report that contains the form where you want to update a record. |
Form Name | Select the form where you want to update a record. |
Form Fields | Enter the record values you want to update. Empty fields will not be updated. |
Deletes a record from the specified report.
Required Permissions: ZohoCreator.meta.application.READ, ZohoCreator.meta.form.READ, ZohoCreator.report.DELETE
Connection | |
Application Name | Select or map the application that contains the form you want to delete a record from. |
Report Name | Select or map the report that contains the form where you want to delete a record from. |
Record ID | Enter (map) the ID of the record you want to delete. |
Application
Applications
Returns application details when an application is created.
Connection | |
Limit | Set the maximum number of applications Make will return during one execution cycle. |
Retrieves all applications from your account.
Connection | |
Limit | Set the maximum number of applications Make will return during one execution cycle. |
Retrieves all forms in the selected application.
Required Permissions: ZohoCreator.meta.application.READ
Connection | |
Application Name | Select or map the application you want to retrieve forms from. |
Limit | Set the maximum number of forms Make will return during one execution cycle. |
Retrieves all reports in the specified application.
Required Permissions: ZohoCreator.meta.application.READ
Connection | |
Application Name | Select or map the application you want to retrieve reports from. |
Limit | Set the maximum number of reports Make will return during one execution cycle. |
Other
Allows you to perform a custom API call.
Connection | |
URL | Enter a path relative to E.g., NoteFor the list of available endpoints, refer to the Zoho Creator API Documentation, and expand the desired section in the left side menu: ![]() |
Method | Select the HTTP method you want to use: GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
Headers | Enter the desired request headers. You don't have to add authorization headers; we've already done that for you. |
Query String | Enter the request query string. |
Body | Enter the body content for your API call. |
Example of Use - List Applications
The following API call returns all applications in your Zoho Creator account:
URL:
/v2/applications
Method:
GET
![]() |
Matches of the search can be found in the module's Output under Bundle > Body > applications.
In our example, 1 application was returned:
![]() |