> ## 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 Message Tool

> AI tool to send text messages via WhatsApp

# WhatsApp Send Message Tool

AI tool to send text messages via WhatsApp

## Properties

| Property   | Value                      |
| ---------- | -------------------------- |
| **Type**   | whatsapp-tool-send-message |
| **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 (helps AI decide when to use it)                                                                 | Yes      |
| to                 | Recipient        | String | WhatsApp JID or phone number with country code (e.g., [1234567890@s.whatsapp.net](mailto:1234567890@s.whatsapp.net) or +1234567890) | No       |
| message            | Message          | String | The text message content to send                                                                                                    | No       |
| quote\_message\_id | Quote Message ID | String | Optional: ID of a message to reply/quote                                                                                            | No       |

## Outputs

| Name     | Label    | Type   | Description                          |
| -------- | -------- | ------ | ------------------------------------ |
| toolName | toolName | string | Name of the tool                     |
| toolType | toolType | string | Type of tool (whatsapp-send-message) |
