Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 591 Bytes

CallbackTypeEnum.md

File metadata and controls

17 lines (8 loc) · 591 Bytes

CallbackTypeEnum

Indicates the type of the callback: - message-received for inbound callbacks. - One of message-sending, message-delivered, message-failed for status callbacks.

Enum

  • MESSAGE_MINUS_RECEIVED (value: 'message-received')

  • MESSAGE_MINUS_SENDING (value: 'message-sending')

  • MESSAGE_MINUS_DELIVERED (value: 'message-delivered')

  • MESSAGE_MINUS_FAILED (value: 'message-failed')

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