Zoom Chat Access Requirements
You will need to configure two Zoom Apps to set up Zoom Chat with Moveworks.
Both can be created at https://marketplace.zoom.us/develop/create.
Make sure your Zoom Account Admin has enabled the creation of Zoom Server-to-server Apps.
Summary
The Zoom Server-to-Server App will be used to create and update your organization’s user roster.
From the setup you will need to provide your Moveworks Customer Support team with:
Account ID
Client ID
Client Secret
The Zoom Chatbot App will be added as a bot to your Zoom instance’s chat and is what users will be able to interact with.
From the setup you will need to provide your Moveworks Customer Support team with:
Prod Client ID
Prod Client Secret
Prod Bot JID
Secret Token
Auth Code
- This will be done with your Moveworks Customer Support team at the end.
Zoom App Development Homepage: https://marketplace.zoom.us/develop/create
Server-to-Server App
-
Navigate to Server-to-Server OAuth and click Create.
-
After naming your app you will be brought to this page, make sure to save your
Account ID
,Client ID
, andClient Secret
. Your Moveworks Customer Support team will need this information to authenticate the Server-to-Server App. -
It’s required to fill out the
Company Name
,Name
, andEmail Address
fields. -
Add the
user:read:list_users:admin
scope. -
Click Activate on your App.
Chatbot App
- Navigate to Chatbot and click Create.
- Provide
https://oauth.pstmn.io/v1/callback
as the Redirect URL for Oauth. We won’t need to use this but it is a requirement.
Be sure to provide yourProd Client ID
, &Prod Client Secret
to your Moveworks Customer Success team.
- Be sure to whitelist the Moveworks domain:
https://app.moveworks.ai/
- Brand your bot
- Setup our
Bot endpoint URL
to[https://app.moveworks.ai/{bot_jid}/zoom/events]
You may have to use the
https://oauth.pstmn.io/v1/callback
for Zoom to generate the Bot JIDs first.
- Be sure to provide your
Bot JID [Production]
&Secret Token
to your Moveworks Customer Success team.
- Add the
imchat:bot
anduser:read:list_users:admin
scope.
The next part of the process will be done with your Moveworks Customer Success team.
Updated 2 months ago