Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 734 Bytes

File metadata and controls

31 lines (15 loc) · 734 Bytes

MessageStatus

Indicates the state of the message through the message lifecycle including: new, queued, rejected, sending, sent, failed, received, undelivered, expired, deleted, and unknown

Enum

  • NEW (value: 'new')

  • QUEUED (value: 'queued')

  • REJECTED (value: 'rejected')

  • SENDING (value: 'sending')

  • SENT (value: 'sent')

  • FAILED (value: 'failed')

  • RECEIVED (value: 'received')

  • UNDELIVERED (value: 'undelivered')

  • EXPIRED (value: 'expired')

  • DELETED (value: 'deleted')

  • UNKNOWN (value: 'unknown')

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