Amelia provides several Zoom-specific hooks that let you modify Zoom meeting data or execute custom code during meeting creation, updates, deletion, or user retrieval. These hooks allow you to extend Zoom workflows without modifying Amelia’s core files, so your custom logic remains safe during updates.
Please note
Hooks require PHP knowledge, and support can offer advice but cannot write or debug custom code.
What hooks run before a Zoom meeting is created?
amelia_before_zoom_meeting_created_filter
Type: filter
Use this filter to modify Zoom meeting data before Amelia creates the meeting.