Integrating Catalyst with Zoho Analytics

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 Catalyst. You can also find a tutorial here on how to use CRM Rest APIs in Catalyst functions. You can follow the same steps for Analytics Rest API. 
    • Related Articles

    • 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 ...
    • 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 ...
    • Adding HTML templates to emails sent from Catalyst

      You can add html_mode:true to add HTML email templates like in the code snippet attached below. The detailed step by step documentation can be found here : https://catalyst.zoho.com/help/email-templates.html
    • Websocket support in Catalyst functions

      As of now, WebSockets are not supported in Catalyst functions.
    • Catalyst Functions : 500 Error

      In order to be deployed in Catalyst, the Node.js application must follow a certain code structure. This issue might occur if the code structure for the same is not followed. You can find the sample code structure for all Catalyst functions here.  For ...