whatsapp_send_image
Send an image message to a WhatsApp recipient using base64 data or image URL. Supports caption, mentions, reply, forwarding, view-once, and ephemeral expiration settings.
Instructions
Send an image message. Provide either data (base64) or url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient JID | |
| data | No | Base64 encoded image data | |
| url | No | URL of the image | |
| mimeType | No | MIME type (auto-detected if omitted) | |
| caption | No | Caption for the image | |
| mentions | No | JIDs of mentioned users | |
| replyTo | No | Message ID to reply to | |
| replyToSenderId | No | Sender JID of the replied message | |
| isForwarded | No | Mark as forwarded | |
| viewOnce | No | Send as view-once | |
| ephemeralExpiration | No |