whatsapp_send_media
Send a WhatsApp message (text or media). Actions:
text: { to, text, reply_to? }
media: { to, type ('image'|'video'|'audio'|'document'|'sticker'), media_url | media_base64, caption?, filename?, mimetype? }
to accepts either a JID ('5511999999999@s.whatsapp.net', '@g.us') or
a plain phone (digits, country code included). For groups always use the
'@g.us' JID — get it from whatsapp_groups.
[Flattened action: media]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| text | No | ||
| type | No | ||
| account | No | ||
| caption | No | ||
| filename | No | ||
| mimetype | No | ||
| reply_to | No | ||
| media_url | No | ||
| media_base64 | No |