# Overview
# Entry notification
Attribute | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type | string | Message type. For notification messages value should be "Notification" . | ||||||||||||
trigger | string | Event triggering then Notification. In case of Ledger Entries it can be "ledger.entry.added"', "ledger.entry.updated", or "ledger.entry"deleted"`. | ||||||||||||
message | string | UUID of the notification message. | ||||||||||||
twin | string | UUID of the Twin. | ||||||||||||
event | dictionary | List of Entries where an Entry update triggered the notification with details of the Entry update in form of key-value pairs.
| ||||||||||||
sent_ts | timestamp | Time at which the message was sent. Measured in seconds (to three decimal places) that have elapsed since the Unix epoch(opens new window). | ||||||||||||
subscription | dictionary | Subscription details.
| ||||||||||||
hash | string | Message hash. Please see the Hash verification section for more details. |
# Sticker notification
Attribute | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type | string | Message type. For notification messages value should be "Notification" . | ||||||||||||
trigger | string | Event triggering then Notification. In case of Stickers it can be "sticker.put"', "sticker.removed"', or "sticker.expired" . | ||||||||||||
message | string | UUID of the notification message. | ||||||||||||
twin | string | UUID of the Twin. | ||||||||||||
event | dictionary | Sticker details.
| ||||||||||||
sent_ts | timestamp | Time at which the message was sent. Measured in seconds (to three decimal places) that have elapsed since the Unix epoch(opens new window). | ||||||||||||
subscription | dictionary | Subscription details.
| ||||||||||||
hash | string | Message hash. Please see the Hash verification section for more details. |
Was this article helpful?