How to activate this option thorugh the Web API

How to activate " Send an email to host when someone registers" option through the Web API

This setting does not work

        'settings' => [
            'host_video' => false,
            'participant_video' => false,
            'waiting_room' => true,
            'host_video' => false,
            'participant_video' => false,
            'waiting_room' => true,
            'audio' => 'voip', //Computer Audio Only
            'join_before_host' => false,
            'mute_upon_entry' => true,
            'approval_type' => 1, //Manually Approved
            'registration_type' => 3, //  Attendees need to register for each occurrence to attend.
            'registrants_confirmation_email' => true,
            'registrants_email_notification' => true,
            'allow_multiple_devices' => false, //Attendees will not be allowed to join a meeting from multiple devices.
            'show_share_button' => false,
        ]

Hey @sameera,

Can you please share what API you are using? :slight_smile:

Thanks,
Tommy

ZOOM Pro Package API

Hey @sameera,

Can you confirm which of the following APIs you are using:

Create Meeting
Update a Meeting

Create Webinar
Update Webinar

Thanks,
Tommy

Create Meeting
Update a Meeting

Hey @sameera,

When reviewing the documentation for the Create Meeting API, it looks like the registrants_email_notification property will allow you to send email notifications to registrants. If you’re having issues using this property, please provide your meeting ID and we’ll look into it further.

image

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.