| Name | Type | Description | Notes |
|---|---|---|---|
| accountId | String | String that uniquely identifies this account resource. | [optional] |
| messageId | String | String that uniquely identifies this message resource | [optional] |
| status | StatusEnum | Indicates the state of the message through the message lifecycle including: new, queued, rejected, sending, sent, failed, received, undelivered, expired, deleted, and unknown | [optional] |
| from | String | Phone number in E.164 format that sent the message. | [optional] |
| to | String | Phone number in E.164 format that received the message. | [optional] |
| text | String | Message contents | [optional] |
| direction | String | Noting whether the message was inbound or outbound | [optional] |
| notificationUrl | String | URL invoked when message sent | [optional] |
| Name | Value |
|---|---|
| NEW | "new" |
| QUEUED | "queued" |
| REJECTED | "rejected" |
| SENDING | "sending" |
| SENT | "sent" |
| FAILED | "failed" |
| RECEIVED | "received" |
| UNDELIVERED | "undelivered" |
| EXPIRED | "expired" |
| DELETED | "deleted" |
| UNKNOWN | "unknown" |