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

# Send Message

> Sends a message to the selected registered WhatsApp number

Sends a message to the selected registered WhatsApp number

|                       |                         |
| --------------------- | ----------------------- |
| **App**               | WhatsApp                |
| **Operation ID**      | `whatsapp_send_message` |
| **Type**              | Action                  |
| **Connection**        | `whatsapp` (required)   |
| **Credits per run**   | 1                       |
| **Agent / MCP tool**  | Yes                     |
| **Requires approval** | Yes (write operation)   |

## Inputs

| Field     | Type   | Required | Default | Description                                                                                                                |
| --------- | ------ | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------- |
| `message` | string | Yes      | -       | The message content to send to the selected registered WhatsApp number. Supports plain text and WhatsApp basic formatting. |

## Output

**Type**: `str`

Returns success confirmation message.
