Please visit our new Chatbot sample app.
This is a sample app that uses your Zoom Bot created in the marketplace to to call Zoom's API.
Clone the repo using git clone.
git clone https://github.com/zoom/zoom-bot-api.git
Install the dependent node modules.
npm install
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.jsornode listChatChannels.js
Documentation is available on the Zoom REST API for IM chat
For any questions or issues, please visit our new Community Support Forum at https://devforum.zoom.us/