Resources · Make integration

Zoho Recruit Make integrationAutomate Zoho Recruit with Make.

Tired of copying applicants into Zoho Recruit by hand? The Zoho Recruit Make integration gives you 7 modules: 2 triggers, 4 actions and 1 search. This guide is for recruiters and ops leads, and it walks you from the connection to a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Zoho Recruit Make integration automate?

The Zoho Recruit Make integration links your recruiting account to Make so records move without copy and paste. You build a scenario (the automation itself, a chain of bricks called modules), and Make watches, creates, reads, updates or searches your Zoho Recruit records for you.

Applicants land in the right place. A form tool or a job board collects an application, and Create a Record files it in Zoho Recruit. Nobody retypes a name or an email.

Your hiring managers hear about changes. Watch Records Updated notices when a record moves, and the next module can alert the team in the chat or email tool they already use.

Duplicates get caught before they happen. Search Records looks up a record first, so your scenario can decide between Update a Record and a fresh entry.

Keep the limits in mind. Both triggers are scheduled, which means Make checks Zoho Recruit at intervals rather than hearing from it the moment something changes. The Make documentation lists no numeric limits for this app. If you also look at n8n, the n8n vs Make comparison sets out the criteria. To learn the editor properly, see the Make training, and check Make pricing before you scale up.

Connect

How do you connect Zoho Recruit to Make?

  1. 01

    Add a Zoho Recruit module

    In a scenario, click the +, type Zoho Recruit and pick any module, Watch New Records for instance. Then click Create a connection. A connection is your Zoho Recruit account linked to Make once.

  2. 02

    Name the connection

    Give it a name you will recognize later, such as the account owner or the team. This step is optional, but it helps when several people share the same Make organization.

  3. 03

    Authorize Make and save

    Approve access on the page that opens, or paste the key if Make asks for one. Click Save. Make can now list your Zoho Recruit data in every module you add.

First scenario

Your first scenario: file new applicants in Zoho Recruit

GoalWhen an application arrives in your form tool, Make creates the matching record in Zoho Recruit.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the +. Pick the module of the app that collects applications, your form tool for example, and connect it.

  2. 02

    Add Create a Record

    Click the + on the right of the first module, search Zoho Recruit and choose Create a Record. Click Create a connection if this is your first Zoho Recruit module.

  3. 03

    Map the applicant data

    Fill the fields of Create a Record by mapping the answers from the form module. Once the connection exists, Make lists what it can read in your account, so you pick instead of typing.

  4. 04

    Test with Run once

    Submit a test application, then click Run once. Open the bubble of each module to read the bundles it received, a bundle being one item, here one applicant.

  5. 05

    Schedule and switch on

    Set the schedule on the first module (every 15 minutes by default) and switch the scenario on. Each module run counts as one operation on your Make plan.

Triggers

What starts a Zoho Recruit scenario?

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

Zoho Recruit1Watch New Records

Watch New Records

Scheduled trigger

In MakeTriggers when a new record has been added.

Watch New Records starts your scenario whenever a record is added to Zoho Recruit, so the rest of the chain runs on fresh entries only. Each new record reaches the next module as its own bundle.

How it fires
it is a scheduled trigger, so Make checks the app on the scenario's schedule. The default is every 15 minutes, and the Free plan cannot go below that.
When to use it
a new applicant appears and the hiring manager should get the profile without logging in.
Watch out
records added between two checks arrive together at the next run, so plan for several bundles at once.
Zoho Recruit2Watch Records Updated

Watch Records Updated

Scheduled trigger

In MakeTriggers when a record has been updated.

Watch Records Updated reacts to edits rather than creations: when someone changes an existing record, the scenario picks it up and passes it along.

How it fires
scheduled as well. Make checks the app on the scenario's schedule, down to 1 minute on paid plans and 15 minutes on Free.
When to use it
a recruiter moves a candidate forward and the team should hear about it in its usual channel.
Watch out
if the same scenario later runs Update a Record on that record, the edit can wake this trigger again, so avoid writing back to what you watch.
Modules

