Forward WhatsApp Message
whatsapp_forward_messageForward a WhatsApp message to another contact or group, preserving the original sender and showing a 'Forwarded' label. Requires the message ID and destination contact ID.
Instructions
Forward a message from one chat to another contact.
The forwarded message shows a "Forwarded" label in WhatsApp and preserves the original sender attribution.
Args:
contactId: Contact id: phone digits for a person (e.g. "5521986910666"; survives @c.us↔@lid flips), or a group JID "*@g.us". Look up via whatsapp_list_contacts. — destination
messageId: Message ID to forward (get from whatsapp_read_messages)
Returns confirmation with forwarded message ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | Contact id: phone digits for a person (e.g. "5521986910666"; survives @c.us↔@lid flips), or a group JID "*@g.us". Look up via whatsapp_list_contacts. (destination) | |
| messageId | Yes | Message ID to forward (from whatsapp_read_messages) |