Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Path Parameters

session_id
string
required

ID of the session the queued message belongs to.

queued_message_id
string
required

ID of the queued message to send.

Response

Message sent and processing started. Same envelope as Send message — session plus queue_position.

session
object

The session after the message was promoted — same shape as Retrieve session.

queue_position
integer | null

Position in the per-agent queue. Populated only when the session was queued behind concurrent runs; otherwise null.