What Changed

ZoomReports CCF connector v3.0.8 transitions from Public Preview to GA with significant parser and ingestion improvements. The connector now supports a new ZoomV2_CL table alongside the existing Zoom_CL table.

Parser Impact

Parser version upgraded from 1.0.0 to 2.0.0 with expanded dual-table support:

  • Legacy support: Continues parsing Zoom_CL table data using existing field mappings
  • New schema: Adds ZoomV2_CL table parsing with improved field coverage including CustomAttributes, CallInNumber, CountryName, Duration, EndTime, HostEmail, HostId, MeetingId, MeetingType, PhoneNumber, and meeting timing fields
  • Unified output: Uses union operation to combine data from both tables into standardised field schema

The parser maintains backward compatibility — existing detections using this parser will continue to function while gaining access to enhanced field coverage from new deployments.

Connector Configuration

  • Removed Preview status flag (isPreview: false)
  • Updated cloud recording polling window from 60 to 2880 minutes (48 hours)
  • Minor event name formatting changes (added periods)

Affected Files

Solutions/ZoomReports/Data Connectors/ZoomReports_ccf/ConnectorDefinition.json
Solutions/ZoomReports/Data Connectors/ZoomReports_ccf/PollingConfig.json
Solutions/ZoomReports/Data Connectors/ZoomReports_ccf/table_ZoomV2.json
Solutions/ZoomReports/Parsers/Zoom.yaml
(packaging artefacts: 3.0.8.zip, ReleaseNotes.md, Solution_ZoomReports.json, mainTemplate.json)