Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.2 KB

File metadata and controls

16 lines (13 loc) · 1.2 KB

StatusCallback

Properties

Name Type Description Notes
time \DateTime
event_time \DateTime Represents the time at which the message was read, for `message-read` callbacks. [optional]
type \Bandwidth\Model\StatusCallbackTypeEnum
to string The destination phone number the message was sent to. For status callbacks, this the the Bandwidth user's client phone number.
description string A detailed description of the event described by the callback.
message \Bandwidth\Model\StatusCallbackMessage
error_code int Optional error code, applicable only when type is `message-failed`. [optional]
carrier_name string The name of the Authorized Message Provider (AMP) that handled this message. In the US, this is the carrier that the message was sent to. This field is present only when this account feature has been enabled. [optional]

[Back to Model list] [Back to API list] [Back to README]