> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# WhatsApp Send Media Tool

> AI tool to send images, videos, documents via WhatsApp

# WhatsApp Send Media Tool

AI tool to send images, videos, documents via WhatsApp

## Properties

| Property   | Value                    |
| ---------- | ------------------------ |
| **Type**   | whatsapp-tool-send-media |
| **Family** | AI                       |
| **Group**  | Tools                    |

## Parameters

| Name            | Label            | Type   | Description                                          | Required |
| --------------- | ---------------- | ------ | ---------------------------------------------------- | -------- |
| toolName        | Tool Name        | String | Name of the tool for the AI to call                  | Yes      |
| toolDescription | Tool Description | String | Description of what this tool does                   | Yes      |
| to              | Recipient        | String | WhatsApp JID or phone number with country code       | No       |
| media\_url      | Media URL        | String | URL of the media file to send (S3 URL or public URL) | No       |
| media\_type     | Media Type       | String | Type of media: image, video, audio, or document      | No       |
| caption         | Caption          | String | Optional caption for the media                       | No       |
| file\_name      | File Name        | String | Optional file name for documents                     | No       |

## Outputs

| Name     | Label    | Type   | Description      |
| -------- | -------- | ------ | ---------------- |
| toolName | toolName | string | Name of the tool |
| toolType | toolType | string | Type of tool     |
