feat(zoom): zoom connector [needs testing]#1012
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 11e615b | May 27 2026, 02:30 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 11e615b | Commit Preview URL Branch Preview URL |
May 27 2026, 02:30 AM |
|
Claude finished @sreedharsreeram's task in 1m 46s —— View job Reviewed PR #1012: feat(zoom): zoom connector
Review Summary
The PR correctly adds Zoom as a new connector option, following the established patterns for other connectors (Google Drive, Notion, OneDrive). The changes include:
The optional |
There was a problem hiding this comment.
Overview: Adds Zoom as a new connector option in the web UI, wiring it into the add-document dropdown and settings page.
Issues found: None — this looks good to ship.
The changes follow the existing patterns for other connectors (Google Drive, Notion, OneDrive):
- Zoom added to
ConnectorProvidertype andCONNECTORSconfig in both connection components - Provider added to API schema with correct enum updates
- Display name and import provider type added to sync-utils
- Icon component added using embedded base64 PNG
The authLink and expiresIn fields were made optional in the API schema, which is properly handled — the frontend already uses optional chaining (data?.authLink) before redirecting.
Score: 9/10
Minor note: The title says "[needs testing]" which is appropriate. Ensure the backend Zoom connection handler is in place and returns the expected response format before merging.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
No description provided.