Update conversation
This endpoint lets you change the status of the conversation to “open”/“closed” or to assign it to a user. ⚠️ You can only perform one action at a time: either change the status or assign a user.
Documentation Index
Fetch the complete documentation index at: https://developers.partoo.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.
Path Parameters
The id of the conversation to update
Body
Request body to update a Conversation
You can close or re-open the conversation.
It will change the "is_solved" boolean of the conversation but it won't change the is_expired.
If the conversation is expired we can't re-open it.
open, closed Only for enterprise organizations. The user will be assigned to the conversation.
You can only assign a conversation to a user that:
- is active
- is of type human (not bot)
- has access to the conversation
USER_ID, unassigned Response
OK
success