Send a message
$ beeper-desktop messages send
POST/v1/chats/{chatID}/messages
Send a text message to a specific chat. Supports replying to existing messages. Returns a pending message ID.
Parameters
--chat-id: string
Chat ID. Input routes also accept the local chat ID from this installation when available.
--attachment: optional object { uploadID, duration, fileName, 3 more }
Single attachment to send with the message
Send a message
beeper-desktop messages send \
--access-token 'My Access Token' \
--chat-id '!NCdzlIaMjZUmvmvyHU:beeper.com'{
"chatID": "!whatsapp_15550101002:ba_EvYDBBsZbRQAy3UOSWqG0LuTVkc.local-whatsapp.localhost",
"pendingMessageID": "m1694783291234567"
}Returns Examples
{
"chatID": "!whatsapp_15550101002:ba_EvYDBBsZbRQAy3UOSWqG0LuTVkc.local-whatsapp.localhost",
"pendingMessageID": "m1694783291234567"
}