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

> AI tool to send a location pin via WhatsApp

# WhatsApp Send Location Tool

AI tool to send a location pin via WhatsApp

## Properties

| Property   | Value                       |
| ---------- | --------------------------- |
| **Type**   | whatsapp-tool-send-location |
| **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 (required) | No       |
| latitude        | Latitude         | Number | Latitude coordinate of the location                       | No       |
| longitude       | Longitude        | Number | Longitude coordinate of the location                      | No       |
| name            | Location Name    | String | Optional name of the location                             | No       |
| address         | Address          | String | Optional address of the location                          | No       |

## Outputs

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