Connections
Connections allows you to integrate with Zoho and other third-party services while managing all the authentication token requirement.
Get Connections Instance
Note: This SDK can only be accessed within Catalyst services like Functions and AppSail. It cannot be used to integrate with third-party services.
You can get the connections component reference as shown below. This will not fire a server-side call. We will refer to this component instance in various code snippets of working with Connections.
Package Import
Package Imports
copy
import com.zc.component.connections.ZCConnections;
import com.zc.component.connections.beans.ZCConnectionResponse;
copy
// create connection instance
ZCConnections connections = ZCConnections.getInstance();
Last Updated 2026-02-02 14:37:02 +0530 IST
Yes
No
Send your feedback to us
Skip
Submit