Zoom connector
Back to the connector overview, authentication methods, and actions.
16 Sept 2026
data-syncAdded scheduled data sync to the users, groups, roles, and organizations list actions (native and unified IAM) so these collections can be kept in sync and read back without calling Zoom on every request. Each refreshes in full on every run, since Zoom exposes no updated-since filter for these endpoints.Changed · 6 actions updated
Changed · 6 actions updated
zoom_list_groups, zoom_list_users, zoom_unified_list_groups, zoom_unified_list_organizations, zoom_unified_list_roles, zoom_unified_list_users27 Aug 2026
improvement bug-fixFixed the webhook setup handshake failing, corrected a misleading description on the user list action, and documented the payload each of the 39 webhook events delivers.Changed · 8 actions updated
Changed · 8 actions updated
zoom_unified_get_group, zoom_unified_get_me, zoom_unified_get_user, zoom_unified_list_groups, zoom_unified_list_organizations, zoom_unified_list_resource_users, zoom_unified_list_roles, zoom_unified_list_users30 Jul 2026
bug-fixFixed IAM unified actions — collapsed a duplicate field-mapping source on unified_get_me, removed composite-id encoding from the raw auth_test debug action, corrected resource_id composite-decode documentation, moved organization-lookup fetches off the auth-probe path, and cleaned up enum expressions and stale citations.Changed · 8 actions updated
Changed · 8 actions updated
zoom_auth_test, zoom_unified_get_group, zoom_unified_get_me, zoom_unified_get_role, zoom_unified_get_user, zoom_unified_list_groups, zoom_unified_list_resource_users, zoom_unified_list_roles13 Jul 2026
new-actions webhooksAdded native webhook events support — 38 event handlers across meetings, webinars, cloud recordings, and users, with endpoint URL validation and a webhook setup guide.13 Jul 2026
new-actionsAdded unified IAM actions for users, groups, organizations, roles, resource users, and credentials.