Zoom
Steps to Setup bot on Zoom
Open https://marketplace.zoom.us/develop/create (you need to signed in)
Click Create on the Chatbot.
Name your app and click Create.
Upload a logo. The logo should be in JP(E)G/PNG format. The file size cannot exceed 1 MB. The logo minimum width and height is 160px and cannot exceed 400px.
Set the Redirect URL for OAuth to https://<chatbot-url>/zoom/authorize. Use the same URL for Production. You can change it later.
Set the Allowlist (Whitelist) URLs: https://<chatbot-url> https://<admin-ui-url>.
Click Continue to set up Basic Information. Required fields:
App Name
Short Description
Long Description
Category
Company Name
Developer Name
Developer Email
Links
Privacy - https://aisera.com/privacy-policy/
Support - https://aisera.com/
Click “Continue” to set up Features.
Set Bot endpoint URL (development & production) to https://<chatbot-url>/zoom/receive
Click ‘Save’ - You should see Verification Token & Bot JID
Click ‘Continue’ to set up Scopes.
Click on ‘Add Scopes’ > User > View all user information (* needed to fetch user’s email)
Click “Done”
Steps to Install/Setup on Aisera
Login to AISM UI using provided credentials, e.g. login.XXX.aisera.com
Select "Channels" from drop down
Click on the ‘+ New Channel’ button and and select ‘Zoom Chat’
Click ‘Next’ to set up general parameters
Name
Description
Channel Name
Zoom Client Id
From step 5
Zoom Client Secret
From step 5
Zoom Bot JID
From step 8
Zoom Verification Token
From step 8
Click OK to complete the process. You will be redirected back to Aisera’s admin dashboard and you should see a success message
Navigate to “Aisera Apps” and click on the app you want to attach to the channel to
Click on ‘Add Channel’ and select your zoom channel.
Click OK to confirm your selection.
Set environment variables on cluster (This will change later on and will not be needed)
ZOOM_BOT_JID --> Step8
ZOOM_ACCOUNT_ID --> ? Get it from a message request
Go back to Zoom’s Marketplace App Setup and select ‘Local Test’
Click on ‘Install’ to test the app locally
In order to share the app go to ‘Submit’ and generate a Publishable URL.
Last updated