Zoom

Zoom

Certified

Zoom plugin for Kestra

Send notifications and messages to Zoom Team Chat channels or users directly from your Kestra workflows.

How to use the Zoom plugin

Send messages to Zoom Team Chat channels or users via the Zoom Chat API.

Authentication

Create a Server-to-Server OAuth app in the Zoom App Marketplace to get an accountId, clientId, and clientSecret. Store clientSecret in a secret.

Tasks

SendMessage sends a message as a step within a flow. The required userId identifies the Zoom user associated with the chat. Set either channel (to post to a channel) or toContact (to message a specific user by email), but not both. The optional baseUrl property can be used to override the default Zoom API base URL.