Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
/ zoom-bot-api Public archive

Please visit our new unsplash-chatbot sample app.

Notifications You must be signed in to change notification settings

zoom/zoom-bot-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPO IS DEPRECATED

Please visit our new Chatbot sample app.


zoom-bot-api

This is a sample app that uses your Zoom Bot created in the marketplace to to call Zoom's API.

Getting Started

Install

Clone the repo using git clone. git clone https://github.com/zoom/zoom-bot-api.git

Install the dependent node modules. npm install

Quick Start

In the config.js file, input your Marketplace clientID, clientSecret, and redirectUrl credentials.

        production:{	
        clientID : '',
        clientSecret : '',
        redirectUrl: ''
	      }
    };

Set your environment varaibles. export NODE_NEV=[environment name] (e.g. export NODE_NEV=production)

Start the node app depending on the corresponding api file. node sendBotMessage.js or node listChatChannels.js

For more Information about Zooms Bot and APIs

Documentation is available on the Zoom REST API for IM chat

Support

For any questions or issues, please visit our new Community Support Forum at https://devforum.zoom.us/

About

Please visit our new unsplash-chatbot sample app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published