> ## 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.

# Send WhatsApp Message

> Send a text message via WhatsApp

# Send WhatsApp Message

Send a text message via WhatsApp

## Properties

| Property   | Value                 |
| ---------- | --------------------- |
| **Type**   | whatsapp-send-message |
| **Family** | Integrations          |
| **Group**  | WhatsApp              |

## Parameters

| Name    | Label            | Type   | Description                                      | Required |
| ------- | ---------------- | ------ | ------------------------------------------------ | -------- |
| to      | To               | String | Phone number (with country code) or WhatsApp JID | Yes      |
| message | Message          | String | Text message to send                             | Yes      |
| quoteId | Quote Message ID | String | Optional: Message ID to quote/reply to           | No       |

## Outputs

| Name      | Label     | Type    | Description                           |
| --------- | --------- | ------- | ------------------------------------- |
| success   | success   | boolean | Whether message was sent successfully |
| messageId | messageId | string  | Sent message ID                       |
| timestamp | timestamp | string  | Message timestamp                     |
| error     | error     | string  | Error message if failed               |
