AgentBots
Inbox API
Conversations API
Contact Labels
CSAT Survey Page
Account AgentBots
Agents
Canned Responses
Canned Response
Custom Attributes
Contacts
Automation Rule
Help Center
Conversations
Conversation Assignment
Conversation Labels
Inboxes
Integrations
Profile
Teams
Custom Filters
Account AgentBots
Update an agent bot
Account AgentBots
Update an agent bot
Update an agent bot’s attributes
PATCH
/
api
/
v1
/
accounts
/
{account_id}
/
agent_bots
/
{id}
curl --request PATCH \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/agent_bots/{id} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"description": "<string>",
"outgoing_url": "<string>"
}'
{
"id": 123,
"name": "<string>",
"description": "<string>",
"account_id": 123,
"outgoing_url": "<string>"
}
Path Parameters
The numeric ID of the account
The ID of the agentbot to be updated
Body
application/json
Response
200
application/json
Success
The response is of type object
.
curl --request PATCH \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/agent_bots/{id} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"description": "<string>",
"outgoing_url": "<string>"
}'
{
"id": 123,
"name": "<string>",
"description": "<string>",
"account_id": 123,
"outgoing_url": "<string>"
}