AACFlow

Zoom

Создавайте и управляйте встречами и записями в Zoom

Zoom — ведущая облачная коммуникационная платформа для видеовстреч, вебинаров и онлайн-совместной работы. Она позволяет пользователям и организациям легко планировать, проводить и управлять встречами, предоставляя инструменты для демонстрации экрана, чата, записей и многого другого.

Zoom позволяет:

  • Планировать и управлять встречами: создавайте мгновенные или запланированные встречи, включая регулярные
  • Настраивать параметры встреч: задавайте пароли, включайте зал ожидания и управляйте видео/аудио участников
  • Отправлять приглашения и делиться деталями: получайте приглашения и информацию о встрече для удобного распространения
  • Получать и обновлять данные встреч: получайте детали встречи, изменяйте существующие встречи и управляйте настройками программно

Интеграция Zoom в AACFlow даёт вашим AI-агентам возможность автоматизировать планирование и управление встречами. Используйте действия инструмента, чтобы:

  • Программно создавать новые встречи с кастомными настройками
  • Получать список всех встреч конкретного пользователя (или ваших)
  • Получать детали или приглашения для любой встречи
  • Обновлять или удалять существующие встречи прямо из ваших автоматизаций

Чтобы подключить Zoom, добавьте блок Zoom и нажмите Connect, чтобы авторизоваться в вашем аккаунте Zoom. После подключения вы сможете использовать инструменты Zoom, чтобы создавать, получать список, обновлять и удалять встречи Zoom. В любой момент вы можете отключить аккаунт Zoom, нажав Disconnect в Settings > Integrations, и доступ к вашему аккаунту будет немедленно отозван.

Эти возможности позволяют упрощать удалённую совместную работу, автоматизировать регулярные видеосессии и управлять Zoom-средой вашей организации в составе ваших воркфлоу.

Инструкции по использованию

Интегрируйте Zoom into workflows. Create, list, update, и delete Zoom meetings. Получить meeting details, invitations, recordings, и participants. Управлять cloud recordings programmatically.

Инструменты

zoom_create_meeting

Создать новый Zoom meeting

Входные параметры

ПараметрТипОбязательныйОписание
userIdstringДаThe user ID or email address (e.g., "me", "user@example.com", or "AbcDefGHi"). Use "me" for the authenticated user.
topicstringДаMeeting topic (e.g., "Weekly Team Standup" or "Project Review")
typenumberНетMeeting type: 1=instant, 2=scheduled, 3=recurring no fixed time, 8=recurring fixed time
startTimestringНетMeeting start time in ISO 8601 format (e.g., 2025-06-03T10:00:00Z)
durationnumberНетMeeting duration in minutes (e.g., 30, 60, 90)
timezonestringНетTimezone for the meeting (e.g., America/Los_Angeles)
passwordstringНетMeeting password
agendastringНетMeeting agenda or description text
hostVideobooleanНетStart with host video on
participantVideobooleanНетStart with participant video on
joinBeforeHostbooleanНетAllow participants to join before host
muteUponEntrybooleanНетMute participants upon entry
waitingRoombooleanНетEnable waiting room
autoRecordingstringНетAuto recording setting: local, cloud, or none

Выходные данные

