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