Developer docs

Zoom integration

Video meetings and webinars

Updated June 2026 104 actions available

Provider
zoom
Category
Communication
Setup
See setup section below
Actions
104 available

Quick start

Call Zoom from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to Zoom's public Composio identifier — your app references it by name and OverSkill handles the OAuth round-trip.

// In your generated app's worker handler:
const composio = composioClient(env);

const result = await composio.execute(
  "ZOOM_ACTION_NAME",
  { /* action parameters — see Actions section below */ }
);

return new Response(JSON.stringify(result), {
  headers: { "Content-Type": "application/json" }
});

Replace ACTION_NAME with one of the slugs listed in the Actions section below. The composio client handles auth + rate limits automatically — no API key is exposed to user code.

Setup

Setup details for Zoom aren't published yet. If you need this integration in production, contact the OverSkill team and we'll prioritize it.

Available actions

104 actions exposed via the Zoom integration. Each maps to a callable slug — pass it to composio.execute(...) in your worker code.

Show all 104 actions
  • ZOOM_CREATE_ZRA_CONVERSATION
  • ZOOM_CREATE_ZRA_CONVERSATION_COMMENT
  • ZOOM_CREATE_ZRA_CRM_ACCOUNTS
  • ZOOM_CREATE_ZRA_CRM_CONTACTS
  • ZOOM_CREATE_ZRA_CRM_DEALS
  • ZOOM_CREATE_ZRA_CRM_LEADS
  • ZOOM_CREATE_ZRA_CRM_SETTINGS
  • ZOOM_CREATE_ZRA_USER_CONVERSATION
  • ZOOM_DELETE_A_MEETING
  • ZOOM_DELETE_IQ_CONVERSATION
  • ZOOM_DELETE_IQ_CONVERSATION_COMMENT
  • ZOOM_DELETE_IQ_DEAL_ACTIVITIES
  • ZOOM_DELETE_MEETING_RECORDINGS
  • ZOOM_DELETE_PROJECT
  • ZOOM_DELETE_PROJECT_COLLABORATOR
  • ZOOM_DELETE_WHITEBOARD
  • ZOOM_DELETE_WHITEBOARD_COLLABORATOR
  • ZOOM_DELETE_ZRA_CONVERSATION
  • ZOOM_DELETE_ZRA_CONVERSATION_COMMENT
  • ZOOM_DELETE_ZRA_CRM_SETTINGS
  • ZOOM_DELETE_ZRA_DEAL_ACTIVITIES
  • ZOOM_DOWNLOAD_IMPORTED_WHITEBOARD_FILE
  • ZOOM_DOWNLOAD_WHITEBOARD_EXPORT
  • ZOOM_DOWNLOAD_WHITEBOARD_SESSION_ACTIVITY
  • ZOOM_GET_A_MEETING
  • ZOOM_GET_A_MEETING_SUMMARY
  • ZOOM_GET_A_WEBINAR
  • ZOOM_GET_DAILY_USAGE_REPORT
  • ZOOM_GET_IQ_CONVERSATION_COMMENTS
  • ZOOM_GET_IQ_CONVERSATION_CONTENT_ANALYSIS
  • ZOOM_GET_IQ_CONVERSATION_INTERACTIONS
  • ZOOM_GET_IQ_CONVERSATION_SCORECARDS
  • ZOOM_GET_IQ_DEAL
  • ZOOM_GET_IQ_DEAL_ACTIVITIES
  • ZOOM_GET_IQ_USER_CONVERSATIONS_PLAYLISTS
  • ZOOM_GET_MARKETPLACE_USER_APPS
  • ZOOM_GET_MARKETPLACE_USER_ENTITLEMENTS
  • ZOOM_GET_MEETING_RECORDINGS
  • ZOOM_GET_PAST_MEETING_PARTICIPANTS
  • ZOOM_GET_PROJECT
  • ZOOM_GET_USER
  • ZOOM_GET_WHITEBOARD
  • ZOOM_GET_WHITEBOARD_EXPORT_STATUS
  • ZOOM_GET_WHITEBOARD_SESSION
  • ZOOM_GET_ZRA_CONVERSATION_COMMENTS
  • ZOOM_GET_ZRA_CONVERSATION_INTERACTIONS
  • ZOOM_GET_ZRA_CONVERSATION_SCORECARDS
  • ZOOM_GET_ZRA_DEAL_ACTIVITIES
  • ZOOM_IMPORT_WHITEBOARD
  • ZOOM_LIST_ALL_RECORDINGS
  • ZOOM_LIST_ARCHIVED_FILES
  • ZOOM_LIST_DEVICES
  • ZOOM_LIST_IQ_CONVERSATIONS
  • ZOOM_LIST_IQ_DEALS
  • ZOOM_LIST_MARKETPLACE_APP_CUSTOM_FIELDS
  • ZOOM_LIST_MEETINGS
  • ZOOM_LIST_MEETING_SUMMARY_TEMPLATES
  • ZOOM_LIST_PAST_MEETING_INSTANCES
  • ZOOM_LIST_PROJECT_COLLABORATORS
  • ZOOM_LIST_PROJECTS
  • ZOOM_LIST_USERS_COLLABORATION_DEVICES
  • ZOOM_LIST_USERS_SETTINGS
  • ZOOM_LIST_WEBINAR_PARTICIPANTS
  • ZOOM_LIST_WEBINAR_REGISTRANTS
  • ZOOM_LIST_WEBINARS
  • ZOOM_LIST_WHITEBOARDS
  • ZOOM_LIST_ZRA_CONVERSATIONS
  • ZOOM_LIST_ZRA_CRM_ACCOUNTS
  • ZOOM_LIST_ZRA_CRM_CONTACTS
  • ZOOM_LIST_ZRA_CRM_DEALS
  • ZOOM_LIST_ZRA_CRM_LEADS
  • ZOOM_LIST_ZRA_CRM_SETTINGS
  • ZOOM_LIST_ZRA_DEALS
  • ZOOM_LIST_ZRA_SCHEDULED
  • ZOOM_LIST_ZRA_SETTINGS_INDICATORS
  • ZOOM_LIST_ZRA_USER_CONVERSATION_PLAYLISTS
  • ZOOM_MOVE_WHITEBOARDS_TO_PROJECT
  • ZOOM_REMOVE_WHITEBOARD_CLASSIFICATION
  • ZOOM_REMOVE_WHITEBOARDS_FROM_PROJECT
  • ZOOM_SEARCH_COMPANY_CONTACTS
  • ZOOM_UPDATE_A_MEETING
  • ZOOM_UPDATE_CLASSIFICATION_LABEL
  • ZOOM_UPDATE_IQ_CONVERSATION_COMMENT
  • ZOOM_UPDATE_IQ_CONVERSATION_HOST
  • ZOOM_UPDATE_PROJECT
  • ZOOM_UPDATE_PROJECT_COLLABORATORS
  • ZOOM_UPDATE_WHITEBOARD_COLLABORATOR
  • ZOOM_UPDATE_WHITEBOARD_SHARE_SETTINGS
  • ZOOM_UPDATE_ZRA_CONVERSATION_COMMENT
  • ZOOM_UPDATE_ZRA_CONVERSATION_HOST
  • ZOOM_UPLOAD_WHITEBOARD_FILE
  • ZOOM_VALIDATE_MARKETPLACE_APP_MANIFEST

Build with Zoom

Open OverSkill, describe what you want to build, and reference Zoom in your prompt — the AI will wire up the integration automatically.