Messages
Send a message
Send a text message to a specific chat. Supports replying to existing messages. Returns a pending message ID.
post/v1/chats/{chatID}/messages
Path parameters
chatIDstring required
Unique identifier of the chat.
Example:!NCdzlIaMjZUmvmvyHU:beeper.com
Unique identifier of the chat.
Request body
Response
Request executed successfully
Example response
{
"chatID": "!signal_adamvy:local-signal.localhost",
"pendingMessageID": "m1694783291234567"
}