@silverbirder/zoom-meeting-creator
Version:
zoom-meeting-creator is a Google Apps Script for creating zoom meetings.
20 lines (17 loc) • 1.44 kB
Markdown
[](https://opensource.org/licenses/MIT)
[](https://www.npmjs.com/package/@silverbirder/zoom-meeting-creator)
[](https://www.npmjs.com/package/@silverbirder/zoom-meeting-creator)
[](https://www.npmjs.com/package/@silverbirder/zoom-meeting-creator)
[](https://twitter.com/silver_birder)
# zoom-meeting-creator
## Description
zoom-meeting-creator is a Google Apps Script for creating zoom meetings.
## Usage
### Prepare
1. Get the Zoom API Key and Secret ([https://marketplace.zoom.us/docs/guides/build/jwt-app](https://marketplace.zoom.us/docs/guides/build/jwt-app))
1. (Optional) Get the Slack WebHook URL ([https://api.slack.com/messaging/webhooks](https://api.slack.com/messaging/webhooks))
### Console
1. Access the Your [Google Apps Script](https://script.google.com)
1. Add the this library. (ZoomMeetingCreator)
1. API ID is **MjAVS0gBC2JeafTyQ8s9bqHWuXGFJZPSs**
1. Use it like the [sample/index.js](https://github.com/Silver-birder/zoom-meeting-creator/blob/master/sample/index.js).