put https://api.accelevents.com/rest/host/event//virtual-event-settings//changeSpeakerInviteMail/
This API is used to configure settings for whether to send email invitations to speakers before the session starts.
You need to identify the virtual event setting id for which you want to update this setting and send it as an id
path parameter. You also have to send isSpeakerInviteEnable
as true
/ false
to switch settings.
If isSpeakerInviteEnable
is true
only then emails will be sent to speakers before any session starts.
This API can be used by authenticated users only and it will require super admin/admin/staff level access.