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" }
Search using Intercoms Search APIs with more than one filter.operatorstringAn operator to allow boolean inspection between multiple fields. Enum"AND""OR" Example: "AND"valueArray of multiple filter search request (objects) or Array of single filter search request (objects)One of:multiple filter search requestsingle filter search requestAdd mutiple filters.+Show array properties{ "operator": "AND", "value": [ {} ] }