Skip to main content
POST
/
accounts
/
{account_id}
/
funnels
/
{funnel_id}
/
kanban
/
move_conversation
Mover Conversa Entre Estágios
curl --request POST \
  --url https://your-chatwoot.aifocus.dev/api/v1/accounts/{account_id}/funnels/{funnel_id}/kanban/move_conversation \
  --header 'Content-Type: application/json' \
  --header 'api_access_token: <api-key>' \
  --data '
{
  "conversation_id": 123,
  "stage_name": "<string>"
}
'

Authorizations

api_access_token
string
header
required

Path Parameters

account_id
integer
required
funnel_id
integer
required

Body

application/json
conversation_id
integer
stage_name
string

Response

200

Conversa movida com sucesso