Using ZECO connectors in custom script tool

Admins can leverage ZECO’s secure connector authentication framework in the custom script tool to integrate with any API while maintaining ZECO’s robust security protocols and centralized credential management. This functionality allows admins to retrieve authentication tokens for subsequent API calls, expanding integration capabilities beyond existing support channels and built-in tools to support a wide range of custom requirements.

Requirements for using ZECO connectors in custom script tool

How to use ZECO connectors in custom script tool

This functionality enables you to retrieve authentication tokens for subsequent API calls, extending capabilities beyond existing support channels or built-in tools to fulfill custom requirements.
  1. Create a custom script tool.
  2. In the JavaScript box, insert the following function:
async function main () { 
// code starts here
const token = zcx_builtin_functions.connector.get_integration_token("integration id");
return {
"token"
}
note icon
This article applies to Zoom Virtual Agent voice and chat agent. If you are using Zoom Virtual Agent classic chatbot, refer to this documentation for setup and deployment instructions.