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 TypeIndexed Fields
Meetingstopic, agenda
Recordingstranscription
Webinarstitle, description

Configuration

{
  "settings": {
    "sync_recordings": true,
    "transcribe_recordings": true,
    "include_past_meetings": true
  }
}

Next Steps