Intercom API version.By default, it's equal to the version set in the app package.string(intercom_version)Intercom API version.By default, it's equal to the version set in the app package. Default "2.9" Enum"1.0""1.1""1.2""1.3""1.4""2.0""2.1""2.2""2.3""2.4"+8 more"2.9"
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": [ {} ] }