This guide explains how to:
Integrate an Algo device with Zoom using OAuth
Verify the configuration by creating a test Zoom meeting
Use the OAuth profile to create a test Zoom meeting from an Algo 8450
Note
This document includes third-party configuration procedures that are subject to change. It is provided for reference purposes only, and Algo cannot guarantee that the screenshots or procedures will always be current or up to date.
Before you start
Ensure you have a Zoom account.
Procedure Overview
This procedure includes the following steps:
(Optional): Configuring an 8450 Button to Create a Meeting
Creating a Zoom Application
Create a Zoom application and obtain the required credentials for OAuth.
To create a Zoom application:
Sign in to the Zoom Marketplace.
Select Develop → Build App.
.png)
Accept the API License and Terms of Use.
Select General App, then select Create.
.png)
Copy the Client ID and Client Secret.
.png)
Enter your Algo device’s callback URL using this format:
https:///control/oauth-callback.lua.png)
Go to Scopes and select Add Scopes.
.png)
Enter
meeting:write:meetingto search the scope, then select Done..png)
Creating an OAuth Authorization Profile
Create an OAuth profile to store your Zoom authentication settings.
Ensure you have the following:
Client ID
Client Secret
To create Zoom OAuth Profile:
Log in to your device’s web interface using HTTPS.
HTTPS is required by Zoom OAuth process.
Go to the Advanced Settings → OAuth.
Set a Name for your OAuth profile.
Select ZOOM as the Provider Type.
Accept the following automatically populated values:
Grant Type: AUTH_CODE_PKCE
Token URL: https://zoom.us/oauth/token
Auth URL: https://zoom.us/oauth/authorize
Client Auth Mode: HTTP_BASIC
Scope Mode: SCOPES_LIST
Scope:
meeting:write:meetingPKCE Method: S256
Response Type: code
Configure the following:
Client ID: Enter your Zoom application’s Client ID.
Client Secret: Enter your Zoom application’s Client Secret.
PKCE Redirect URI: Set to
https://<ALGO_DEVICE_IP>/control/oauth-callback.luaNote
You must use HTTPS in the URI.
Replace <ALGO_DEVICE_IP> with your device IP.
Leave the following fields blank. These values are automatically populated during authorization.
PKCE Authorization Code
PKCE Code Verifier
PKCE Refresh Token
Note
Refresh tokens can expire or become invalid for several reasons, such as revoked app access, password changes, unused tokens, or admin policy restrictions. Refer to the OAuth provider’s documentation for more information. If a refresh token expires or becomes invalid, your automation stops working until OAuth access is reauthorized.
Select START AUTHORIZATION.
Upon successful authorization, the PKCE Authorization Code and PKCE Code Verifier fields are populated.
Select Create Profile.
Your profile appears under the OAuth Profiles list.
Creating a Test Meeting
You can create a test meeting to verify that the configuration is working correctly.
To create a Zoom meeting:
Log in to your device’s web interface using HTTPS.
HTTPS is required by Zoom OAuth process.
Go to the Advanced Settings → OAuth.
Select your ZOOM profile from the Test OAuth Profile dropdown list.
Select ZOOM as the Provider Type Template.
Edit the Data Payload.
{ "topic": "OAuth Test Meeting", "type": 2, "start_time": "2026-03-02T10:00:00Z", "duration": 30, "timezone": "UTC" }Select RUN OAuth Test.
Upon success:
The meeting appears on your Zoom Calendar
A successful response is displayed.
.png)
Configuring an 8450 Button to Create a Meeting
You can configure a button on the Algo 8450 to create a Zoom meeting using an existing OAuth profile.
.png)
To configure a 8450 button to create a Zoom meeting:
Create a button on a 8450 screen.
Set the Button Status to Enabled.
Configure the following:
Text: Enter the button display text.
Action: Set to Send API Request.
Number of API Requests: Set to 1.
Request 1 - Command: Set to Other.
Request 1 - Method: Set to POST.
Request 1 - Custom Path: Set to
v2/users/me/meetingsRequest 1 - Targets: Set to
api.zoom.usRequest 1 - OAuth Profile: Select your Zoom profile.
Request 1 - Headers: Set to Custom Headers.
Request 1 - Custom Headers: Set to
Content-Type: application/json; charset=utf-8Request 1 - Data Payload: You can use the default payload.
{ "topic": "Emergency Meeting", "type": 2, "start_time": "2026-03-15T10:00:00Z", "duration": 30, "timezone": "UTC" }
Select Save.
Press the button and verify that the meeting is created to the Zoom calendar.
Troubleshooting
I get a 502 error when I run the OAuth Test
You may be logged out of your Algo device’s web interface. Log in again and retry.
After I run the “Start Authorization” again, my OAuth Test fails
Each time you run Start Authorization again, select Update Profile to save the new credentials before running the test.
.png)
My OAuth profile stops working.
An OAuth profile can stop working if the OAuth provider rejects or invalidates the access or refresh token. Refer to the OAuth provider’s documentation for more information. If this occurs, the OAuth profile must be reauthorized.