Skip to main content
POST
Add or remove agent bot

Autorizações

api_access_token
string
header
obrigatório

Parâmetros de caminho

id
string<uuid>
obrigatório

ID of the inbox

Corpo

application/json
agent_bot
number | null
obrigatório

Agent bot ID (pass null to remove)

Exemplo:

1

Resposta

Agent bot updated successfully

success
boolean
obrigatório
Exemplo:

true

data
object | null
obrigatório

Updated agent bot data or null if removed

meta
object
obrigatório
message
string
obrigatório

Success message

Exemplo:

"Agent bot updated successfully"