Resends a message to another chat with the forwarded flag
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: no
Forwards one message to one recipient. For multiple destinations, make multiple calls.
Supports forwarding of: text, image, video, audio, document, sticker, contact, location.messageId to an individual contact in to (phone number or @s.whatsapp.net JID). The message arrives at the recipient with the “Forwarded” mark.
to pointing to a group JID (@g.us). Useful to relay notices or media received in another chat to an entire group at once.
| Field | Description |
|---|---|
messageId | New ID generated by the forward. |
originalId | ID of the original message. |
destinationJid | JID of the recipient. |
5511...), private JID (...@s.whatsapp.net or ...@lid), group JID (@g.us), or newsletter (@newsletter).message.exchange (outgoing) on the webhook/WebSocket.| HTTP | error.message | When |
|---|---|---|
| 400 | Invalid request body | Malformed JSON. |
| 400 | messageId is required or to is required | Missing field. |
| 401 | Invalid token | — |
| 404 | Instance not found or message not found | — |
| 500 | unsupported message type for forwarding: <type> | Reaction, poll, or interactive. |
| 503 | Instance is not connected to WhatsApp | No active session. |