Zoho Writer Integration | Online Help | Zoho Projects

Zoho Writer Integration

Collaborate with your co-workers and manage documents together by integrating Zoho Writer with Zoho Projects.
Feature Availability: Latest user-based Enterprise plan.
Document Automation requires Zoho Writer credits. Click here for more details and purchase options.
To view and manage the existing Zoho Writer credits, navigate to User Profile > Admin Panel > Usage Report.

Use-case

As a project manager, you would want to create a Project Initiation Document (PID) to outline project objectives and capture critical information whenever a new project is created. You can automate this by associating a Custom Function to a Workflow Rule. This process involves the following steps:
  1. Creation of Merge Template in Zoho Writer. (Refer to the steps mentioned in this help document)
  2. Creation of a Custom Function in Zoho Projects.
  3. Associate the Custom Function (created in Step 2) with a Workflow Rule. 
Likewise, you can use Zoho Writer Integration to digitally sign documents using Zoho Sign, automate the process of sending out documents to the clients or customers, and more. 

(Step 2) Create a Custom Function in Zoho Projects 

  1. Go to Zoho Projects, then navigate to  > Developer Space > Custom Function. 
  2. Click Create Custom Function and choose Merge and Store Documents using a Zoho Writer.
  3. In the Create Project Custom Function page, enter the template ID, folder ID, and File name parameters in the arguments section.
Reference image to find template ID 



Reference image to find folder ID




Note: Go to the folder in which the document is added and then find the ID as in the image.
 
4. Update the deluge script with the following information:
  1. ZWConnection: Zoho Writer Connection name
  2. ZPConnection: Zoho Projects Connection name
  3. templateId: Zoho Writer Template ID
  4. folderId: Zoho WorkDrive Folder ID
  5. fileName: Zoho Writer Document Name
Get a detailed info on creating a Custom Function with Merge and Store document function from this link.  

(Step 3) Associate the Custom Function (created in Step 2) with a Workflow Rule 

  1. Go to Zoho Projects.  
  2. Click the  icon at the top-right corner.
  3. Select Workflow Rules under Project Automation.
  4. Click New Workflow Rule and create a new workflow.
  5. In a condition, add the action to Associate Custom Function.
  6. Choose the following condition for the project initiation document to be generated.
    1. When > Project is Created.
    2. Condition 1 > Add Action > Select the custom function created in Step 2 and click Associate.
  7. Click Save Rule
Now, whenever a new project is created, a project initiation document containing the project details will be generated. You can find this document in your project Comments section or in the respective WorkDrive folder.

Below is a PID document created through Zoho Writer integration in Zoho Projects: 



Benefits

  1. Create Templates automatically.
  2. Use placeholders to capture project information.
  3. Send Documents for signing and store them in the WorkDrive.
  4. Track the Writer document URL in the Comments within the respective module.
  5. Associate the Zoho Writer Custom Functions to Workflow Rules in Project Automation / Task Automation.

Merge and Sign Documents Using Zoho Writer 

To merge and sign documents, set up merge templates and custom data sources in Zoho Writer, then create a Merge and Sign Function in Zoho Projects.

Set Up Merge Template and Custom Data Sources in Zoho Writer

  1. Navigate to Zoho Writer.
  2. Click File and select New Document to create a new document.
  3. Enter the File name and click Automate in the left panel.
  4. Select Merge template and Click Convert in the prompt message. 
  5. Click Automate, and click  under MANAGE FIELDS.
  6. Click Custom Data Sources > Connections > Go to Connections in the SELECT DATA SOURCE prompt. 
  7. Click Create Connection and and set up a connection with Zoho Projects service using the scopes ZohoProjects.integrations.READ and ZohoProjects.portals.ALL.
  8. Copy the Connection name to use it in the next steps.
  9. Navigate to Zoho Writer once the Connection is established.
  10. Click Gallery from the prompt, choose Project Tasks as the Custom Data Source.
  11. Provide the Zoho Projects portal ID (Zoho Projects > click on your Profile > Organization ID) and the copied Zoho Projects connection name within the script.
  12. You can also use Project Fields, Project Issues, and Project Milestones from the Gallery as a data source.
  13. Click Save & Link function.
  14. Create a template using the placeholders under MAIN FIELDS.
 

