Skip to content

Instantly share code, notes, and snippets.

@Furzel
Last active August 29, 2015 14:14
Show Gist options
  • Save Furzel/9e6a086335407a16b74c to your computer and use it in GitHub Desktop.
Save Furzel/9e6a086335407a16b74c to your computer and use it in GitHub Desktop.
Conversation JSON
{
"id": 42,
"url": "/api/1/companies/mycompany/conversations/42",
"type": "conversation",
"message_type": "email",
"status": "unassigned",
"archived": false,
"trashed": false,
"replied": false,
"reacted": false,
"subject": "Test message",
"summary": "This is a test message",
"updated_at": 1421934922000,
"num_messages": 1,
"has_attachments": false,
"contact": {
"id": 1,
"avatar_type": "contact",
"class": "contact",
"source": "email",
"url": "/api/1/companies/mycompany/contacts/1",
"name": "Jhon Doe",
"handle": "jhon.doe@front.com",
"display_name": "Jhon Doe",
"job": null,
"bio": null,
"avatar": null,
"initials": "J",
"linked_inbox_id": null,
"color": "hsl(153,60%,70%)",
"inbox_alias": null,
"message_type": null,
"extra": null,
"card_id": 1,
"card_url": "/api/1/companies/front/cards/1",
"links": [],
"num_notes": 0,
"role": "from"
},
"inboxes": [
"test_inbox"
],
"assignee": null,
"followers": [ ],
"tags": [],
"draft_seeds": [],
"seen_by": [
"remi"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment