Email Notifications Settings For Staff

This API is used to return notifications setting for the staff of the event. This API can be accessed by event admin and super admin. We need to pass the authentication key to authenticate the user and email. This API is used on the manage team page. This API returns data like buyItNow, ticketing, weeklySales, participantQuestions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

if the API is executed successfully. Here is the description of response attributes, which returns to the form of JSON.

AttributeDescription
buyItNow

It contains buy it now notification information

moduleEnable: This flag is for showing modules on display on UI.
text: It contains text to display on UI. Such as alerts when buy it now items are purchased
enabled: It describes if custom notification is enabled or not.

ticketing

It contains ticketing module notification information.

moduleEnable: This flag is for showing modules on display on UI.
text: It contains text to display on UI. Such as order confirmations from my attendees
enabled: It describes if custom notification is enabled or not.

weeklySales

It contains ticketing weekly sales report email information.

moduleEnable: This flag is for showing modules on display on UI.
text: It contains text to display on UI. like Weekly Sales Report
enabled: It describes if custom notification is enabled or not.

participantQuestions

It contains contact and participant questions notification.

moduleEnable: This flag is for showing modules on display on UI.
text: It contains text to display on UI. Questions from attendees
enabled: It describes if custom notification is enabled or not.

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error codeError Description
4040002Staff detail not found.
Path Params
string
required

Email of the user. A valid email example is [email protected]

string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json