-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcivirules.json
32 lines (32 loc) · 956 Bytes
/
civirules.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"name": "zoom_create_webinar_from_event",
"label": "Create Zoom Webinar From Event",
"class_name": "CRM_CivirulesActions_Event_ZoomCreateWebinarFromEvent"
},
{
"name": "zoom_create_meeting_from_event",
"label": "Create Zoom Meeting From Event",
"class_name": "CRM_CivirulesActions_Event_ZoomCreateMeetingFromEvent"
},
{
"name": "zoom_delete_from_event",
"label": "Delete Zoom",
"class_name": "CRM_CivirulesActions_Event_ZoomDeleteFromEvent"
},
{
"name": "zoom_update_from_event",
"label": "Update Zoom",
"class_name": "CRM_CivirulesActions_Event_ZoomUpdateFromEvent"
},
{
"name": "zoom_add_participant",
"label": "Add Zoom Participant",
"class_name": "CRM_CivirulesActions_Participant_ZoomAddParticipant"
},
{
"name": "zoom_delete_participant",
"label": "Delete Zoom Participant",
"class_name": "CRM_CivirulesActions_Participant_ZoomDeleteParticipant"
}
]