What can Make do in Zoho Recruit?

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

Zoho Recruit1

Create a Record

Action

In MakeCreates a new record.

Create a Record adds a new entry to your Zoho Recruit account from data that comes out of an earlier module, so an application typed once elsewhere ends up in your pipeline.

When to use it
a form, a spreadsheet row or an email brings in a candidate who is not in Zoho Recruit yet.
Watch out
it does not check for an existing entry, so put Search Records before it if duplicates worry you.
Zoho Recruit2

Get a Record

Action

In MakeRetrieves a single record specified by ID.

Get a Record fetches one specific record by its ID and hands its full content to the next module. It returns exactly one item, which keeps the scenario simple.

When to use it
an earlier step gave you the ID only, and you need the rest of the record to write an email or a report.
Watch out
without an ID you cannot use it; look the record up with Search Records instead.
Zoho Recruit3

Make an API Call

Action

In MakePerforms an arbitary authorized API call.

Make an API Call is your way out when the six other modules stop short. It reaches any endpoint of the Zoho Recruit API while reusing the connection you already created.

When to use it
you need an operation that no listed module covers, and you know which endpoint handles it.
Watch out
this module expects you to read the Zoho Recruit API documentation yourself, since you pick the endpoint and what to send yourself.
Zoho Recruit4

Update a Record

Action

In MakeUpdates a record.

Update a Record changes an entry that already exists, so the status or details your team sees stay in sync with what happened in another tool.

When to use it
an interview gets booked in your calendar app and the matching candidate should reflect it.
Watch out
the change applies to the live record your colleagues work on, so test it with Run once on a dummy entry before you switch the scenario on.
Zoho Recruit5

Search Records

Search

In MakeSearches for records or lists them all.

Search Records finds the entries that match your criteria, or lists them all, and sends each one on as a separate bundle.

When to use it
before creating someone, to see whether that person is already in Zoho Recruit, or to pull a batch of records into a report.
Watch out
it can return nothing, one result or many, and every module after it runs once per result, which multiplies your operations.
Need help

Need help automating Zoho Recruit with Make?

A person reads every message.

FAQ

Zoho Recruit and Make: common questions

01Is the Zoho Recruit Make integration free?
Yes. Zoho Recruit is a standard app in Make, so you can use it on the Free plan. That plan comes with 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. Paid plans (Core, Pro, Teams and Enterprise) remove the cap on active scenarios, allow runs every minute and give 40 minutes of execution. Usage is counted in operations, one per module run, and your plan sets how many you get each month.
02What do you need to connect Zoho Recruit to Make?
A Zoho Recruit account and a Make account. The Make documentation lists no other prerequisite. You add any Zoho Recruit module, click Create a connection, optionally name it, authorize Make on the page that opens, then click Save. That single connection is then reused by every Zoho Recruit module in your scenarios, so the setup happens once. If a colleague owns the recruiting account, ask them to create the connection with their login.
03How fast does the Zoho Recruit trigger react in Make?
It depends on your plan. Watch New Records and Watch Records Updated are both scheduled triggers: Make checks Zoho Recruit on the scenario's schedule instead of being called by the app. A new scenario checks every 15 minutes by default. On the Free plan that is also the shortest interval, while paid plans can go down to 1 minute. Everything that changed between two checks is picked up at the next run, one bundle per record.
04What if a Zoho Recruit module is missing in Make?
Use Make an API Call. The app has this module, and it calls any endpoint of the Zoho Recruit API with the connection you already set up. So an operation the 5 listed action and search modules do not cover can still run inside the same scenario. The Make documentation gives no numeric limits for this app, so there is no quota to plan around from that side. You do need to know which endpoint you want.
05Should you use Make or n8n for Zoho Recruit?
It depends on what you need to build. In Make, Zoho Recruit comes with 7 modules: 2 scheduled triggers, 4 actions and 1 search, plus Make an API Call for anything else. Start by listing the steps of your process and checking that these modules cover them. Then look at whether n8n offers a node for the same app and what it covers. Pick the tool where your whole process fits and where your team is comfortable building.