Project Automation in Zoho Projects

Project Automation in Zoho Projects

We are thrilled to introduce Project Automation in Zoho Projects! Manage your projects by automating Criteria and Actions that fit your business needs.

With Workflow Rules, you can automatically update project field, send email notifications, and associate Custom Functions to perform complex actions and trigger Webhooks. You can add multiple rules for Project and choose from various triggers, such as create, update, and comment.
 
You can associate Workflow Rules with a specific Project Layout or with All Layouts. You can also set the order in which the rules will be executed. Additionally, you can use Email Alerts for sending out notifications to concerned users.
 
Note: Workflow Rules for Projects is available on the latest user-based Enterprise plan.
 
For instance, as a project manager, you would want to update the status of a project to “Completed” automatically when the Completed On Field is updated. To do so, you can set up a trigger that will activate whenever the Completed On Date is updated.

Additionally, you would also want to send an email notification to the project owner when the project status is updated and archive the project automatically.



To automatically archive a completed project, you can create a Custom Function by connecting Zoho Projects as a Service using Connections, naming the Connection Link as "archive project", and using a Deluge script with Arguments. Associate the function with the workflow to execute automatically when the status is updated to "Completed".


To keep the project owner informed about project status updates, you can create a custom Email Template with placeholders that automatically insert project information and save it.
 
You can set up an Email Alert by choosing the email template and selecting the project owner or the relevant stakeholders as the user to notify.


Sample Code:

updateProjectParamMap = Map();
updateProjectParamMap.put("status","archived");
projectDetail = invokeurl
[
url :projectsAPIEndPoint + "/portal/" + portalId + "/projects/" + projectId + "/"
type :POST
parameters:updateProjectParamMap
connection:"archiveproject"
];
info projectDetail;
info "-------------------------------------";
return "success";

Click here to learn more about creating and managing Workflow Rules for Project Automation.
 
We hope you found this post to be helpful. If you have any questions, please leave them in the comments section below or email us at support@zohoprojects.com.

    • Sticky Posts

    • Time Log Reminder

      Tracking the time spent on tasks and issues is one of the most important functions of a timesheet. However, users may forget to update the time logs because they have their own goals to achieve. But, time logs must be updated at regular intervals to keep
    • Introducing the Zoho Projects Learning Space

      Every product has its learning curve, and sometimes having a guided path makes the learning experience smoother. With that goal, we introduce a dedicated learning space for Zoho Projects, a platform where you can explore lessons, learn at your own pace,
    • Update on V2 API End-of-Life Timeline

      Dear Users, Earlier this year, we shared the launch of the V3 APIs and requested users to migrate from the older V2 APIs by December 2025. We have received valuable feedback from our users and partners regarding their migration timelines. We are happy
    • Automation Series: Auto-update Phase Status

      Hello Folks! You can auto-update your phase's status based on status of underlying tasks using custom functions. In this series, we will showcase how to create and run custom functions, using Deluge, with ease. Follow the steps below and automate your
    • Automate Timesheet Approvals with Multi-level Approval Rules

      Introducing Approval Rules for Timesheets in Zoho Projects. With this automation, teams can manage how timesheets are reviewed and approved by setting up rules with criteria and assigning approvers to handle submissions. Timesheet, when associated to