Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 1004 Bytes

File metadata and controls

19 lines (9 loc) · 1004 Bytes

StatusCallbackTypeEnum

The possible status callbacks when sending an MT SMS or MMS or RBM message: - message-sending indicates that Bandwidth is sending the message to the upstream provider. - message-sent indicates that the message has left the Bandwidth network and is in transit to the provider. - message-delivered indicates that the message was successfully delivered to handset. - message-failed indicates that the message could not be sent to the intended recipient. - message-read indicates that the RBM message was read by the recipient.

Enum

  • MESSAGE_MINUS_SENDING (value: 'message-sending')

  • MESSAGE_MINUS_SENT (value: 'message-sent')

  • MESSAGE_MINUS_DELIVERED (value: 'message-delivered')

  • MESSAGE_MINUS_FAILED (value: 'message-failed')

  • MESSAGE_MINUS_READ (value: 'message-read')

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