Skip to content

Commit

Permalink
chore(integration-templates): Automated commit updating flows.yaml ba…
Browse files Browse the repository at this point in the history
…sed on changes in NangoHQ/integration-templates@5fcc1c0 by nalanj. Commit message: feat(zoom): Add support for recordings (#128)
  • Loading branch information
github-actions[bot] committed Dec 5, 2024
1 parent 0365793 commit 41895c7
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/shared/flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 41895c7

Please sign in to comment.