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": [ { … } ] }
You can tag a list of users.namestringrequiredThe name of the tag, which will be created if not found. Example: "Independent"usersArray of objectsrequired-users[].idstringThe Intercom defined id representing the user. Example: "5f7f0d217289f8d2f4262080"{ "name": "Independent", "users": [ { … } ] }