Resources · Make integration

Zoho Projects Make integrationAutomate Zoho Projects with Make.

What could your projects run on their own if tasks, bugs and time logs moved by themselves? The Zoho Projects Make integration gives you 52 modules to watch, create and update project data. This guide connects your account, builds a first scenario and explains every module.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the Zoho Projects Make integration do?

The Zoho Projects Make integration links your Zoho Projects account to Make, a no-code tool where you build a scenario (the automation itself, a chain of modules). Make can spot new projects, tasks, bugs or time logs, then create, update, fetch or delete items in your portal and pass the data to your other apps.

Every new project starts with the same skeleton. Watch Projects picks up the project, Create Tasklist adds the standard list and Create Milestone places the kickoff date. Nobody rebuilds the structure by hand, and the first scenario below walks through exactly this flow.

Bugs from other tools land in the right place. When an issue shows up in a support or developer tool, Create Bug files it in the matching project, and Update Bug keeps its status aligned afterwards. Watch Bugs works the other way, sending each new bug to a chat channel or a spreadsheet.

Hours feed your billing. Watch Time Logs sees each new entry and hands it to your invoicing or reporting app, while List Time Logs gathers every entry of a project when you need a full recap.

The Make documentation lists these modules flat, with no groups and no published limits, so the notes below stick to what each module does. If an endpoint has no dedicated module, Make an API Call covers it with the same connection. The same app also has an n8n node: the n8n vs Make comparison lays out both tools, and our Make review and Make training help you go further.

Connect

How do you connect Zoho Projects to Make?

  1. 01

    Add a Zoho Projects module

    Log in to Make, open your scenario and add any Zoho Projects module. You need an active Zoho Projects or Zoho BugTracker account; Make then asks for a connection, meaning your account linked to Make once and reused by every module.

  2. 02

    Create the connection

    Click Create a connection. Give it a clear label in Connection name if you manage several portals. The Advanced settings switch is optional and only needed if you bring your own client credentials.

  3. 03

    Save and authorize

    Click Save. If Zoho asks you to sign in and confirm access, accept it. Back in Make, the module can now list the projects and objects your account can read.

First scenario

Your first scenario: set up every new project automatically

GoalWhen a new project is created in Zoho Projects, Make adds a tasklist and a kickoff milestone to it.

  1. 01

    Create the scenario

    On the Scenarios page, create a new scenario and click the + to add the first module. Search for Zoho Projects and pick Watch Projects.

  2. 02

    Connect and set the trigger

    Click Create a connection and authorize your account. Once linked, Make lists what it can read from your portal, so you pick options from menus instead of typing IDs.

  3. 03

    Add the tasklist

    Click the + on the right of the trigger and add Create Tasklist. Map the project from the previous module so the list lands in the project that was just created.

  4. 04

    Add the kickoff milestone

    Add Create Milestone after it and map the same project. Each project that arrives as a bundle, one item passed from module to module, now gets its list and its milestone.

  5. 05

    Test with Run once

    Create a test project in Zoho Projects, then click Run once. Open the bubbles above each module to read the bundles it received and check the tasklist and milestone in Zoho.

  6. 06

    Schedule and switch on

    Open the clock on the first module: a new scenario runs every 15 minutes by default, 15 minutes being the floor on the Free plan. Keep or change the interval, then switch the scenario on.

Triggers

What can start a Zoho Projects scenario?

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

Zoho Projects1Watch Bugs

Watch Bugs

Scheduled trigger

In MakeTriggers when a new bug/issue is created.

Watch Bugs hands your scenario every newly reported bug or issue, so a defect never waits unseen in a project until someone opens the tracker.

How it fires
scheduled, Make checks the app on the scenario's schedule and collects the bugs created since its last look.
When to use it
a support lead wants each new bug posted in the team chat or copied into a triage sheet.
Watch out
it looks for newly created bugs; to follow a bug afterwards, read it again with Get Bug.
Zoho Projects2Watch Documents

Watch Documents

Scheduled trigger

In MakeTriggers when a new document is added.

Every file added to a project reaches your scenario through Watch Documents, which lets you archive, share or announce documents without checking folders by hand.

