Catalyst Community

      • Most Discussed Topics

      • Use Zoho Connections in Functions

        Hello, Following the documentation https://docs.catalyst.zoho.com/en/sdk/nodejs/v2/connectors/connectors/ I generated a client https://api-console.zoho.com/client And was able to connect to Zoho CRM. However, I found Connections in Catalyst. It looks
      • How to use Typescript in node function

        Hello, I'm trying to use Typescript How to make it works? I'm facing this issue: TypeError: Cannot read properties of undefined (reading 'initialize') For the following code: /// <reference types="node" /> 'use strict'; import catalyst from "zcatalyst-sdk-node";