Forward an existing message to another contact or group
| Property | Type | Required | Description |
|---|---|---|---|
sessionId | string | ✅ Yes | Authenticated session ID that will forward the message |
jid | string | ✅ Yes | Recipient identifier (WhatsApp JID). Format: [email protected] for contacts or [email protected] for groups |
messageId | string | ✅ Yes | Message ID to be forwarded |
fromJid | string | ✅ Yes | Source chat JID of the message |
200 - Message forwarded successfully400 - Invalid parameters401 - Unauthorized session404 - Session not found501 - Not implementedYour Wappfy API key (get it at dash.wappfy.com.br)
"[email protected]_AAAAAAAAAAAAAAAAAAAA"
Session name (instanceName)
"my-session"
Message ID
"[email protected]_AAAAAAAAAAAAAAAAAAAA"
Unix timestamp of when the message was created
1666943582
Chat ID to which this message was sent
Indicates if the message was sent by the current user
The device that sent the message - either API or APP. Available in events (webhooks/websockets) only and only "fromMe: true" messages.
api, app "api"
For groups - participant who sent the message
Message content
Indicates if the message has media available for download
Message acknowledgement (ACK) status
-1, 0, 1, 2, 3, 4 Message acknowledgement status name
Message media object, if any and downloaded
If the message was sent to a group, this field will contain the user who sent the message
Location information contained in the message
List of vCards contained in the message
Message in raw WhatsApp format. May change at any time, use with caution!