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.
async function main () {
// code starts here
const token = zcx_builtin_functions.connector.get_integration_token("integration id");
return {
"token"
}