Send a message
POST/v1/chats/{chatID}/messages
Send a text message to a specific chat. Supports replying to existing messages. Returns a pending message ID.
Body ParametersJSON
Send a message
curl http://localhost:23373/v1/chats/$CHAT_ID/messages \
-X POST \
-H "Authorization: Bearer $BEEPER_ACCESS_TOKEN"{
"chatID": "!signal_adamvy:local-signal.localhost",
"pendingMessageID": "m1694783291234567"
}Returns Examples
{
"chatID": "!signal_adamvy:local-signal.localhost",
"pendingMessageID": "m1694783291234567"
}