Custom Object Instance

A Custom Object Instance represents an instance of a custom object type. This allows you to create and set custom attributes to store data about your customers that is not already captured by Intercom. The parent object includes recommended default attributes and you can add your own custom attributes.

id
string

The Intercom defined id representing the custom object instance.

external_id
string

The id you have defined for the custom object instance.

type
string

The identifier of the custom object type that defines the structure of the custom object instance.

object

The custom attributes you have set on the custom object instance.

{ "id": "5a7a19e9f59ae20001d1c1e6", "external_id": "0001d1c1e65a7a19e9f59ae2", "type": "Order", "custom_attributes": { "property1": "string", "property2": "string" } }