Connectors

Connectors enable your Zoho applications to interact with other Zoho services or third party services. This requires you to authenticate and create the connection for the services to integrate securely. Authorization of such third-party services is usually handled by Zoho Sprints.

Type=JSONArray

Snippet

"connectors": [
	{
		"connectionLinkName": "testing",
		"connectionName": "Testing",
		"serviceName": "zlabs_integration",
		"userAccess": true,
		"isUserDefinedService": false,
		"sharedBy": "837***273",
		"scope": [
			"ZohoSprints.extensions.READ",
			"ZohoSprints.extensions.WRITE",
			"ZohoSprints.extensions.UPDATE"
			]
		}
	]
}

 

Learn more about creating connections here.