patch
https://api.customerly.io/v2/conversations//status
Change a conversation status to one of:
opened— re-opens a previously closed or snoozed conversationclosed— closes the conversation (runs CSAT/classification flow when enabled)snoozed— snoozes the conversation forsnooze_timeseconds (requires the snoozing feature)
Request Fields
Required fields
status(string): The target status. One ofopened,closed,snoozed.
Conditional fields
snooze_time(integer): Required only whenstatusissnoozed. Snooze duration in seconds.
Only open conversations can be snoozed.
Examples
Close a conversation
{ "status": "closed" }Re-open a conversation
{ "status": "opened" }Snooze a conversation for one hour
{ "status": "snoozed", "snooze_time": 3600 }Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Authentication required
403Permission denied or conversation access denied
404Conversation not found
409Conversation is frozen
422Validation failed