v1

latestOpenAPI 3.0.32026-07-264955102.7 KB
Conversations

Execute conversation action

Execute an action on a conversation.

put/v2/api/conversations/{contact_number}/action

Path parameters

contact_numberstring required
Example:+14155551234

The external phone number in E.164 format. URL-encode the + as %2B.

Request body

action'READ' | 'UNREAD' | 'ARCHIVE' | 'UNARCHIVE' required

The action to execute.

allo_numberstring

Scope the action to a specific Allo number (E.164). Without this, the action applies across all lines.

Example request

{
  "allo_number": "+14155550100"
}

Response

Action executed successfully