Skip to main content
POST
Deprecated: use /call/add_tags endpoint instead.
Marks the sale as completed or not completed in a live conversation.

Path Parameters

conversation_id
string
required
The unique identifier for the conversation

Request Body

closed
boolean
Whether the sale was closed (true) or not (false). If null, no action is taken.

Response

success
boolean
Indicates if the sale status was successfully updated

Error Responses

error
string
Error message when no data is provided or conversation is not found