evolution_message_send_media
Send images, videos, or documents to any WhatsApp number by providing a URL or base64 data.
Instructions
Send an image, video, or document by URL or base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delay | No | Delay in milliseconds before sending. | |
| media | Yes | Media URL or base64 string. | |
| number | Yes | Recipient phone number (digits, country code) or full WhatsApp JID. | |
| quoted | No | Message to quote/reply to. | |
| caption | No | Caption text. | |
| fileName | No | File name (recommended for documents). | |
| instance | No | WhatsApp instance name. Optional if EVOLUTION_DEFAULT_INSTANCE is configured. | |
| mimetype | No | MIME type, e.g. image/png, application/pdf. | |
| mediatype | Yes | Type of media. | |
| mentioned | No | List of JIDs to mention, e.g. ['5215550123@s.whatsapp.net']. | |
| mentionsEveryOne | No | Mention all group participants. |