How it fires
scheduled, Make checks the app on the scenario's schedule and returns documents added since the previous check.
When to use it
an agency copies each deliverable added to a client project into shared storage or notifies the account manager.
Watch out
it catches new documents, not edits to ones already in the project.
Zoho Projects3Watch Milestones

Watch Milestones

Scheduled trigger

In MakeTriggers when a new milestone is created.

You get each new milestone the moment Make next checks, handy for keeping calendars, roadmaps or client updates aligned with the dates your project managers set.

How it fires
scheduled, Make checks the app on the scenario's schedule and picks up milestones created since the last run.
When to use it
a new delivery milestone should appear in a shared calendar or a client status sheet.
Watch out
moving the date of an existing milestone does not fire it; pair it with Get Milestone when you need fresh details.
Zoho Projects4Watch Projects

Watch Projects

Scheduled trigger

In MakeTriggers when a new project is created.

Watch Projects starts your scenario whenever a new project appears in the portal, which is the natural entry point for setting up structure, folders or records elsewhere.

How it fires
scheduled, Make checks the app on the scenario's schedule and lists projects created since the previous check.
When to use it
each new project needs a standard tasklist, a kickoff milestone or a matching record in a time-tracking app.
Watch out
it only sees projects your connected account can access in that portal.
Zoho Projects5Watch Tasklists

Watch Tasklists

Scheduled trigger

In MakeTriggers when a new tasklist is created.

New tasklists flow into your scenario one bundle at a time, so a fresh phase of work can trigger its own setup without anyone copying things over.

How it fires
scheduled, Make checks the app on the scenario's schedule and gathers tasklists created since it last looked.
When to use it
a new tasklist for a sprint or a client phase should spawn a board, a channel or a line in a planning sheet.
Watch out
tasks added later inside that list are a separate event; watch them with Watch Tasks.
Zoho Projects6Watch Tasks

Watch Tasks

Scheduled trigger

In MakeTriggers when a task is created.

Each task created in a project arrives in Make, ready to notify, copy or enrich wherever your team actually works.

How it fires
scheduled, Make checks the app on the scenario's schedule and returns tasks created since the previous run.
When to use it
post new tasks in a chat channel or mirror them in another task manager used by a partner.
Watch out
if the same scenario also creates tasks in that project, filter them out so it does not keep feeding itself.
Zoho Projects7Watch Time Logs

Watch Time Logs

Scheduled trigger

In MakeTriggers when a new time log is created.

Logged hours become data you can bill or report on: Watch Time Logs sends each new time entry to the next module each time Make checks.

How it fires
scheduled, Make checks the app on the scenario's schedule and collects time logs created since its last check.
When to use it
a consultancy drafts invoice lines or updates a budget sheet from the hours people record.
Watch out
an edited or deleted entry is not reported, so reconcile totals with List Time Logs when accuracy matters.
Modules

What can Make do in Zoho Projects?

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

Zoho Projects1

Add Document

Action

In MakeAdds a document in the folder.

Add Document places a file in a folder of your project, so contracts, briefs or exports produced elsewhere end up next to the work they belong to.

When to use it
a signed quote from your e-signature tool should be filed in the client project automatically.
Watch out
the Free plan caps files at 5 MB, so large exports may need a paid plan.
Zoho Projects2

Add Forum Category

Action

In MakeAdds the forum category.

With Add Forum Category you create a new category in a project's forums, which keeps discussions sorted before people start posting in them.

When to use it
every new client project gets a category for decisions or feedback as part of its setup scenario.
Watch out
it only builds the category; create the actual discussion afterwards with Create Forum.
Zoho Projects3

Create Bug

Action

In MakeCreates a bug in the given project.

Create Bug files a new bug or issue in the project you choose, turning reports that start in other tools into items your team can track in Zoho.

When to use it
an issue opened in a developer tracker or a support form must reach the product team's project.
Watch out
run a List Bugs search first if the same report can arrive twice, to avoid duplicates.
Zoho Projects4

Create Event

Action

In MakeCreates an event in the given project.

Need a meeting or deadline on the project calendar without opening Zoho? Create Event adds that event to the project you pick, with the details mapped from earlier modules.

When to use it
a booking made in a scheduling app should show up on the matching project's calendar.
Watch out
keep the event ID from the output if you plan to change or cancel it later.
Zoho Projects5

Create Forum

Action

In MakeCreates a forum in the given project.

