The OAuth Grain data connector currently supports personal Grain accounts
only. For workspace-level access, contact the Cloudglue
team.
Adding the Grain Data Connector
- Navigate to the Data Connectors page in the Cloudglue app.
- Click the Grain data connector card.
- Follow the popup to sign in to Grain and authorize Cloudglue (OAuth with PKCE).
- Verify the connection by checking for the Connected indicator on the card.
Ready to set up your Grain 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 Grain with Cloudglue
To use Grain recordings with Cloudglue, you can use thegrain://recording/ prefix in your Cloudglue API requests.
Example:
Source metadata
When a Grain recording is imported, Cloudglue captures the recording’s source metadata onto the resulting file undersource_metadata. This includes the
title, participants, teams, meeting type, tags, start/end times, and (when Grain
returns them) the AI summary, action items, calendar event, and HubSpot
associations. The source_metadata field is returned on the
file object.
Sync a recording into a file
POST /data-connectors/{id}/sync
materializes a Grain recording URI into a Cloudglue file — with source_metadata
populated — without starting a downstream job. It’s idempotent: syncing the same
URI returns the existing file.
Look up source metadata without importing
GET /data-connectors/{id}/source-metadata
fetches the recording’s source metadata directly from Grain without creating a
file — useful for previewing a recording before importing it.
UI Importing for Testing
Use the Cloudglue integration UI to browse Grain recordings and add them to a collection for testing. To access this flow, visit our app and click Select Videos on the Grain connector after it shows as connected.Managing Access
You maintain full control over your data access. Remove this data connector from the Data Connectors page. 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.