ПараметрТипОписание
meetingobjectThe created meeting with all its properties
idnumberMeeting ID
uuidstringMeeting UUID
host_idstringHost user ID
host_emailstringHost email address
topicstringMeeting topic
typenumberMeeting type: 1=instant, 2=scheduled, 3=recurring no fixed time, 8=recurring fixed time
statusstringMeeting status (e.g., waiting, started)
start_timestringStart time in ISO 8601 format
durationnumberDuration in minutes
timezonestringTimezone (e.g., America/Los_Angeles)
agendastringMeeting agenda
created_atstringCreation timestamp in ISO 8601 format
start_urlstringURL for host to start the meeting
join_urlstringURL for participants to join the meeting
passwordstringMeeting password
h323_passwordstringH.323/SIP room system password
pstn_passwordstringPSTN password for phone dial-in
encrypted_passwordstringEncrypted password for joining
settingsobjectMeeting settings
host_videobooleanStart with host video on
participant_videobooleanStart with participant video on
join_before_hostbooleanAllow participants to join before host
mute_upon_entrybooleanMute participants upon entry
watermarkbooleanAdd watermark when viewing shared screen
audiostringAudio options: both, telephony, or voip
auto_recordingstringAuto recording: local, cloud, or none
waiting_roombooleanEnable waiting room
meeting_authenticationbooleanRequire meeting authentication
approval_typenumberApproval type: 0=auto, 1=manual, 2=none
recurrenceobjectRecurrence settings for recurring meetings
typenumberRecurrence type: 1=daily, 2=weekly, 3=monthly
repeat_intervalnumberInterval between recurring meetings
weekly_daysstringDays of week for weekly recurrence (1-7, comma-separated)
monthly_daynumberDay of month for monthly recurrence
monthly_weeknumberWeek of month for monthly recurrence
monthly_week_daynumberDay of week for monthly recurrence
end_timesnumberNumber of occurrences
end_date_timestringEnd date time in ISO 8601 format
occurrencesarrayMeeting occurrences for recurring meetings
occurrence_idstringOccurrence ID
start_timestringStart time in ISO 8601 format
durationnumberDuration in minutes
statusstringOccurrence status

zoom_list_meetings

Список всех meetings для a Zoom user

Входные параметры

ПараметрТипОбязательныйОписание
userIdstringДаThe user ID or email address (e.g., "me", "user@example.com", or "AbcDefGHi"). Use "me" for the authenticated user.
typestringНетMeeting type filter: scheduled, live, upcoming, upcoming_meetings, or previous_meetings
pageSizenumberНетNumber of records per page, 1-300 (e.g., 30, 50, 100)
nextPageTokenstringНетToken for постраничная выборка to get next page of results

Выходные данные

ПараметрТипОписание
meetingsarrayList of meetings
idnumberMeeting ID
uuidstringMeeting UUID
host_idstringHost user ID
topicstringMeeting topic
typenumberMeeting type
start_timestringStart time in ISO 8601 format
durationnumberDuration in minutes
timezonestringTimezone
agendastringMeeting agenda
created_atstringCreation timestamp
join_urlstringURL for participants to join
pageInfoobjectPagination information
pageCountnumberTotal number of pages
pageNumbernumberCurrent page number
pageSizenumberNumber of records per page
totalRecordsnumberTotal number of records
nextPageTokenstringToken for next page of results

zoom_get_meeting

Получить details of a specific Zoom meeting

Входные параметры

ПараметрТипОбязательныйОписание
meetingIdstringДаThe meeting ID (e.g., "1234567890" or "85746065432")
occurrenceIdstringНетOccurrence ID for recurring meetings
showPreviousOccurrencesbooleanНетShow previous occurrences for recurring meetings

Выходные данные

ПараметрТипОписание
meetingobjectThe meeting details
idnumberMeeting ID
uuidstringMeeting UUID
host_idstringHost user ID
host_emailstringHost email address
topicstringMeeting topic
typenumberMeeting type: 1=instant, 2=scheduled, 3=recurring no fixed time, 8=recurring fixed time
statusstringMeeting status (e.g., waiting, started)
start_timestringStart time in ISO 8601 format
durationnumberDuration in minutes
timezonestringTimezone (e.g., America/Los_Angeles)
agendastringMeeting agenda
created_atstringCreation timestamp in ISO 8601 format
start_urlstringURL for host to start the meeting
join_urlstringURL for participants to join the meeting
passwordstringMeeting password
h323_passwordstringH.323/SIP room system password
pstn_passwordstringPSTN password for phone dial-in
encrypted_passwordstringEncrypted password for joining
settingsobjectMeeting settings
host_videobooleanStart with host video on
participant_videobooleanStart with participant video on
join_before_hostbooleanAllow participants to join before host
mute_upon_entrybooleanMute participants upon entry
watermarkbooleanAdd watermark when viewing shared screen
audiostringAudio options: both, telephony, or voip
auto_recordingstringAuto recording: local, cloud, or none
waiting_roombooleanEnable waiting room
meeting_authenticationbooleanRequire meeting authentication
approval_typenumberApproval type: 0=auto, 1=manual, 2=none
recurrenceobjectRecurrence settings for recurring meetings
typenumberRecurrence type: 1=daily, 2=weekly, 3=monthly
repeat_intervalnumberInterval between recurring meetings
weekly_daysstringDays of week for weekly recurrence (1-7, comma-separated)
monthly_daynumberDay of month for monthly recurrence
monthly_weeknumberWeek of month for monthly recurrence
monthly_week_daynumberDay of week for monthly recurrence
end_timesnumberNumber of occurrences
end_date_timestringEnd date time in ISO 8601 format
occurrencesarrayMeeting occurrences for recurring meetings
occurrence_idstringOccurrence ID
start_timestringStart time in ISO 8601 format
durationnumberDuration in minutes
statusstringOccurrence status