This action opens a new forum discussion inside a project, which gives an automated announcement or recap a place where the team can reply.

When to use it
a release note or project recap generated elsewhere should start a thread in the project instead of an email.
Watch out
create the category beforehand with Add Forum Category if you want the post filed under a specific heading.
Zoho Projects6

Create Milestone

Action

In MakeCreates a new milestone in the given project.

Create Milestone puts a new milestone into the given project, so key dates exist in Zoho as soon as a deal, contract or brief confirms them.

When to use it
a new project needs its kickoff milestone, as in the first scenario above, or a delivery date agreed in your CRM.
Watch out
map the right project from the previous module, otherwise milestones pile up in the wrong one.
Zoho Projects7

Create Project

Action

In MakeCreates a new project.

A won deal or signed order can open its own project with Create Project, so delivery starts without anyone creating the workspace by hand.

When to use it
a deal moves to won in your CRM and the account team expects a ready project in Zoho.
Watch out
check with List Projects first when the same deal can trigger twice, since a duplicate project is harder to clean up than a missing one.
Zoho Projects8

Create Subtask

Action

In MakeCreates the subtask in the given project.

Create Subtask breaks an existing task into smaller steps, attaching each subtask to its parent so the checklist stays in one place inside the project.

When to use it
an onboarding task should always carry the same subtasks, such as access, training and a first review.
Watch out
the parent task must already exist; map its ID from Create Task or Get Task.
Zoho Projects9

Create Task

Action

In MakeCreates a new task in the given project.

The workhorse of the app: Create Task adds a new task to the project you choose, filled with data from a form, an email or another tool.

When to use it
a client request arrives through a form and should become a task for the right team.
Watch out
if a Watch Tasks trigger listens to the same project, add a filter so the scenario does not react to its own tasks.
Zoho Projects10

Create Tasklist

Action

In MakeCreates a new tasklist in the given project.

Your project gets a new tasklist in one step, so each phase or sprint has its container before tasks start flowing in from other scenarios.

When to use it
every new project should begin with the same standard list, which is the core of the first scenario above.
Watch out
keep the tasklist ID from the output to create tasks inside it further down the scenario.
Zoho Projects11

Create Time Log

Action

In MakeCreates the time log to a task.

Create Time Log records hours against a task, so time tracked in another app or captured by a form ends up in Zoho Projects timesheets.

When to use it
a consultant logs time in a separate tracker and the project manager wants it on the Zoho task.
Watch out
the log attaches to a task, so the scenario must know which task first, often through Get Task or List Tasks.
Zoho Projects12

Delete Bug

Action

In MakeDelete a bug in the given project.

Delete Bug removes a bug from the given project, useful to clear out test entries or duplicates that another scenario created by mistake.

When to use it
a cleanup scenario spots two bugs coming from the same support ticket and keeps only one.
Watch out
a deleted bug cannot be brought back from Make, so try it with Run once on a test project before switching the scenario on.
Zoho Projects13

Delete Document

Action

In MakeDeletes the document.

When a file should no longer sit in a project, Delete Document takes it out, keeping folders tidy after a newer version has been added.

When to use it
a scenario uploads a new version with Add Document and then removes the outdated file.
Watch out
map the exact document ID from Get Document or List Documents; a wrong mapping removes the wrong file.
Zoho Projects14

Delete Event

Action

In MakeDeletes an event in the given project.

Delete Event takes an event off a project's calendar, so cancellations made elsewhere do not leave ghost meetings for your team.

When to use it
a client cancels a booking in your scheduling tool and the project calendar should reflect it.
Watch out
you need the event ID; store it when Create Event runs, or find it through List Events.
Zoho Projects15

Delete Forum

Action

In MakeDeletes a forum in the given project.

This module removes a forum discussion from the project, handy when an automated announcement was posted by mistake or is no longer relevant.

When to use it
a scenario posts a draft recap with Create Forum and a later step withdraws it if the release is postponed.
Watch out
treat the removal as final and reserve it for threads nobody depends on anymore.
Zoho Projects16

Delete Milestone

Action

In MakeDeletes the milestone in the given project.

Delete Milestone clears a milestone from the given project, for dates that no longer exist once a contract or phase has been cancelled.

