conversation
Update conversation
Update mutable fields on a conversation: assignee, status, priority, labels, and the free-form attribute map. Only the fields you include in the request body are modified; omitted fields are left as-is. Requires the conversation:write scope.
PATCH
Update conversation
Authorizations
Send the API key in the x-api-key header.
Path Parameters
Example:
"57f2d879-20f8-4106-9abb-44fa099e0448"
Body
application/json
Available options:
support_ticket, member_services, non_support_event, null Available options:
new, open, snoozed, on_hold, solved, closed, null Available options:
urgent, normal, low, life_safety, null Response
Updated conversation
Available options:
support_ticket, member_services, non_support_event, null Available options:
new, open, snoozed, on_hold, solved, closed, null Available options:
urgent, normal, low, life_safety, null - Option 1
- Option 2
- Option 1
- Option 2
Previous
Get conversation contextReturn the contextual data attached to a conversation (notes, key-value attributes, and related entities) without re-fetching the conversation itself. Useful when your integration already has the conversation row cached and only needs the side data. Requires the `conversation:read` scope.
Next
Update conversation