ReturnedData
The details of a sent or resent notification.
Properties
to
stringRequiredThe 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.status
stringRequiredThe status of the sent notification. There are no restriction on the returned status.
data
Record<string, unknown>RequiredThe 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?