Conversations
A conversation can be part of one or more inboxes. It can be assigned to a member of the inbox, have a status and tags associated with it.
Following is an example of a Conversation object
JSON
{
"id": "234232",
"assignee": {
"assignee_type": "user",
"assignee_id": "1028399"
},
"status": "open",
"tag_ids": [
"1234322", "343434"
]
}
Was this section helpful?
On this page
- Conversations