Create Merge and Sign Function in Zoho Projects

  1. Navigate to Zoho Projects.
  1. Click    in the upper-right corner of the top navigation band.
  2. Navigate to Developer Space and select Tasks from Custom Functions drop-down.
  3. Click the drop-down next to the Create Custom Function button.
  4. Click Gallery Function.
  5. Select Merge and Sign Documents Using Zoho Writer and click Create.
  6. Navigate to Connections and set up a connection with Zoho Projects using the scopes: 
    1. ZPConnection:
      1. For Projects: ZohoProjects.projects.CREATE,ZohoProjects.projects.READ, ZohoProjects.milestones.READ, ZohoProjects.tasklists.READ, ZohoProjects.tasks.READ, ZohoProjects.users.READ, ZohoProjects.clients.READ
      2. For Milestones: ZohoProjects.milestones.CREATE and ZohoProjects.milestones.READ
      3. For Tasks: ZohoProjects.tasks.CREATE, ZohoProjects.tasks.READ
      4. For Issues: ZohoProjects.issues.CREATE, ZohoProjects.issues.READ

    2. ZWConnection: Use Zoho OAuth with scopes ZohoWriter.documentEditor.ALL and ZohoWriter.Merge.ALL.

      Note: Copy the connection names for use in the next steps.
  7. Edit the Deluge script with the following details:
    1. Template ID: Specify the template ID that you created in Zoho Writer. (e.g."cwc2rc9fdcf11de2b4b7084e551830c9c55dd")
    2. File Name: Specify the file name for the merged and signed document. (e.g., "Budget Report approval")
    3. Sign Message: Enter the message you want to include in the signed document.(e.g., "Report Approval").
    4. Action Type: Specify the appropriate action type (e.g., "sign").
    5. Language: Specify the language of the document (e.g., "en").
    6. User Mail List: Provide the email addresses of the users you want to notify about the merged and signed document. (e.g; monica.hemsworth@zylker.com, chloe.n@zylker.com)
    7. ZP connection name: Specify the Zoho Projects connection name created earlier.
    8. ZW connection name: Specify the Zoho Writer connection name created earlier.
  8. Click Save and Execute and enter a Task system ID in the Execute Function prompt to test the Custom Function.
  9. Alternatively, click Save to proceed.
  10. Associate this Custom Function to Project Workflow Rule / Task Workflow Rule. Once the Workflow Rule is executed, Zoho Sign will automatically send an email notification to the designated recipients with a Signature Request.
  11. Open the email and follow the instructions to sign the document using Zoho Sign.
To execute this function successfully, you will need a Zoho Sign account.
 

 

Merge and Store Documents Using Zoho Writer

To merge and store documents, first follow the steps to set up merge templates and custom data sources in Zoho Writer as mentioned earlier. Then, proceed with the following steps to create a Merge and Store Function in Zoho Projects.

Create Merge and Store Documents Function in Zoho Projects

  1. Navigate to Zoho Projects.
  2. Click  and select Developer Space.
  3. Select Tasks from Custom Functions drop-down.
  4. Click Gallery Functions in the drop-down menu on the upper-right corner.
  5. Choose Merge and Store Documents Using Zoho Writer and click Create.
  6. Navigate to Connections and set up a connection with Zoho Projects using the scopes: 
    1. ZPConnection:
      1. For Projects: ZohoProjects.projects.CREATE,ZohoProjects.projects.READ, ZohoProjects.milestones.READ, ZohoProjects.tasklists.READ, ZohoProjects.tasks.READ, ZohoProjects.users.READ, ZohoProjects.clients.READ
      2. For Milestones: ZohoProjects.milestones.CREATE and ZohoProjects.milestones.READ
      3. For Tasks: ZohoProjects.tasks.CREATE, ZohoProjects.tasks.READ
      4. For Issues: ZohoProjects.issues.CREATE, ZohoProjects.issues.READ

    2. ZWConnection: Use Zoho OAuth with scopes ZohoWriter.documentEditor.ALL and ZohoWriter.Merge.ALL.

      Note: Copy the connection names for use in the next steps.
  7. Edit the Deluge script with the following details:
    1. Template ID: Specify the template ID that you created in Zoho Writer. (e.g."cwc2rc9fdcf11de2b4b7084e551830c9c55dd")
    2. Folder ID: Specify the ID of the folder in Zoho WorkDrive where you want to store the merged document. (e.g; kzzrdeca9db5f51304ba59c1133588e053284)
    3. File Name: Enter the file name for the merged document. (e.g., "Budget Report approval")
    4. ZP connection name: Specify the Zoho Projects connection name created earlier.
    5. ZW connection name: Specify the Zoho Writer connection name created earlier.
  8. Click Save and Execute to save the function.
  9. Enter a Task system ID in the Execute Function prompt to test the Custom Function.
  10. Alternatively, click Save to Proceed.
  11. Associate this Custom Function to Project Workflow Rule / Task Workflow Rule. Once the Workflow Rule execution is completed, open Zoho WorkDrive and navigate to the designated folder to find the merged document with the appropriate task information.
