/messages/unread
Lists all unread messages. Messages marked as read will not be returned.
Authorization
Request Parameters
Responses
Unique ID of the message
Generic event name key. Can be used to classify the message origin based on the triggering event.
Unique ID of the user event triggering the message
Placement value allows ordering messages based on their importance. Values are descending in importance.
Message will persist as unread and cannot be dismissed. Marking a message as read with this property will fail.
Indicates the client app should automatically mark the message as read when interacted with. Client apps should update this property manually.
Indicates the message has been read or dismissed by the user. Client apps should update this property manually.
Indicates the message has been interacted with by either tapping a link or dismissing. Client apps should update this property manually.
Message types of the message. Indicates the locations in the app the message should be rendered or how the message should be consumed.
Title of the message
Indicates the content type of the message and how it should be rendered
html- The content is an HTML payload and should be rendered in a web viewimage- The content contains an image. Image should be fetched and rendered from the URLtext- The content contains text only and possibly an icon. Usedesign_typeto determine how to render the contentvideo- The content contains a video. Video should be streamed from the URL provided
This attribute can be used to provide any extra data that the client app might need. Read only.