Send a custom notification to specific people. ResponseData is true when the notification was sent. Any failure answers with a bare status code and an empty body.
This page documents POST /api/notifications, which notifies a list of user IDs. To notify everyone matching a persona, everyone holding a site role, or every member of a space, or to send the same message as an email, a wall post, a Slack message, or a Microsoft Teams message, use REST API: Add Custom Notification, which documents POST /api/notifications/custom.
POST /api/notifications
POST /api/notifications/custom
Authorization
Bearer YOUR_TOKEN
Content-Type
application/json
ToUserIDCSV
ActionText
URL
IsCustom
Authorization: Bearer YOUR_TOKEN Content-Type: application/json
https://your-site.com/api/notifications
{ "IsCustom": true, "URL": "https://your-site.com/myaccount", "ActionText": "Hey guys, please take a look at the My Account page.", "ToUserIDCSV": "5,10,23,45,56,67,78" }
{ "IsError": false, "ResponseMessage": "", "ResponseData": true }
HTTP 500 with an empty body
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/35628/rest-api-send-custom-notification
Your session has expired. You are being logged out.