When to use it
a deal is lost in your CRM after the project was set up, and its milestones should go.
Watch out
check with Get Milestone that you hold the right one, and test the scenario with Run once on a sample project first.
Zoho Projects17

Delete Project

Action

In MakeDeletes the project.

Delete Project removes an entire project from the portal, which is the heaviest action in this app and belongs in carefully tested scenarios only.

When to use it
a test portal or sandbox receives throwaway projects that a cleanup scenario removes afterwards.
Watch out
treat it as final and add a filter on the project name or status before this module.
Zoho Projects18

Delete Task

Action

In MakeDeletes the tasks in the given project.

Tasks that should not exist anymore can be removed with Delete Task, which acts inside the project you specify.

When to use it
a request is withdrawn in your form tool or helpdesk, and the task created from it should go as well.
Watch out
if you only want to close the work, Update Task keeps the history, while this module wipes the task.
Zoho Projects19

Delete Tasklist

Action

In MakeDeletes the tasklist in the given project.

Delete Tasklist drops a whole tasklist from the given project, for phases that were planned automatically and later cancelled.

When to use it
an optional phase was added by a setup scenario and the client declines it.
Watch out
run List Tasks first if some of its tasks must be copied elsewhere before the list goes.
Zoho Projects20

Get Bug

Action

In MakeGets the details of the bug.

Get Bug returns the full details of one bug, which you need when a trigger or a search only hands you its ID and you want the rest.

When to use it
before posting a bug in a chat channel, fetch its details so the message shows more than a reference.
Watch out
it reads one bug at a time; to scan a project, List Bugs is the better choice.
Zoho Projects21

Get Document

Action

In MakeFetches the details of the document.

This module fetches the details of a single document, so the next steps know what the file is before sharing, moving or deleting it.

When to use it
a scenario checks a document's details before sending a link to a client or removing an old version.
Watch out
it returns one document per operation, meaning one execution counted on your plan; loop over many with List Documents instead.
Zoho Projects22

Get Forum

Action

In MakeGets the details of a forum.

Get Forum reads the details of one forum discussion, useful to reuse its content or check it before an update or a deletion.

When to use it
a recap posted in Zoho should be copied into a newsletter or wiki after the team has commented.
Watch out
you need the forum ID; find it with List Forums if the earlier modules do not provide it.
Zoho Projects23

Get Milestone

Action

In MakeGets all the details of the milestone.

Get Milestone brings back every detail of one milestone, so a scenario can compare its current state with what a client report or calendar shows.

When to use it
before updating a shared roadmap, read the milestone again to be sure the date is still the latest.
Watch out
the trigger only reports new milestones, so use this module when you need the current version of an older one.
Zoho Projects24

Get Project

Action

In MakeLists all the details of the project.

All the details of one project come back with Get Project, giving later modules the information that a simple project ID does not carry.

When to use it
a time log or bug arrives with its project reference, and the message you send needs the project details too.
Watch out
it reads, it never changes anything; use Update Project to write.
Zoho Projects25

Get Task

Action

In MakeGets all the details for the task.

Get Task returns all the details of one task, handy when a scenario has to decide what to do based on the task's current state.

When to use it
before logging time or adding subtasks, check the task so the scenario acts on the right one.
Watch out
each call counts as an operation, so avoid calling it for data the trigger already delivered.
Zoho Projects26

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Make an API Call reaches any endpoint of the Zoho Projects API with the connection you already set up, for everything the listed modules leave out.

When to use it
you need an object or an option that none of the 52 modules offers, and the API documentation shows the request.
Watch out
you write the request yourself, so check the Zoho API documentation and test it with Run once.
Zoho Projects27

Reorder Task

Action

In MakeReorders the tasks in the given project.

Reorder Task changes the order of tasks in the given project, so priorities set elsewhere show up in the sequence your team reads in Zoho.

When to use it
an urgent client request is raised to the top of the list after a scenario flags it.
Watch out
it moves tasks without editing them; pair it with Update Task if the details must change too.
Zoho Projects28

Update Bug

Action

In MakeUpdates a bug in the given project.

With Update Bug you change an existing bug in the given project, keeping its status or details aligned with what happens in another tracker.

When to use it
a developer closes the matching issue in their own tool and the Zoho bug should reflect it.
Watch out
map the Zoho bug ID, not the ID from the other tool; store it when Create Bug runs.
Zoho Projects29

