evolution_message_send_location
Send a location with latitude, longitude, name, and address to a WhatsApp number.
Instructions
Send a location (latitude/longitude).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Location name. | |
| delay | No | Delay in milliseconds before sending. | |
| number | Yes | Recipient phone number (digits, country code) or full WhatsApp JID. | |
| quoted | No | Message to quote/reply to. | |
| address | Yes | Location address. | |
| instance | No | WhatsApp instance name. Optional if EVOLUTION_DEFAULT_INSTANCE is configured. | |
| latitude | Yes | Latitude. | |
| longitude | Yes | Longitude. | |
| mentioned | No | List of JIDs to mention, e.g. ['5215550123@s.whatsapp.net']. | |
| mentionsEveryOne | No | Mention all group participants. |