Zoom
Zoom
This connector enables AI agents and RAG systems to retrieve context from Zoom through Airweave’s unified search layer.
Configuration
Zoom source connector integrates with the Zoom API.
Synchronizes data from Zoom including meetings, participants, recordings, and transcripts. Provides comprehensive access to meeting context with proper token refresh and rate limiting.
Authentication
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
- OAuth Browser Flow (recommended for UI)
- OAuth Token (for programmatic access)
- Auth Provider (enterprise SSO)
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
ZoomMeetingEntity
Schema for a Zoom meeting.
Based on the Zoom API meeting resource. Reference: https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/meeting
ZoomMeetingParticipantEntity
Schema for a Zoom meeting participant.
Based on the Zoom API participant resource. Reference: https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/pastMeetingParticipants
ZoomRecordingEntity
Schema for a Zoom meeting recording.
Based on the Zoom API recording resource. Reference: https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/recordingGet
ZoomTranscriptEntity
Schema for a Zoom meeting transcript.
Based on the Zoom API transcript resource. Transcripts are stored as VTT files in cloud recordings.