Hi Community,
I'm trying to built a flow to schedule Zoom Meeting automatically upon receiving MS Form response.
Based on Zoom's requirement, I've already built OAuth 2.0 (JWT will be deprecated by June 2023) using Zoom Marketplace and the following information is ready to be used:
- Client ID
- Client Secret
- Secret Token
- Verification Token
I'm not sure how I can be using this HTTP action to fulfill the API calling from Zoom.

I was thinking the flow to do something like this:
- Get form response
- Use email address and do a GET to identify the user account in Zoom
- Do a POST with the information to schedule a meeting over in Zoom
- GET the generated meeting details back to Power Automate and see email out to user
Thank you all in advance!
BR,
hongdet