diff --git a/connectors/gather.mdx b/connectors/gather.mdx index a1d2ac3..3766eea 100644 --- a/connectors/gather.mdx +++ b/connectors/gather.mdx @@ -1,42 +1,40 @@ --- title: Gather -description: Connect Gather to index meeting recordings and transcripts +description: Connect Gather to index your Gather Meetings --- -The Gather connector indexes meeting recordings, transcripts, and notes from your Gather space. +The Gather connector indexes meeting chat messages, transcripts, and notes from your Gather space. ## What gets indexed - Meeting transcripts - Meeting metadata - Meeting notes -- Screen shares (OCR text extraction) -- Chat messages during meetings +- Chat messages -## Setup +## Automatic Setup - - 1. In Gather, go to **Space Settings → API** - 2. Create a new API key - 3. Copy the API key + + 1. In Gather, go to **Integrations** + 2. Click Configure AI - - 1. In Grapevine, go to [**Integrations**](https://app.getgrapevine.ai/integrations) and click on **Gather** - 2. Enter your API key - 3. Click **Save** + + + Grapevine will automatically begin indexing your Gather meetings. The initial sync may take time depending on the number of recorded meetings in your space. + - - For real-time updates, configure webhooks in Gather: +## Manual Setup (Alternative) - 1. In Gather, go to **Space Settings → Webhooks** - 2. Create a new webhook - 3. Set URL to: `https://webhooks.getgrapevine.ai/gather` - 4. Select events: **Meeting ended**, **Recording available** + + + 1. In Grapevine, go to [**Integrations**](https://app.getgrapevine.ai/integrations) and click on **Gather** + 2. Follow setup directions + Grapevine will automatically begin indexing your Gather meetings. The initial sync may take time depending on the number of recorded meetings in your space. @@ -58,10 +56,7 @@ The Gather connector respects Gather permissions: - **Initial sync** - Begins automatically after setup completion - **Ongoing syncs** - Real-time updates via webhooks keep your index current -- **Deletions** - Deleted meetings are removed from the index automatically ## Limitations -- Only recorded meetings are indexed - Video files are not stored (only transcripts are indexed) -- Deleted meetings are removed from the index diff --git a/docs.json b/docs.json index 2421a3e..07d7534 100644 --- a/docs.json +++ b/docs.json @@ -41,7 +41,8 @@ "connectors/google-drive", "connectors/google-email", "connectors/hubspot", - "connectors/gong" + "connectors/gong", + "connectors/gather" ] } ]