PowerPlatformConnectors/independent-publisher-conne.../Zoom Meetings
Akuthota Deekshith 25d7412570
Zoom Meetings (Independent Publisher) (Student) (#1143)
* Adding Zoom Meetings to the independent-publisher-connectors folder

* Update readme.md

Added Readme.md File

* Update apiProperties.json

Added StackOwner

* Added Obtaining Credentials Section

* Added Response Schema

* Updated stackOwner

* Added Schema and Metadata 

Updated the entire File. Request schema for Create Meeting is done.

* Few Descriptions Updated 

participant_video pre_schedule

* Added Dynamic Request URL

* Added metadata 

Also Updated participant_video Description

* Added x-ms-summary

Also Removed Extra space in the URL

* Removed all title and Fixed enum

* Fixed Errors related to default respose

* Added x-ms-url-encoding

* Added consumes

* Added meeting:master

* Made Changes to Documentation 

Fixed Redirect URI Error

* Fixes Invalid Scope 

Scopes must be Match.
2021-12-20 16:56:25 -08:00
..
apiDefinition.swagger.json Zoom Meetings (Independent Publisher) (Student) (#1143) 2021-12-20 16:56:25 -08:00
apiProperties.json Zoom Meetings (Independent Publisher) (Student) (#1143) 2021-12-20 16:56:25 -08:00
readme.md Zoom Meetings (Independent Publisher) (Student) (#1143) 2021-12-20 16:56:25 -08:00

readme.md

Zoom Connector

Zoom is widely used for Virtual Meetings. Using this Connector you can Create Meetings, Get Meetings and Fetch Meeting Details (Individually). In some scenarios we want to perform certain actions Ex: Add Meetings into Excel. For this process Zoom Meetings Connector will gets the work done.

Prerequisites

You will need the following to proceed:

  • A Microsoft Power Apps or Power Automate plan with custom connector feature
  • A Zoom Account

Supported Operations

Currently there are three actions:

  • Create Meeting : This Action will help to create Meeting with few inputs required for the Meeting. You will get a Response which contains all the Meeting Details Ex: Meeting URL, Meeting ID
  • Get Meetings : This Action will get the Meetings that you have in Zoom Platform. The Response you will get will contain all the Meeting details for every Meeting that you created.
  • Meeting Details : This Action will help the get the details for a specific Meeting. The Response will contain all the Meeting details that you requested.

The API Documentation

This is the official documentation for Zoom API: https://marketplace.zoom.us/docs/api-reference/introduction

Building a Connector

Creating App:

  • Go to Zoom Developer Portal https://marketplace.zoom.us/.
  • Sign In with your Account.
  • Then to Develop Tab and Build App.
  • Choose App as OAuth to create.
  • Enter Name and select Account-level app. Turn off the toggle of publishing your app.

Getting Credentials:

Known Issues and Limitations

No issues and limitations are known at this time