Update Conversation Request

Payload of the request to update a conversation

read
boolean

Mark a conversation as read within Intercom.

object (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.

{ "read": true, "custom_attributes": { "property1": "string", "property2": "string" } }