Get all messages for a particular conversation by providing the conversation id. Note that messages in ContactForm
conversations can have attributes of "_type": "EmailAttributes"
if they are created through a webform, or "_type": "ContactFormAttributes"
when created through a chat widget.
List of messages for a conversation sorted from oldest to newest
Invalid value for: path parameter conversationId, Invalid value extracted from request context
An entity in this request could not be found
{- "data": [
- {
- "id": "11b95893-0514-4606-a5d8-1880172b3a55",
- "authorId": "41646d42-edc0-493e-ac7b-814d9ff40a2e",
- "externalId": "13244",
- "createdAt": "2021-12-01T12:46:36.581Z[GMT]",
- "attributes": {
- "emailContent": {
- "content": {
- "value": "Hello",
- "_type": "Text"
}, - "_type": "Regular"
}, - "from": {
- "email": "some-help@email.dixa.io",
- "name": "Help"
}, - "to": [
- {
- "email": "someone@somecompany.com",
- "name": "Some One"
}
], - "cc": [ ],
- "bcc": [ ],
- "isAutoReply": false,
- "inlineImages": [ ],
- "attachments": [
], - "direction": "Outbound",
- "originalContentUrl": {
}, - "_type": "EmailAttributes"
}
}
]
}