Skip to content

Commit 1c15918

Browse files
committed
fix(triggers): add missing id fields to Zoom trigger entries in integrations.json
1 parent 6e6aa21 commit 1c15918

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/sim/app/(landing)/integrations/data/integrations.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12888,26 +12888,32 @@
1288812888
"operationCount": 10,
1288912889
"triggers": [
1289012890
{
12891+
"id": "zoom_meeting_started",
1289112892
"name": "Meeting Started",
1289212893
"description": "Triggered when a Zoom meeting starts"
1289312894
},
1289412895
{
12896+
"id": "zoom_meeting_ended",
1289512897
"name": "Meeting Ended",
1289612898
"description": "Triggered when a Zoom meeting ends"
1289712899
},
1289812900
{
12901+
"id": "zoom_participant_joined",
1289912902
"name": "Participant Joined",
1290012903
"description": "Triggered when a participant joins a Zoom meeting"
1290112904
},
1290212905
{
12906+
"id": "zoom_participant_left",
1290312907
"name": "Participant Left",
1290412908
"description": "Triggered when a participant leaves a Zoom meeting"
1290512909
},
1290612910
{
12911+
"id": "zoom_recording_completed",
1290712912
"name": "Recording Completed",
1290812913
"description": "Triggered when a Zoom cloud recording is completed"
1290912914
},
1291012915
{
12916+
"id": "zoom_webhook",
1291112917
"name": "Generic Webhook",
1291212918
"description": "Triggered on any Zoom webhook event"
1291312919
}

0 commit comments

Comments
 (0)