Send WhatsApp Image
whatsapp_send_imageSend an image to any WhatsApp number via public URL, with optional caption. Returns message ID and delivery status.
Instructions
Send an image to a WhatsApp user via a public URL.
Args:
to (string): Recipient phone number
image_url (string): Public URL of the image
caption (string, optional): Image caption (max 1024 chars)
Returns: Message ID and delivery status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient phone number in international format (e.g. '353851234567' or '+353851234567') | |
| caption | No | Optional caption for the image (max 1024 characters) | |
| image_url | Yes | Public URL of the image to send | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |