Skip to content
  • Auto
  • Light
  • Dark
Download Beeper

Send a message

Deprecated
POST
/v0/send-message

Send a text message to a specific chat. Supports replying to existing messages. Returns the sent message ID. Use POST /v1/chats/{chatID}/messages instead.

object
chatID
required

Unique identifier of the chat (a.k.a. room or thread).

string
Example
!NCdzlIaMjZUmvmvyHU:beeper.com
text

Text content of the message you want to send. You may use markdown.

string
replyToMessageID

Provide a message ID to send this as a reply to an existing message

string

Tool executed successfully

object
success
required
boolean
error
string
chatID
required

Unique identifier of the chat (a.k.a. room or thread).

string
Example
!NCdzlIaMjZUmvmvyHU:beeper.com
pendingMessageID
required

Pending message ID

string
Example
{
"success": true,
"chatID": "!signal_adamvy:local-signal.localhost",
"pendingMessageID": "m1694783291234567"
}

Invalid request parameters

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string

Access token is missing or invalid

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string

Access token does not have the required scope

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string

Resource not found

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string

Unprocessable entity - validation error

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string

Too many requests - rate limit exceeded

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string

Internal server error

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string