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 to queue the message on.

Body

application/json
input
string
required

The message to queue. Cannot be empty. Also accepted as message for backwards compatibility.

Example:

"Also check their latest funding round."

Response

Message queued. queued_message is the new entry; queue is the rest of the queue after it.

queued_message
object
queue
object[]