Can we make the Zoom Node work with ZoomGov created applications? I am encountering errors when trying to connect with the zoom credential setup:
https://zoom.us/oauth/signin?[REMOVED]
{“status”:false,“errorCode”:4702,“errorMessage”:“Invalid client_id: [REMOVED]”,“result”:null}
Otherwise, what is the workaround for ZoomGov created applications
From what I can see here: https://devforum.zoom.us/t/zoom-government-oauth-endpoint-and-api-endpoint/82201/ the API endpoints are slightly different, even though the APIs structures are essentially the same.
In that case you would have to make custom HTTP Requests. And maybe setting up custom credentials. Have you done that before?
Custom credentials
n8n has a series of “generic” credential types like Header Auth, OAuth, Basic Auth…
Documentation here
Screenshot examples:
Custom HTTP Request
Documentation here
system
Closed
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.