Skip to main content

InboxMessageSummary

Summary of an inbox message after a mark operation.

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
messageIdstringOptionalIdentifier of the inbox message represented by this summary.
channelstringOptionalDelivery channel reported for this inbox message.
readbooleanOptionalWhether the inbox message has been marked read.
seenbooleanOptionalWhether the inbox message has been marked seen.
archivedbooleanOptionalWhether this inbox message is archived.
contentstringOptionalRendered notification content.
subjectstringOptionalSubject text for the notification message.
statusstringOptionalStatus reported by the notification provider.
createdAtstringOptionalTime when this record was created.
lastReadDatestringOptionalMost recent timestamp recorded for reading inbox messages.
lastSeenDatestringOptionalMost recent timestamp recorded for seeing inbox messages.

Where used​

ReferenceRelationship
Mark a single inbox messagePOST /api/v1/notifications/mark-inbox-message

Download the public reference contract.

Document: DOC-API-MODEL-inbox-message-summary.