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
| Value | Name |
|---|---|
| 1 | Low |
| 2 | Medium |
| 3 | High |
eSystemNotificationMessageType — MessageType values
eSystemNotificationMessageType — MessageType values
| Value | Name |
|---|---|
| 1 | Issue |
| 2 | Announcement |
Request Body
Required Fields
The title value for this system notification.
The severity value for this system notification.
Date/time value for start time.
The short description value for this system notification.
Free-text description of this system notification.
The message type value for this system notification.
Optional Fields
Date/time value for publish on.
Date/time value for un publish on.
The resolution description value for this system notification.
Whether resolved is enabled.
Date/time value for resolved on.
Whether display to admins is enabled.
The display to setting integrations value for this system notification.
The display to setting general value for this system notification.
The display to portal version value for this system notification.
Whether has button is enabled.
The button label value for this system notification.
The button url value for this system notification.
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the creation.
Contains the
Id of the newly created record.true if the systemnotification was created successfully.null on success.Example Response
400
A summary of the validation error(s), in the format
PropertyName: error message.null on validation failure.Array of validation errors.
false when the request fails validation.Example Response
Create SystemNotification