devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! Two engines: chromium-based WEBJS and pure-websocket NOWEB
https://waha.devlike.pro/
Apache License 2.0
878 stars 273 forks source link

Feature request - /forwardMessages - api end point to forward multiple messages to specific number. #158

Open ehussain opened 1 year ago

ehussain commented 1 year ago

Hello,

We are looking for end point where we can send the message ids and chatId to forward messages.

Sample request.

{
    "chatId": "xxxxx@c.us"
    "messageIds": [
        "true_XXXXXXXX@c.us_3EB0E64C08B9F394XX3E0",
        "false_XXXXXXXX@c.us_3AFBDF13XXXXX6B5B05",
    ]
}

chatId - is phone number where message should be forwarded messageIds - is array of message ids which should be forwarded

Response could be anything which indicates success.

devlikepro commented 2 months ago

UP - Got one more request about forwarding, will look at this soon

patron:PRO