v2
latestOpenAPI 3.0.22026-08-07295198367.7 KBAgent Dashboard - Notification Settings
Create Agent Notification Settings
post/agent-notification-settings
Request body
new_chat_request_emailboolean required
new_chat_request_pushboolean required
new_chat_assigned_to_me_emailboolean required
new_chat_assigned_to_me_pushboolean required
new_message_emailboolean required
new_message_pushboolean required
chat_marked_as_solved_by_visitor_emailboolean required
chat_marked_as_solved_by_visitor_pushboolean required
Response
Successful Response
idstring uuid
date_createdstring date-time
date_updatedstring date-time
agent_user_idstring uuid required
Foreign key to reference the user table.
new_chat_request_emailboolean
Boolean to indicate if an email notification is desired for new chat requests.
new_chat_request_pushboolean
Boolean to indicate if a push notification is desired for new chat requests.
new_chat_assigned_to_me_emailboolean
Boolean to indicate if an email notification is desired when a chat is assigned.
new_chat_assigned_to_me_pushboolean
Boolean to indicate if a push notification is desired when a chat is assigned.
new_message_emailboolean
Boolean to indicate if an email notification is desired for new messages.
new_message_pushboolean
Boolean to indicate if a push notification is desired for new messages.
chat_marked_as_solved_by_visitor_emailboolean
Boolean to indicate if an email notification is desired when a chat is marked as solved by a visitor.
chat_marked_as_solved_by_visitor_pushboolean
Boolean to indicate if a push notification is desired when a chat is marked as solved by a visitor.