The message to insert.
The message was createde
{- "channel": "widget_chat",
- "direction": "outbound",
- "from_email": "string",
- "to_email": "string",
- "text": "string",
- "author_id": "string",
- "attachments": [
- {
- "url": "string"
}
]
}
{- "data": {
- "id": "string",
- "created_at": "2015-11-30T00:00:00:000Z",
- "author_id": "string",
- "channel": "widget_chat",
- "direction": "widget_chat",
- "attributes": {
- "text": "string",
- "to_emails": "string",
- "cc_email": "string",
- "from_email": "string",
- "inline_images": "string",
- "attachments": "string",
- "direction": "string",
- "a_phone_number": "string",
- "b_phone_number": "string",
- "is_automated_message": "string",
- "is_auto_reply": "string"
}
}
}
A list of messages
{- "data": [
- {
- "id": "string",
- "created_at": "2015-11-30T00:00:00:000Z",
- "author_id": "string",
- "channel": "callback",
- "direction": "callback",
- "attributes": {
- "text": "string",
- "to_emails": "string",
- "cc_email": "string",
- "from_email": "string",
- "inline_images": "string",
- "attachments": "string",
- "direction": "string",
- "a_phone_number": "string",
- "b_phone_number": "string",
- "is_automated_message": "string",
- "is_auto_reply": "string"
}
}
]
}