zoom_update_meeting

Обновитьn existing Zoom meeting

Входные параметры

ПараметрТипОбязательныйОписание
meetingIdstringДаThe meeting ID to update (e.g., "1234567890" or "85746065432")
topicstringНетMeeting topic (e.g., "Weekly Team Standup" or "Project Review")
typenumberНетMeeting type: 1=instant, 2=scheduled, 3=recurring no fixed time, 8=recurring fixed time
startTimestringНетMeeting start time in ISO 8601 format (e.g., 2025-06-03T10:00:00Z)
durationnumberНетMeeting duration in minutes (e.g., 30, 60, 90)
timezonestringНетTimezone for the meeting (e.g., America/Los_Angeles)
passwordstringНетMeeting password
agendastringНетMeeting agenda or description text
hostVideobooleanНетStart with host video on
participantVideobooleanНетStart with participant video on
joinBeforeHostbooleanНетAllow participants to join before host
muteUponEntrybooleanНетMute participants upon entry
waitingRoombooleanНетEnable waiting room
autoRecordingstringНетAuto recording setting: local, cloud, or none

Выходные данные

ПараметрТипОписание
successbooleanПроизошла ли meeting was updated successfully

zoom_delete_meeting

Удалить или cancel a Zoom meeting

Входные параметры

ПараметрТипОбязательныйОписание
meetingIdstringДаThe meeting ID to delete (e.g., "1234567890" or "85746065432")
occurrenceIdstringНетOccurrence ID for deleting a specific occurrence of a recurring meeting
scheduleForReminderbooleanНетSend cancellation reminder email to registrants
cancelMeetingReminderbooleanНетSend cancellation email to registrants and alternative hosts

Выходные данные

ПараметрТипОписание
successbooleanПроизошла ли meeting was deleted successfully

zoom_get_meeting_invitation

Получить meeting invitation text для a Zoom meeting

Входные параметры

ПараметрТипОбязательныйОписание
meetingIdstringДаThe meeting ID (e.g., "1234567890" or "85746065432")

Выходные данные

ПараметрТипОписание
invitationstringThe meeting invitation text

zoom_list_recordings

Список всех cloud recordings для a Zoom user

Входные параметры

ПараметрТипОбязательныйОписание
userIdstringДаThe user ID or email address (e.g., "me", "user@example.com", or "AbcDefGHi"). Use "me" for the authenticated user.
fromstringНетStart date in yyyy-mm-dd format (within last 6 months)
tostringНетEnd date in yyyy-mm-dd format
pageSizenumberНетNumber of records per page, 1-300 (e.g., 30, 50, 100)
nextPageTokenstringНетToken for постраничная выборка to get next page of results
trashbooleanНетSet to true to list recordings from trash

Выходные данные

