{ "opencollection": "1.0.0", "info": { "name": "Chatwoot Account AgentBots Canned Responses API", "version": "1.1.0" }, "items": [ { "info": { "name": "Canned Responses", "type": "folder" }, "items": [ { "info": { "name": "List all Canned Responses in an Account", "type": "http" }, "http": { "method": "GET", "url": "https://app.chatwoot.com/api/v1/accounts/:account_id/canned_responses", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The numeric ID of the account" } ], "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Get Details of Canned Responses in an Account" }, { "info": { "name": "Add a New Canned Response", "type": "http" }, "http": { "method": "POST", "url": "https://app.chatwoot.com/api/v1/accounts/:account_id/canned_responses", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The numeric ID of the account" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Add a new Canned Response to Account" }, { "info": { "name": "Update Canned Response in Account", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.chatwoot.com/api/v1/accounts/:account_id/canned_responses/:id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The numeric ID of the account" }, { "name": "id", "value": "", "type": "path", "description": "The ID of the canned response to be updated." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Update a Canned Response in Account" }, { "info": { "name": "Remove a Canned Response from Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.chatwoot.com/api/v1/accounts/:account_id/canned_responses/:id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The numeric ID of the account" }, { "name": "id", "value": "", "type": "path", "description": "The ID of the canned response to be deleted" } ], "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Remove a Canned Response from Account" } ] } ], "bundled": true }