A linked conversation or ticket.typestringticket or conversation Enum"ticket""conversation" Example: "ticket"idstringThe ID of the linked object Example: "7583"categorystring or nullCategory of the Linked Ticket Object. Enum"Customer""Back-office""Tracker"null Example: "Customer"{ "type": "ticket", "id": "7583", "category": "Customer" }
An object containing metadata about linked conversations and linked tickets. Up to 1000 can be returned.typestringAlways list. Value"list" Example: "list"total_countintegerThe total number of linked objects. Example: 100has_morebooleanWhether or not there are more linked objects than returned. Example: falsedataArray of objects(Linked Object)An array containing the linked conversations and linked tickets.+Show 3 array properties{ "type": "list", "total_count": 100, "has_more": false, "data": [ { … } ] }
An object containing metadata about linked conversations and linked tickets. Up to 1000 can be returned.
Merge contact data.fromstringThe unique identifier for the contact to merge away from. Must be a lead. Example: "5d70dd30de4efd54f42fd526"intostringThe unique identifier for the contact to merge into. Must be a user. Example: "5ba682d23d7cf92bef87bfd4"{ "from": "5d70dd30de4efd54f42fd526", "into": "5ba682d23d7cf92bef87bfd4" }