Zoom

Available Zoom triggers for automating workflows

Zoom provides 6 triggers for automating workflows based on events.

Triggers

Zoom Meeting Ended

Trigger workflow when a Zoom meeting ends

Configuration

ParameterTypeRequiredDescription
secretTokenstringYesFound in your Zoom app

Output

ParameterTypeDescription
eventstringThe webhook event type (e.g., meeting.started)
event_tsnumberUnix timestamp in milliseconds when the event occurred
payloadobjectpayload output from the tool
account_idstringZoom account ID
objectobjectMeeting details (shape aligns with Zoom Meetings webhook object fields)

Zoom Meeting Started

Trigger workflow when a Zoom meeting starts

Configuration

ParameterTypeRequiredDescription
secretTokenstringYesFound in your Zoom app

Output

ParameterTypeDescription
eventstringThe webhook event type (e.g., meeting.started)
event_tsnumberUnix timestamp in milliseconds when the event occurred
payloadobjectpayload output from the tool
account_idstringZoom account ID
objectobjectMeeting details (shape aligns with Zoom Meetings webhook object fields)

Zoom Participant Joined

Trigger workflow when a participant joins a Zoom meeting

Configuration

ParameterTypeRequiredDescription
secretTokenstringYesFound in your Zoom app

Output

ParameterTypeDescription
eventstringThe webhook event type (e.g., meeting.participant_joined)
event_tsnumberUnix timestamp in milliseconds when the event occurred
payloadobjectpayload output from the tool
account_idstringZoom account ID
objectobjectMeeting and participant details

Zoom Participant Left

Trigger workflow when a participant leaves a Zoom meeting

Configuration

ParameterTypeRequiredDescription
secretTokenstringYesFound in your Zoom app

Output

ParameterTypeDescription
eventstringThe webhook event type (e.g., meeting.participant_joined)
event_tsnumberUnix timestamp in milliseconds when the event occurred
payloadobjectpayload output from the tool
account_idstringZoom account ID
objectobjectMeeting and participant details

Zoom Recording Completed

Trigger workflow when a Zoom cloud recording is completed

Configuration

ParameterTypeRequiredDescription
secretTokenstringYesFound in your Zoom app

Output

ParameterTypeDescription
eventstringThe webhook event type (recording.completed)
event_tsnumberUnix timestamp in milliseconds when the event occurred
payloadobjectpayload output from the tool
account_idstringZoom account ID
objectobjectCloud recording details (aligns with Zoom cloud recording objects)

Zoom Webhook (All Events)

Trigger workflow on any Zoom webhook event

Configuration

ParameterTypeRequiredDescription
secretTokenstringYesFound in your Zoom app

Output

ParameterTypeDescription
eventstringThe webhook event type (e.g., meeting.started, recording.completed)
event_tsnumberUnix timestamp in milliseconds when the event occurred
payloadjsonComplete webhook payload (structure varies by event type)

On this page