Zoom Integration
Connect Zoom meetings and recordings to Metalogue
Zoom Integration
Connect your Zoom account to index meetings, recordings, and transcriptions.
Quick Start
const connector = await client.createConnector({
connector_type: 'zoom',
display_name: 'Company Zoom',
});
const authUrl = await client.getOAuthUrl('zoom');
Synced Content
| Content Type | Indexed Fields |
|---|---|
| Meetings | topic, agenda |
| Recordings | transcription |
| Webinars | title, description |
Configuration
{
"settings": {
"sync_recordings": true,
"transcribe_recordings": true,
"include_past_meetings": true
}
}
