POST
/
api
/
v1
/
accounts
/
{account_id}
/
inboxes
/
{id}
/
set_agent_bot
curl --request POST \
  --url https://app.chatwoot.com/api/v1/accounts/{account_id}/inboxes/{id}/set_agent_bot \
  --header 'Content-Type: application/json' \
  --data '{
  "agent_bot": 123
}'
This response does not have an example.

Path Parameters

account_id
integer
required

The numeric ID of the account

id
number
required

ID of the inbox

Body

application/json

Response

204

Success