Update a conversation
PATCH/inbox/conversations/:id
Changes the status (close, reopen, set pending, snooze until snoozedUntil), assigns it
to a team member or pauses automations for 30 days. Each change becomes a line in the
conversation. Closing and assigning fire conversation.closed and
conversation.assigned.
Request
Responses
- 200
- 401
- 402
- 404
- 422
- 429
Record found.
Missing, malformed, unknown or revoked token (authentication), or a suspended
account (tenant_inactive).
No entitlement (payment_required). The body carries the reason in reason and the
way out in action: what to do (kind) and the dashboard page where it is done (url).
Resource does not exist (not_found).
Invalid body — including no change at all (invalid_request) — or the person does not handle this number (assignee_invalid).
Rate limit exceeded (rate_limit).
Response Headers
Seconds to wait before retrying.
Which rate limit category applied — send, media or default.
Which bucket the other headers describe — key (the API key), session (the dashboard) or account (the account ceiling).
Request ceiling for this category in the current window.
Requests left in the current window.