Send a message
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.
Request Body
Section titled “Request Body ”object
Unique identifier of the chat (a.k.a. room or thread).
Example
!NCdzlIaMjZUmvmvyHU:beeper.com
Text content of the message you want to send. You may use markdown.
Provide a message ID to send this as a reply to an existing message
Responses
Section titled “ Responses ”Tool executed successfully
object
Unique identifier of the chat (a.k.a. room or thread).
Example
!NCdzlIaMjZUmvmvyHU:beeper.com
Pending message ID
Example
{ "success": true, "chatID": "!signal_adamvy:local-signal.localhost", "pendingMessageID": "m1694783291234567"}
Invalid request parameters
object
Error message
Error code
Additional error details
object
Access token is missing or invalid
object
Error message
Error code
Additional error details
object
Access token does not have the required scope
object
Error message
Error code
Additional error details
object
Resource not found
object
Error message
Error code
Additional error details
object
Unprocessable entity - validation error
object
Error message
Error code
Additional error details
object
Too many requests - rate limit exceeded
object
Error message
Error code
Additional error details
object
Internal server error
object
Error message
Error code
Additional error details