To execute this function successfully, you will need a Zoho WorkDrive account.







      Create. Review. Publish.

      Write, edit, collaborate on, and publish documents to different content management platforms.

      Get Started Now


        Access your files securely from anywhere

          Zoho CRM Training Programs

          Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

          Zoho CRM Training
            Redefine the way you work
            with Zoho Workplace

              Zoho DataPrep Personalized Demo

              If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

              Zoho CRM Training

                Create, share, and deliver

                beautiful slides from anywhere.

                Get Started Now


                  Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                  BOOK A SESSION





                              Quick Links Workflow Automation Data Collection
                              Web Forms Enterprise Begin Data Collection
                              Interactive Forms Workplace Data Collection App
                              CRM Forms Customer Service Accessible Forms
                              Digital Forms Marketing Forms for Small Business
                              HTML Forms Education Forms for Enterprise
                              Contact Forms E-commerce Forms for any business
                              Lead Generation Forms Healthcare Forms for Startups
                              Wordpress Forms Customer onboarding Order Forms for Small Business
                              No Code Forms Construction RSVP tool for holidays
                              Free Forms Travel
                              Prefill Forms Non-Profit

                              Intake Forms Legal
                              Mobile App
                              Form Designer HR
                              Mobile Forms
                              Card Forms Food Offline Forms
                              Assign Forms Photography
                              Mobile Forms Features
                              Translate Forms Real Estate Kiosk in Mobile Forms
                              Electronic Forms Banking 
                              Notification Emails for Forms Alternatives Security & Compliance
                              Holiday Forms Google Forms alternative  GDPR
                              Form to PDF Jotform alternative HIPAA Forms
                              Email Forms
                              Encrypted Forms
                              Embeddable Forms
                              Secure Forms
                              Drag & drop form builder
                              WCAG

                                      Create. Review. Publish.

                                      Write, edit, collaborate on, and publish documents to different content management platforms.

                                      Get Started Now




                                                        You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                            Manage your brands on social media


                                                              • Desk Community Learning Series


                                                              • Digest


                                                              • Functions


                                                              • Meetups


                                                              • Kbase


                                                              • Resources


                                                              • Glossary


                                                              • Desk Marketplace


                                                              • MVP Corner


                                                              • Word of the Day


                                                              • Ask the Experts


                                                                Zoho Sheet Resources

                                                                 

                                                                    Zoho Forms Resources


                                                                      Secure your business
                                                                      communication with Zoho Mail


                                                                      Mail on the move with
                                                                      Zoho Mail mobile application

                                                                        Stay on top of your schedule
                                                                        at all times


                                                                        Carry your calendar with you
                                                                        Anytime, anywhere




                                                                              Zoho Sign Resources

                                                                                Sign, Paperless!

                                                                                Sign and send business documents on the go!

                                                                                Get Started Now




                                                                                        Zoho TeamInbox Resources





                                                                                                  Zoho DataPrep Demo

                                                                                                  Get a personalized demo or POC

                                                                                                  REGISTER NOW


                                                                                                    Design. Discuss. Deliver.

                                                                                                    Create visually engaging stories with Zoho Show.

                                                                                                    Get Started Now









                                                                                                                        • Related Articles

                                                                                                                        • Zoho WorkDrive Integration

                                                                                                                          Integrate Zoho WorkDrive with Zoho Projects to collaborate with your co-workers and manage files together in a secure space. Feature Availability: Latest user based Enterprise plan. Use case Zylker constructions has to maintain numerous papers ...
                                                                                                                        • Integration

                                                                                                                          Do you support Office 365 integration? Yes, we do. You can import your Office 365 users to Zoho Projects at both project and portal levels. Learn More. Do you support CRM task integration? Yes, we do. You can add tasks in Zoho Projects and save it to ...
                                                                                                                        • Checklist for Zoho Projects

                                                                                                                          The Checklist for Zoho Projects extension lets you create a set of instantaneous to-do lists for your tasks and issues in Zoho Projects. With this extension, you can create both checklists and templates that can be used for any of your tasks and ...
                                                                                                                        • Zoho Desk Integration

                                                                                                                          Zoho Desk integration with Zoho Projects allows you to submit tickets as tasks and issues from within Zoho Desk. Before you begin: This integration requires users to purchase Standard or above plans of Zoho Desk and the Enterprise plan of Zoho ...
                                                                                                                        • Zoho Sprints Integration

                                                                                                                          Teams working on a project either follow the waterfall or the agile model to manage their work. Some teams may require the traditional and other teams require an iterative model to deliver the tasks. Teams can better manage their project by ...
                                                                                                                          Wherever you are is as good as
                                                                                                                          your workplace

                                                                                                                            Resources

                                                                                                                            Videos

                                                                                                                            Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                            eBooks

                                                                                                                            Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                            Webinars

                                                                                                                            Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                            CRM Tips

                                                                                                                            Make the most of Zoho CRM with these useful tips.



                                                                                                                              Zoho Show Resources