Skip to main content
Skip to main content

ReturnedData

The details of a sent or resent notification.

Properties

tostringRequired
The receiver of the Notification. For example, if you sent an email to the customer then to is the email address of the customer. In other cases, it might be a phone number or a username.
statusstringRequired
The status of the sent notification. There are no restriction on the returned status.
dataRecord<string, unknown>Required
The data used to send the Notification. For example, if you sent an order confirmation email to the customer, then the data object might include the order items or the subject of the email. This data is necessary if the notification is resent later as you can use the same data.
Was this section helpful?