Skip to main content
Connect your Gong account to use your cloud meeting recordings with Cloudglue APIs.

Adding the Gong Data Connector

  1. Visit the Data Connectors page in the Cloudglue app
  2. Click Connect under Gong Gong Importer Architecture
  3. Authorize Cloudglue to access your recordings
Ready to set up your data connector? Visit our app to configure your Gong connector.
Need help setting up your data connector? Contact our team directly for assistance with the setup process.

Using the Gong Data Connector with Cloudglue APIs

To use Gong recordings with Cloudglue, you can use the gong://call/ prefix in your Cloudglue API requests. Example:
gong://call/1234567890
Example API Request to get a multimodal description of a recording:
curl --request POST \
  --url https://api.cloudglue.dev/v1/describe \
  --header 'Authorization: Bearer YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "gong://call/1234567890",
  "enable_summary": true,
  "enable_speech": true,
  "enable_visual_scene_description": true,
  "enable_scene_text": true
}'

Security

The Gong data importer does not have access to videos marked as private on the Gong platform. To access these videos, you can manually add the recording to Cloudglue using the API.
Cloudglue uses Gong OAuth to securely access your recordings with minimum required permissions. This approach:
  • Maintains your control - You own and manage the connector
  • Follows Gong security standards - Uses OAuth with minimum permissions

Removing the Gong Data Connector

To remove the Gong Data Connector, visit the Data Connectors page and click Disconnect under Gong. Once removed:
  • You cannot import new recordings into Cloudglue until you reconnect
  • Any recordings you previously imported will remain in Cloudglue. These can be viewed and deleted from File Management.