Zoom
Use the Zoom integration to manage your Zoom users and meetings.
Messaging and Conferencing · Zoom
Configuration parameters
url— Server URL (e.g. 'https://api.zoom.us/v2/') (required)account_id— Account ID (OAuth) (required)credentials— Client ID (OAuth) (required)botJID— Bot JIDbot_credentials— Bot Client ID ((Team Chat App))secret_token—verification_token—longRunning— Long running instancelongRunningPort— Listen Portmirroring— Enable Incident Mirroringproxy— Use system proxy settingsinsecure— Trust any certificate (not secure)certificate— Certificate (Required for HTTPS)key— Private Key (Required for HTTPS)
Commands (23)
-
close-channelDelete a mirrored Zoom channel.
-
mirror-investigationMirrors the investigation between Zoom and the Cortex XSOAR War Room.
-
send-notificationSend a message using a chatbot app.
-
zoom-create-channelCreates a channel for a user. Use the existing command zoom-list-users to get the user ID by email (only if the user has an email address as part of the user parameters).
-
zoom-create-meetingCreate a new Zoom meeting (scheduled, instant, or recurring).
-
zoom-create-userCreate a new user in zoom account.
-
zoom-delete-channelDeletes a specific Zoom channel. Use the command zoom-list-account-public-channels in order to fetch the channel ID by the channel name.
-
zoom-delete-messageDeletes a chat message previously sent to a contact or a channel. Use the command zoom-list-user-channels to get the channel ID by the channel name (for to_channel). See the existing command zoom-list-users to get the user ID by email (for to_contact). In order to update messages (or a single message using messageId), you need to provide to_contact (contact to send) or to_channel (channel to send to), but not both of them.
-
zoom-delete-userDelete a user from Zoom.
-
zoom-delete-user-tokenRevoke a user's Zoom SSO session. Use the zoom-list-users command to get the user ID or user email.
-
zoom-fetch-recordingGet the meeting record and save it as a file in the War Room.
-
zoom-invite-to-channelInvites members that are in a user's contact list to a channel. A channel can have one or more members. The maximum number of members that can be added at once with this API is 5. Use the command zoom-list-account-public-channels in order to fetch the channel ID by the channel name.
-
zoom-list-account-public-channelsList the existing channels You can only retrieve the channel information for the authorized user. In order to get a public channel by its name (for example Admins_to_delete_4) you need to run the command zoom-list-account-public-channels without the channel_id param and find which channel_id fits the channel name.
-
zoom-list-messagesSearches chat messages or shared files between a user and an individual contact or a chat channel.
-
zoom-list-user-channelsList the existing channels. In order get the user ID by user email - use the existing command zoom-list-users. In order to get the user channel by its name, run the command zoom-list-user-channels without the channel_id param and find which channel_id fits the channel name.
-
zoom-list-usersList the existing users.
-
zoom-meeting-getGet the information of an existing Zoom meeting.
-
zoom-meeting-listShow all the meetings of a given user. Note: only scheduled and unexpired meetings will appear.
-
zoom-remove-from-channelRemoves a member from a chat channel. A channel can have one or more members. Use the command zoom-list-account-public-channels in order to fetch the channel ID by the channel name. In order get the user ID by the user email - use the existing command zoom-list-users.
-
zoom-send-fileSends a file on Zoom to either an individual user in your contact list or a channel of which you are a member. Use existing command zoom-list-users to get the user ID by the user email (for to_contact). Use the command zoom-list-user-channels in order to fetch the channel ID by the channel name (for to_channel).
-
zoom-send-messageSends chat messages on Zoom to either an individual user who is in your contact list or to a channel of which you are a member. Use the command zoom-list-users to get the user id by the user email (for to_contact). Use the command zoom-list-user-channels in order to fetch the channel ID by the channel name (for to_channel). In order to send a message, you need to provide at least a message (message text) and to_contact (contact to send) or to_channel (channel to send to), but not both of them. In order to send a style message you need to provide is-markdown=true and the message can contain a markdown format. If you are using mention markdown in a message, provide the email address in the at_contact argument.
-
zoom-update-channelUpdate an existing channel in a Zoom account. Use the command zoom-list-account-public-channels in order to fetch the channel ID by the channel name. "Need to provide at least one of the following arguments: posting_permissions or channnel_name.".
-
zoom-update-messageEdits a chat message that you previously sent to either a contact or a channel in Zoom by providing the ID of the message as the value of the messageId parameter. As a query parameter, you must provide either the contact's email address of the contact or the Channel ID of the channel where the message was sent. Use the command zoom-list-user-channels to get the channel ID by the channel name (for to_channel). Use the existing command zoom-list-users to get the user ID by email (for to_contact). In order to update messages (or a single message using messageId), you need to provide to_contact (contact to send) or to_channel (channel to send to), but not both of them.