Connections JavaScript SDK
Connections allows you to integrate with Zoho and other third-party services while managing all the authentication token requirement.
The Connections JavaScript SDK package enables you to get the required authentication credentials.
Prerequisites
You will need to install the following package to be able to use the Connections SDK methods.
copy
$
npm install @zcatalyst/connections
Info: Ensure that you have applied the required authentication configuration to use the SDK methods of this component.
Import Requirement
You will need to import the following modules to use the Connections SDK methods.
copy
const { Connections } = require('@zcatalyst/connections');
List of SDK Methods
The following table contains the list of SDK methods that can be used to perform operations in the Connections component through code.
| Category | SDK Method | Required Scope |
|---|---|---|
| General Operations | Get Connections Instance | Not required |
| Connections Operations | Get Authentication Credentials | Admin |
Last Updated 2026-07-02 14:51:41 +0530 IST
Yes
No
Send your feedback to us
Skip
Submit