This API is used to update post-email toggle values associated with the specified event and registration Request Type.
To call this API, the user has to pass query param with API URLs like eventurl, registration request type of user, and enum specified values and authentication key to authenticate the user.
Query Parameters
RegistrationRequestType - registration request types like ATTENDEE, SPEAKER, and EXHIBITOR.
Path Parameters
eventUrl- The Event URL is a unique identifier for your event. E.g., https://www.accelevents.com/events/demo. Here, "demo" is the event URL.
autoSendMail - Pass enum specified values like NOT_SELECET_NO, NOT_SELECET_YES, YES, NO. default enum is NOT_SELECET_NO.
Response
It will return a success message.
Authentication required - ✅
Role wise accessibility
Super Admin - ✅
Event Admin - ✅
Staff - ❌
Attendee - ❌
Exhibitor - ❌
Speaker - ❌
Modules
Display - ❌
Portal - ❌
Host - ✅
Here are the possible error messages that return if any condition fails or required data is missing for processing.
Error Code | Error Description |
---|---|
200 | OK |
201 | Created |
401 | Unauthorized |
403 | Not Event Host |
404 | No Event Found |