ПараметрТипОписание
recordingsarrayList of recordings
uuidstringMeeting UUID
idnumberMeeting ID
account_idstringAccount ID
host_idstringHost user ID
topicstringMeeting topic
typenumberMeeting type
start_timestringMeeting start time
durationnumberMeeting duration in minutes
total_sizenumberTotal size of all recordings in bytes
recording_countnumberNumber of recording files
share_urlstringURL to share recordings
recording_filesarrayList of recording files
idstringRecording file ID
meeting_idstringMeeting ID associated С помощью recording
recording_startstringStart time of the recording
recording_endstringEnd time of the recording
file_typestringType of recording file (MP4, M4A, etc.)
file_extensionstringFile extension
file_sizenumberFile size in bytes
play_urlstringURL to play the recording
download_urlstringURL to download the recording
statusstringRecording status
recording_typestringType of recording (shared_screen, audio_only, etc.)
pageInfoobjectPagination information
fromstringStart date of query range
tostringEnd date of query range
pageSizenumberNumber of records per page
totalRecordsnumberTotal number of records
nextPageTokenstringToken for next page of results

zoom_get_meeting_recordings

Получить все recordings для a specific Zoom meeting

Входные параметры

ПараметрТипОбязательныйОписание
meetingIdstringДаThe meeting ID or meeting UUID (e.g., "1234567890" or "4444AAABBBccccc12345==")
includeFolderItemsbooleanНетInclude items within a folder
ttlnumberНетTime to live for download URLs in seconds (max 604800)
downloadFilesbooleanНетDownload recording files into file outputs

Выходные данные

ПараметрТипОписание
recordingobjectThe meeting recording with all files
uuidstringMeeting UUID
idnumberMeeting ID
account_idstringAccount ID
host_idstringHost user ID
topicstringMeeting topic
typenumberMeeting type
start_timestringMeeting start time
durationnumberMeeting duration in minutes
total_sizenumberTotal size of all recordings in bytes
recording_countnumberNumber of recording files
share_urlstringURL to share recordings
recording_filesarrayList of recording files
idstringRecording file ID
meeting_idstringMeeting ID associated С помощью recording
recording_startstringStart time of the recording
recording_endstringEnd time of the recording
file_typestringType of recording file (MP4, M4A, etc.)
file_extensionstringFile extension
file_sizenumberFile size in bytes
play_urlstringURL to play the recording
download_urlstringURL to download the recording
statusstringRecording status
recording_typestringType of recording (shared_screen, audio_only, etc.)
filesfile[]Downloaded recording files

zoom_delete_recording

Удалить cloud recordings для a Zoom meeting

Входные параметры

ПараметрТипОбязательныйОписание
meetingIdstringДаThe meeting ID or meeting UUID (e.g., "1234567890" or "4444AAABBBccccc12345==")
recordingIdstringНетSpecific recording file ID to delete. Если не предоставлен, deletes all recordings.
actionstringНетУдалитьction: "trash" (move to trash) or "delete" (permanently delete)

Выходные данные

ПараметрТипОписание
successbooleanПроизошла ли recording was deleted successfully

zoom_list_past_participants

Список participants from a past Zoom meeting

Входные параметры

ПараметрТипОбязательныйОписание
meetingIdstringДаThe past meeting ID or UUID (e.g., "1234567890" or "4444AAABBBccccc12345==")
pageSizenumberНетNumber of records per page, 1-300 (e.g., 30, 50, 100)
nextPageTokenstringНетToken for постраничная выборка to get next page of results

Выходные данные

ПараметрТипОписание
participantsarrayList of meeting participants
idstringParticipant unique identifier
user_idstringUser ID if registered Zoom user
namestringParticipant display name
user_emailstringParticipant email address
join_timestringTime when participant joined (ISO 8601)
leave_timestringTime when participant left (ISO 8601)
durationnumberDuration in seconds participant was in meeting
attentiveness_scorestringAttentiveness score (deprecated)
failoverbooleanWhether participant failed over to another data center
statusstringParticipant status
pageInfoobjectPagination information
pageSizenumberNumber of records per page
totalRecordsnumberTotal number of records
nextPageTokenstringToken for next page of results

On this page

Начните создавать сегодня
Нам доверяют более 100 000 разработчиков.
SaaS-платформа для создания AI-агентов и управления агентным workforce.
Начать