v1

latestOpenAPI 3.0.42026-07-246086174.5 KB
Conversations

Update conversation status

put/api/ext/v3/conversations/{target}/status

Path parameters

targetstring required

The target conversation in the following formats:

  • ConversationId: The unique ID of a conversation.
  • PhoneNumber: The conversation's phone number (e.g., 14155552671).
  • Channel:PhoneNumber: A combination of the channel (name or phone number) and the recipient's phone number (e.g., MyChannel:1415552671, 123456789:1415552671).

Request body

new_statusstring required

New status of the conversation:

  • open: The conversation is open and active.
  • solved: The conversation has been resolved.
  • pending: The conversation is pending further action.
  • block: The conversation is blocked.

Response

Returns the update result.

resultboolean

Updated result