Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloudglue.dev/llms.txt

Use this file to discover all available pages before exploring further.

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

Adding the Gong Data Connector

  1. Navigate to the Data Connectors page in the Cloudglue app.
  2. Click the Gong data connector card. Gong data connector focused
  3. Follow the popup instructions to authorize Cloudglue access to your media.
  4. Verify the connection by checking for the Connected indicator on the card.
Ready to set up your Gong data connector? Visit our app to get started.
Need help setting up your data connector? Contact our team directly for assistance with the setup process.

Using Gong with Cloudglue

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
}'

UI Importing for Testing

Use the Cloudglue integration UI to quickly import Gong files for testing your endpoints. File Chooser To access this page, visit our app and click on Select Videos on the Gong connector. Quick Import Button

Managing Access

You maintain full control over your data access. Remove this data connector by doing the following:
  • Remove connection by revoking the connector on our website.
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.

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