v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
message

forward a message

Forward a message to another chat.

post/instances/{id}/client/action/forward-message

Path parameters

idinteger required

Instance ID

Request body

messageIdstring required

The ID of the message to forward

chatIdstring required

Chat ID <countrycode_short><usernumber>@c.us or @g.us for groups

Example request

{
  "chatId": "50664083362@c.us"
}

Response

Message forwarded successfully

status'success' | 'error'

Example response

{
  "data": {
    "status": "success",
    "data": {
      "forwarded": true
    }
  },
  "status": "success"
}