# Notifications ## Send a Validation Message - [POST /notification.send](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/notifications/post-notification.send.md): Sends a validation message (e.g., api.throwException, api.redAlert, etc.) from the validation of calculation logics in CLIC documents (Quotes, Agreements & Promotions (Contracts), Rebate Agreements, Compensation Plans) to the Notification Center (Notification API). See the App Notifications article for more details. ## List Notifications - [POST /notification.list](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/notifications/post-notification.list.md): Retrieves all notifications. A filter can be applied. See the App Notifications article for more details. ## Mark as Read - [POST /notification.setread](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/notifications/post-notification.setread.md): Sets the specifed notification as as read. See the App Notifications article for more details. ## Delete a Notification - [POST /notification.delete](https://api.pricefx.com/openapi/reference/pricefx-server_openapi/notifications/post-notification.delete.md): Deletes a specified notification. See the App Notifications article for more details.