patch
https://api.customerly.io/v2/conversations//attributes
Updates or adds custom attributes to an existing conversation. Attributes are merged with existing ones.
Behavior
- Attributes are merged incrementally (only specified attributes are updated)
- Existing attributes not included in the request remain unchanged
- An attribute that is not defined yet on the project is created automatically, guessing its type from the
submitted value (text, number, date or boolean) - Sending
nullas value empties the attribute without removing it
Response Data
The endpoint returns the conversation id together with all the attributes of the conversation, both the
updated and the unchanged ones.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Authentication credentials are missing or invalid
403You don't have permission to update this conversation
404Conversation not found
422Validation error. Possible causes: attributes must be an object, attribute names contain invalid characters (only alphanumeric, underscores, and hyphens allowed), or attribute values are arrays/objects (only simple types allowed: strings, numbers, booleans).