send_file
Send files (image, video, document, audio) to a WhatsApp recipient by providing phone number and file path. Optionally add a caption.
Instructions
Send a file (image, video, document, audio) via WhatsApp.
Args:
target: Recipient phone number with country code, no + (e.g. "85264318721")
file_path: Absolute path to the file or a URL
caption: Optional caption for the fileInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| file_path | Yes | ||
| caption | No |