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.

copy
# create connection instance
connections = app.connections()

Last Updated 2026-02-02 14:37:02 +0530 IST