From 41895c787b2840af2076881b6c38a43eca36aab4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 5 Dec 2024 12:49:34 +0000 Subject: [PATCH] chore(integration-templates): Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/5fcc1c01fea5ae1d5dccc813b531e23d01eca301 by nalanj. Commit message: feat(zoom): Add support for recordings (#128) --- packages/shared/flows.yaml | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/packages/shared/flows.yaml b/packages/shared/flows.yaml index acf983d3d5..dccbc3c9c8 100644 --- a/packages/shared/flows.yaml +++ b/packages/shared/flows.yaml @@ -14683,7 +14683,24 @@ integrations: group: Meetings scopes: - meeting:read + recording-files: + runs: every day + description: | + Fetches a list of recordings from Zoom + output: RecordingFile + track_deletes: true + input: OptionalBackfillSetting + sync_type: full + endpoint: + method: GET + path: /recording-files + group: Cloud Recordings + scopes: + - cloud_recording:read:list_user_recordings + - cloud_recording:read:list_recording_files models: + OptionalBackfillSetting: + backfillPeriodDays: number IdEntity: id: string SuccessResponse: @@ -14747,3 +14764,28 @@ integrations: start_time?: string template_id?: string timezone?: string + RecordingFile: + id: string + deletedTime?: string + downloadUrl: string + filePath?: string + fileSize: number + fileType: >- + MP4 | M4A | CHAT | TRANSCRIPT | CSV | TB | CC | CHAT_MESSAGE | SUMMARY + | TIMELINE + fileExtension: MP4 | M4A | TXT | VTT | CSV | JSON | JPG + meetingId: string + playUrl?: string + recordingEnd: string + recordingStart: string + recordingType: >- + shared_screen_with_speaker_view(CC) | shared_screen_with_speaker_view + | shared_screen_with_gallery_view | active_speaker | gallery_view | + shared_screen | audio_only | audio_transcript | chat_file | poll | + host_video | closed_caption | timeline | thumbnail | + audio_interpretation | summary | summary_next_steps | + summary_smart_chapters | sign_interpretation | production_studio + status: completed + autoDelete?: boolean + autoDeleteDate?: string + playPasscode: string