An object containing the different custom attributes associated to the conversation as key-value pairs. For relationship attributes the value will be a list of custom object instance models.
{ "property1": "string", "property2": "string" }
The intercom API reference.
https://api.intercom.io/
https://api.eu.intercom.io/
https://api.au.intercom.io/
A list of all data attributes belonging to a workspace for contacts, companies or conversations.
A list of data attributes
The unique identifier for the data attribute which is given by Intercom. Only available for custom attributes.
Value is contact
for user/lead attributes and company
for company attributes.
Full name of the attribute. Should match the name unless it's a nested attribute. We can split full_name on .
to access nested user object values.
Readable name of the attribute (i.e. name you see in the UI)
Readable description of the attribute.
The data type of the attribute.
List of predefined options for attribute value.
The time the attribute was created as a UTC Unix timestamp
The time the attribute was last updated as a UTC Unix timestamp
{ "type": "list", "data": [ { … } ] }