provider Custom Object Instances POST /custom_object_instances/{custom_object_type_identifier}
@utdk/intercom /custom_object_instances/{custom_object_type_identifier}
Create or Update a Custom Object Instance
Create or update a custom object instance
custom_object_type_identifier path required
The unique identifier of the custom object type that defines the structure of the custom object instance.
string
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3…

Try it

Authentication
Configure credentials for Intercom API
createcustomobjectinstances
POST/custom_object_instances/{custom_object_type_identifier}
Create or update a custom object instance

Parameters

required

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

Input

A unique identifier for the Custom Object instance in the external system it originated from.

The time when the Custom Object instance was created in the external system it originated from.

The time when the Custom Object instance was last updated in the external system it originated from.

The custom attributes which are set for the Custom Object instance.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import intercom from '@utdk/intercom';

await intercom.createcustomobjectinstances({
  "Intercom-Version": "2.14"
})