A list of ticket types associated with a given workspace.typestringString representing the object's type. Always has the value ticket_type.list.ticket_typesArray of objects or null(Ticket Type)A list of ticket_types associated with a given workspace.+Show 10 array properties{ "type": "string", "ticket_types": [ { … } ] }
A translation object contains the localised details of a subscription type.namestringThe localised name of the subscription type. Example: "Announcements"descriptionstringThe localised description of the subscription type. Example: "Offers, product and feature announcements"localestringThe two character identifier for the language of the translation object. Example: "en"{ "name": "Announcements", "description": "Offers, product and feature announcements", "locale": "en" }
You can tag a single company or a list of companies.namestringrequiredThe name of the tag which will be untagged from the company 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"companies[].untagbooleanAlways set to true Example: "true"{ "name": "Independent", "companies": [ { … } ] }