Notification
A notification is an alert sent, typically to customers, using the installed Notification Provider as a reaction to internal events such as order.placed. Notifications can be resent.
Properties
created_atDateRequiredThe date with timezone at which the resource was created.
The details of the customer that this notification was sent to.
customer_idnull | stringRequiredThe ID of the customer that this notification was sent to.
dataRecord<string, unknown>RequiredThe data that the Notification was sent with. This contains all the data necessary for the Notification Provider to initiate a resend.
event_namestringRequiredThe name of the event that the notification was sent for.
idstringRequiredThe notification's ID
parent_idstringRequiredThe notification's parent ID
The details of the parent notification.
The notification provider used to send the notification.
provider_idstringRequiredThe ID of the notification provider used to send the notification.
The details of all resends of the notification.
resource_idstringRequiredThe ID of the resource that the Notification refers to.
resource_typestringRequiredThe type of resource that the Notification refers to.
tostringRequiredThe address that the Notification was sent to. This will usually be an email address, but can represent other addresses such as a chat bot user ID.
updated_atDateRequiredThe date with timezone at which the resource was updated.
Was this section helpful?