The intercom API reference.
Intercom API (2.10)
Download OpenAPI description
Overview
URL
License
Languages
Servers
The production API server
https://api.intercom.io/
The european API server
https://api.eu.intercom.io/
The australian API server
https://api.au.intercom.io/
Ticket Type Attribute
Ticket type attribute, used to define each data field to be captured in a ticket.
String representing the object's type. Always has the value ticket_type_attribute
.
Example: "ticket_type_attribute"
The id of the workspace that the ticket type attribute belongs to.
Example: "ecahpwf5"
The type of the data attribute (allowed values: "string list integer decimal boolean datetime files")
Example: "string"
Whether the attribute is required or not for teammates.
Default false
Example: false
Whether the attribute is required or not for contacts.
Default false
Example: false
Whether the attribute is visible or not to teammates.
Default true
Example: false
Whether the attribute is visible or not to contacts.
Default true
Example: false
{ "type": "ticket_type_attribute", "id": "1", "workspace_id": "ecahpwf5", "name": "Title", "description": "Bug title.", "data_type": "string", "input_options": "multiline: true", "order": 1, "required_to_create": false, "required_to_create_for_contacts": false, "visible_on_create": false, "visible_to_contacts": false, "default": true, "ticket_type_id": 42, "archived": false, "created_at": 0, "updated_at": 0 }