ConversationMessages
Returns messages for a specific conversation. ConversationId is required.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| Url | String | ||
| CreatedAt | Datetime | ||
| UpdatedAt | Datetime | ||
| Status | String |
The allowed values are processed, sent, received, read, clicked. | |
| Direction | String |
The allowed values are inbound, outbound. | |
| To | String | ||
| From | String | ||
| Content | String | ||
| InReplyTo | String | ||
| ConversationId | String |