Package Information
Released: 4/2/2025
Downloads: 0 weekly / 8 monthly
Latest Version: 0.1.0
Author: irtazarab
Documentation
n8n-nodes-zoom
This package provides n8n nodes to connect with Zoom's API, allowing you to automate your workflows based on Zoom events.
Features
This node package includes:
- Zoom Trigger: A node that triggers workflows based on Zoom events like:
- Meeting created, updated, deleted, started, ended
- Meeting participant joined or left
- Webinar created, updated, started, ended
- Webinar participant joined or left
- Recording completed
Prerequisites
To use this node, you'll need:
- A Zoom account with developer privileges
- A Zoom App with OAuth credentials
- Proper scopes enabled for the Zoom App (meeting:read, meeting:write, webhook:read, webhook:write)
- A webhook verification token or signing secret from Zoom
Installation
In n8n Desktop/Self-hosted
- Go to Settings > Community Nodes
- Select Install
- Enter
@irtazarab/n8n-nodes-zoom
in Enter npm package name - Click Install
In n8n Cloud
To use custom nodes in n8n cloud:
- Create a workflow that contains the Zoom Trigger node
- Share this workflow with others in your organization
- When they open the workflow containing your custom node, they will be able to use it
Usage
- Add the "Zoom Trigger" node to your workflow
- Configure OAuth credentials (you'll need Client ID and Client Secret from your Zoom App)
- Select the event type to listen for
- Enter your webhook verification token or signing secret
- Choose the verification method (token or signing secret)
- Activate the workflow to create the webhook subscription in Zoom
- Now your workflow will automatically trigger whenever the selected Zoom event occurs
Resources
More information
Refer to our documentation on creating nodes for detailed information on building your own nodes.