PUT
/
api
/
bot-accounts
/
conversations
/
:id
Update Conversation
curl --request PUT \
  --url https://api.example.com/api/bot-accounts/conversations/:id

Path Parameters

ParameterDescription
idConversation ID

Request Body

{
  "status": "ignored",
  "messages": [...]
}
Use this to:
  • Edit a draft reply message
  • Remove a draft reply
  • Change conversation status
  • Update bot account assignment