Update Event

Action

In MakeUpdate an event in the given project.

Update Event edits an event already on a project's calendar, so rescheduled meetings stay correct without anyone fixing them in Zoho.

When to use it
a client moves a call in your booking tool and the project event must follow.
Watch out
you need the event ID from Create Event or List Events, otherwise Make cannot know which event to change.
Zoho Projects30

Update Forum

Action

In MakeUpdates a forum in the given project.

This action edits a forum discussion already posted in the project, for corrections or new information added to an automated announcement.

When to use it
a release note posted by a scenario gets a correction once the final version number is known.
Watch out
use Get Forum first if you only want to add to the text, so you do not overwrite what was there.
Zoho Projects31

Update Milestone

Action

In MakeUpdates the milestone int the given project.

Update Milestone changes a milestone in the given project, so a new deadline agreed with a client reaches Zoho without manual edits.

When to use it
the delivery date changes in your CRM or contract tool and the milestone should follow.
Watch out
the milestone trigger ignores changes, so another scenario watching it will not see this update.
Zoho Projects32

Update Project

Action

In MakeUpdates the project.

Update Project edits an existing project, keeping its information in step with the deal, contract or client record it came from.

When to use it
the client or scope changes in your CRM and the project in Zoho must show the new details.
Watch out
map the Zoho project ID stored at creation; searching by name with List Projects can return several matches.
Zoho Projects33

Update Task

Action

In MakeUpdates the task in the given project.

Update Task changes an existing task in the given project, the right choice to move work forward without deleting its history.

When to use it
a ticket is solved in your helpdesk and the matching Zoho task should be marked done.
Watch out
a scenario that watches tasks will not fire on this change, since Watch Tasks only sees new tasks.
Zoho Projects34

Update Tasklist

Action

In MakeUpdates the tasklist in the given project.

Update Tasklist edits a tasklist in the given project, so a renamed phase or a shifted plan is reflected where the team organizes its tasks.

When to use it
a sprint is renamed or rescoped in your planning sheet and the Zoho list should match.
Watch out
it changes the list itself, not the tasks it holds; handle those with Update Task.
Zoho Projects35

List Bugs

Search

In MakeLists all the bugs in the given project.

List Bugs returns the bugs of a given project as separate bundles, one per bug, ready to be counted, filtered or copied elsewhere.

When to use it
a status report needs every open bug of a project, or you check for a duplicate before Create Bug.
Watch out
a search can return zero, one or many bundles; each following module runs once per bug.
Zoho Projects36

List Documents

Search

In MakeLists all the documents in the given project.

Every document of a project comes back through List Documents, one bundle per file, so you can back them up or build an index.

When to use it
at the close of a project, copy all its documents to your archive storage.
Watch out
when the search finds nothing, the modules after it do not run; plan for empty projects.
Zoho Projects37

List Events

Search

In MakeLists all the events in the given project.

List Events gathers the events of a given project, which lets you rebuild a calendar view or find the event you want to update.

When to use it
a scenario looks up a project's meetings to send a reminder email to the client.
Watch out
with many events, each later module runs once per bundle and uses operations accordingly.
Zoho Projects38

List Forums

Search

In MakeLists all the forums in the given project.

List Forums returns the forum discussions of a given project, useful to find a thread before reading, editing or removing it.

When to use it
you want to copy every project discussion into a knowledge base when a project closes.
Watch out
it lists discussions, not their full content; add Get Forum when you need the details.
Zoho Projects39

List Milestones

Search

In MakeGets all the milestones in the given project.

This search collects all the milestones of a given project, the easiest way to publish a timeline or check dates against a client plan.

When to use it
a client portal or shared sheet should show every milestone of their project.
Watch out
each milestone is a separate bundle; add an aggregator from Make if you want them in one message.
Zoho Projects40

List Project Activities

Search

In MakeLists all the recent activities of the project.

List Project Activities returns the recent activity of a project, a quick way to see what changed without opening Zoho.

When to use it
a manager wants a digest of recent changes on key projects sent to their inbox or chat.
Watch out
it covers recent activities only, so it is not a full history of the project.
Zoho Projects41

List Projects

Search

In MakeGets all the projects in the portal for the logged in user.

