Zoom Marketplace Connector #72290
Unanswered
dcasalini
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Working with the Zoom Marketplace Connector, I'm getting the following error when trying to extract the report webinar participants stream:
“{“code”:3001,“message”:“Meeting does not exist: {webinar uuid redacted}.”}”
Based on the api logs, the airbyte connector is using the webinar uuid instead of webinar id when calling the participants report request. This is creating the error seen.
That webinar uuid works when calling the https://api.zoom.us/v2/webinars/ endpoint, however when calling the webinar participants report endpoint, the webinar id is needed instead (not uuid), and the request url is: https://api.zoom.us/v2/report/webinars/{webinarId}/participants
Is this something that can be adjusted?
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions