Skip to content

Update Conversation Request

Payload of the request to update a conversation

readboolean

Mark a conversation as read within Intercom.

Example:true
titlestring

The title given to the conversation

Example:"Conversation Title"
custom_attributesobject(Custom Attributes)

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. System-defined attributes such as "CX Score rating" and "CX Score explanation" may also be included.

{ "read": true, "title": "Conversation Title", "custom_attributes": { "property1": "string", "property2": "string" } }