Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.68 KB

File metadata and controls

20 lines (19 loc) · 1.68 KB

Notification

Properties

Name Type Description Notes
id String The notification's ID
eventName String The name of the event that the notification was sent for.
resourceType String The type of resource that the Notification refers to.
resourceId String The ID of the resource that the Notification refers to.
customerId String The ID of the Customer that the Notification was sent to.
customer Customer [optional]
to String The address that the Notification was sent to. This will usually be an email address, but represent other addresses such as a chat bot user id
data Object The data that the Notification was sent with. This contains all the data necessary for the Notification Provider to initiate a resend.
parentId String The notification's parent ID
parentNotification Object Available if the relation `parent_notification` is expanded. [optional]
resends List<Object> The resends that have been completed after the original Notification. Available if the relation `resends` is expanded. [optional]
providerId String The id of the Notification Provider that handles the Notification.
provider NotificationProvider [optional]
createdAt OffsetDateTime The date with timezone at which the resource was created.
updatedAt OffsetDateTime The date with timezone at which the resource was updated.