How to merge zoho writer docs using Zoho Catalyst

How to merge zoho writer docs using Zoho Catalyst

You can use the Writer Merge document API in the Catalyst functions to merge your documents. You can use the connectors available in Catalyst to refresh your access tokens automatically on expiry. You can find the help documentation for Connectors in Java SDK here and Node SDK here. 

    • Related Articles

    • Integrating Catalyst with Zoho Analytics

      You can use the Zoho Analytics REST API in the Catalyst Functions in order to push the data from Catalyst Datastore to Analytics to generate reports. We would suggest you to check out this tutorial which will provide you an idea on how things work in ...
    • Does Zoho catalyst have a form builder?

      Catalyst does not have form builder. Instead, you can use HTML, CSS and Javascript to create your own forms and host them in Catalyst using the Web Client Hosting. If this was not the solution you were expecting, kindly do let us know your use case ...
    • Can we create a RSA signature using Catalyst?

      You can use a npm package like node-rsa in a Catalyst function.
    • Can we read XML in Catalyst?

      You can read XML in Catalyst Node.js functions using npm packages for the same. 
    • Create the schema for a table in Catalyst DataStore using code

      As of now, we do not have the support for creating table via code. The tables can only be created via the Catalyst Console and data for the same can be inserted from the code.