whatsapp_send_media
Send images, videos, audio, documents, or stickers to WhatsApp contacts via API with bearer token and phone number ID.
Instructions
Send a media message (image, video, audio, document, sticker) via WhatsApp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bearer_token | Yes | ||
| phone_number_id | Yes | ||
| to | Yes | ||
| media_type | Yes | image, video, audio, document, or sticker | |
| media_id | No | ID of a previously uploaded media object | |
| media_link | No | URL of the media to send | |
| caption | No | ||
| filename | No | For documents: the display filename |