Update a conversation status (open / closed / archived).
PATCH/api/v1/conversations/:id
Maps the public value "open" to the internal "active" state. "opted_out" is read-only; it is set by inbound STOP processing and cannot be modified via API. Scope: write_crm.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
Updated conversation
Missing or invalid parameters
Invalid or missing API key
API key lacks the required scope for this endpoint
Resource not found or belongs to another account
Conversation is opted-out and immutable.