Skip to main content

Create a notification

All notifications created through the API will be of notification type API_NOTIFICATION, channel PUSH, and will not be associated to an entity. No other channels are supported. This will only have an effect for clients using an MX mobile application.

POST
/users/{user_guid}/notifications

Path Parameters

FieldRequiredType

user_guid

The unique identifier for a user, beginning with the prefix USR-.

Required
String

Query Parameters

FieldRequiredType

content

The information related to the notification.

Required
String

subject

The subject related to the notification.

Required
String
Loading...