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

> Send a location pin via WhatsApp

# Send WhatsApp Location

Send a location pin via WhatsApp

## Properties

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

## Parameters

| Name      | Label         | Type   | Description                                      | Required |
| --------- | ------------- | ------ | ------------------------------------------------ | -------- |
| to        | To            | String | Phone number (with country code) or WhatsApp JID | Yes      |
| latitude  | Latitude      | Number | Latitude coordinate                              | Yes      |
| longitude | Longitude     | Number | Longitude coordinate                             | Yes      |
| name      | Location Name | String | Optional name for the location                   | No       |
| address   | Address       | String | Optional address text                            | No       |

## Outputs

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