A list of subscription type objects.typestringThe type of the object Value"list" Example: "list"dataArray of objects(Subscription Types)A list of subscription type objects associated with the workspace .+Show 7 array properties{ "type": "list", "data": [ { … } ] }
You can tag a single company or a list of companies.namestringrequiredThe name of the tag, which will be created if not found. Example: "Independent"companiesArray of objectsrequiredThe id or company_id of the company can be passed as input parameters.-companies[].idstringThe Intercom defined id representing the company. Example: "531ee472cce572a6ec000006"companies[].company_idstringThe company id you have defined for the company. Example: "6"{ "name": "Independent", "companies": [ { … } ] }
A list of tags objects in the workspace.typestringThe type of the object Value"list" Example: "list"dataArray of objects(Tag)A list of tags objects associated with the workspace .+Show 5 array properties{ "type": "list", "data": [ { … } ] }