List Projects hands you every project the connected user can see in the portal, each as its own bundle (one item passing through the scenario), so you get the full picture without opening them one by one.

When to use it
a scenario has to go through all projects, for example to feed an overview sheet, not act on one you already know.
Watch out
the results depend on the account you connected, so projects that user cannot see will simply not appear.
Zoho Projects42

List Subtasks

Search

In MakeLists all the subtasks of the given task.

List Subtasks brings back the subtasks hanging under one task you point it to, so the steps inside a larger piece of work become usable data in your scenario.

When to use it
reach for it when a parent task changes and you need to check or copy what sits beneath it, such as the checklist behind a client deliverable.
Watch out
it looks under a single task at a time; List Tasks is the module that covers the main tasks of a whole project.
Zoho Projects43

List Tasklists

Search

In MakeGets all the tasklists in the given project.

List Tasklists returns the tasklists (the groups that organize tasks) of a chosen project, which shows how that project is structured before you add or move anything.

When to use it
choose it when a later step needs to know which tasklists exist, for instance before a Create Task that must land in the right group.
Watch out
like every search, it may return zero, one or several bundles, so plan what the scenario should do when the project has no tasklist yet.
Zoho Projects44

List Tasks

Search

In MakeGets all the tasks in the given project. It fetches only the main tasks and not the subtasks.

With List Tasks, the main tasks of one project arrive in Make as separate bundles, ready to be filtered, counted or sent to another tool such as a spreadsheet or a chat app.

When to use it
it fits a scenario that reviews a project's workload, like sending the open tasks of a project to its manager once a milestone is reached.
Watch out
subtasks are left out of the results; add List Subtasks after it if the finer steps matter to you.
Zoho Projects45

List Time Logs

Search

In MakeLists all the time logs in the given project.

List Time Logs collects the time logs recorded in a given project, turning the hours your team entered into data you can total, check or pass on to billing.

When to use it
you need a project's full time history, for example to invoice it once closed, rather than reacting to each new entry with Watch Time Logs.
Watch out
each log counts as a separate bundle, so a busy project can mean many operations (the runs Make counts on your plan) further down the scenario.
Need help

Need help automating Zoho Projects with Make?

A person reads every message.

FAQ

Zoho Projects and Make: common questions

01Is the Zoho Projects Make integration free?
Yes, Zoho Projects is a standard app in Make, so you can use it on the Free plan. That plan allows 2 active scenarios, runs scheduled scenarios every 15 minutes at the shortest, stops a run after 5 minutes and handles files up to 5 MB, with 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) lower the interval to 1 minute and remove the cap on active scenarios. Your Zoho Projects subscription is separate and is billed by Zoho.
02What does it take to connect Zoho Projects to Make?
You need an active Zoho Projects or Zoho BugTracker account. In Make, add a Zoho Projects module, click Create a connection, optionally name it, then click Save and confirm access when Zoho asks. Advanced settings are optional and only used if your company wants its own OAuth client, created in the Zoho developer console with the Make callback URI. Once saved, the same connection serves every Zoho Projects module in your scenarios.
03Do Zoho Projects triggers in Make work in real time?
No, all 7 Zoho Projects triggers are scheduled. Make checks your portal on the scenario's schedule and collects what was created since its last check. A new scenario runs every 15 minutes by default; the Free plan cannot go below 15 minutes, while paid plans go down to 1 minute. The triggers react to new items, such as a new task or a new bug, not to edits made on existing ones.
04What if a Zoho Projects module you need is missing in Make?
Use Make an API Call. It sends a request to any endpoint of the Zoho Projects API with the connection you already have, so you can reach objects or options the 52 listed modules do not cover. You write the request yourself, based on the Zoho API documentation, and test it with Run once. The Make documentation lists no specific limits for this app, and when you would rather not touch the API, another app from the catalog can often fill the gap.
05Make or n8n for Zoho Projects: which one fits?
It depends on the tool your team already uses. Make offers 52 Zoho Projects modules: 7 scheduled triggers, 34 actions and 11 searches, plus Make an API Call for the rest, and you build everything visually in the scenario editor. Zoho Projects also has an n8n node. Compare the modules each tool offers for the objects you care about, such as bugs, time logs or milestones, then pick the editor your team is comfortable with.