Zoom
Automatically add contacts to Zoom meetings and webinars using event-driven rules.
The Zoom integration allows Meshes to automatically register contacts for Zoom meetings and webinars based on events that occur in your workspace.
Once connected, Zoom becomes available as an action target in your rules. When a matching event is triggered, Meshes will add the contact as a registrant to the selected meeting or webinar.
Supported Actions
The Zoom integration supports the following actions:
- Add Meeting Registrant Registers a contact for a specific Zoom meeting.
- Add Webinar Registrant Registers a contact for a specific Zoom webinar.
Step 1: Create a Zoom Connection
To get started, you must first create a Zoom connection.

- Navigate to your workspace and open Connections
- Click New Connection
- Enter a name for the connection (for example,
Zoom) - Select Zoom as the connection type
- Click Connect to Zoom
You will be redirected to Zoom to authorize the Meshes app. After authorization is complete, Zoom will redirect you back to Meshes and the connection will be available for use in rules.
Step 2: Create a Rule
Once the Zoom connection is created, you can define rules that determine when contacts are added to meetings or webinars.

- Open the Rules tab for your workspace
- Click New Rule
- Select the Event Type that will trigger the rule (for example,
Contact Created) - Choose the Resource Type that applies to the event
- Select your Zoom connection
- Choose an action:
- Add Meeting Registrant
- Add Webinar Registrant
- Select the Zoom meeting or webinar to register contacts for
- Click Create Rule
Once saved, the rule becomes active immediately.
Step 3: Send a Test Event

Meshes allows you to test rules or run one-off integrations using the Send Test Event feature.
- Open the rule you want to test
- Click Send Test Event
- Provide a JSON payload that includes a valid
emailfield - Click Send Event
Example payload:
{
"email": "test@example.com",
"first_name": "Test",
"last_name": "User"
}
This will trigger the rule immediately and attempt to register the contact with Zoom.
Step 4: Review Event Results
After an event is processed, you can view detailed execution results.
- Navigate to the Events tab
- Select the event you want to review
- View the event status and any rules that were processed
The event details page shows:
- Event status (Completed or Failed)
- Which rules were triggered
- The Zoom action performed
- Execution attempts and timestamps
This makes it easy to verify successful registrations or troubleshoot issues.
Notes
- Zoom meetings and webinars are loaded dynamically based on the connected Zoom account.
- Only events with a valid email field can be registered as Zoom participants.