SystemNotifications
Create SystemNotification
Create a new SystemNotification record.
POST
Create SystemNotification
A SystemNotification represents a platform-level notification displayed to administrators, such as billing alerts, integration issues, or system announcements. Notifications have a severity level and message type.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the SystemNotification-Create role.Enums
eSystemNotificationSeverity — Severity values
eSystemNotificationSeverity — Severity values
eSystemNotificationMessageType — MessageType values
eSystemNotificationMessageType — MessageType values
Request Body
Required Fields
string
required
The title value for this system notification.
integer
required
The severity value for this system notification.
string
required
Date/time value for start time.
string
required
The short description value for this system notification.
string
required
Free-text description of this system notification.
integer
required
The message type value for this system notification.
Optional Fields
string
Date/time value for publish on.
string
Date/time value for un publish on.
string
The resolution description value for this system notification.
boolean
Whether resolved is enabled.
string
Date/time value for resolved on.
boolean
Whether display to admins is enabled.
string
The display to setting integrations value for this system notification.
string
The display to setting general value for this system notification.
string
The display to portal version value for this system notification.
boolean
Whether has button is enabled.
string
The button label value for this system notification.
string
The button url value for this system notification.
Code Examples
Response
200
integer
HTTP status code.
200 on success.string
A human-readable message confirming the creation.
object
Contains the
Id of the newly created record.boolean
true if the systemnotification was created successfully.array
null on success.Example Response
400
string
A summary of the validation error(s), in the format
PropertyName: error message.any
null on validation failure.object[]
Array of validation errors.
boolean
false when the request fails validation.Example Response
Create SystemNotification