{ "opencollection": "1.0.0", "info": { "name": "Chatwoot Account AgentBots Conversation Assignments API", "version": "1.1.0" }, "items": [ { "info": { "name": "Conversation Assignments", "type": "folder" }, "items": [ { "info": { "name": "Assign Conversation", "type": "http" }, "http": { "method": "POST", "url": "https://app.chatwoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/assignments", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The numeric ID of the account" }, { "name": "conversation_id", "value": "", "type": "path", "description": "The numeric ID of the conversation" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Assign a conversation to an agent or a team" } ] } ], "bundled": true }