---
title: "Send Whatsapp Location Message"
method: POST
path: "/whatsapp/message/location"
tags: ["Outgoing Messages"]
---

# Send Whatsapp Location Message

`POST /whatsapp/message/location`

Send Whatsapp Location Message

## Request body

- SendWhatsappLocationMessageDto
  - `from` string, phone — The phone number from which the message is sent, with the country code.
  - `to` string, phone — The phone number to which the message is sent, with the country code. Required when not using groupId.
  - `groupId` string — The unique identifier of the WhatsApp group to send the message to. Mutually exclusive with "to".
  - `messageId` string — Message ID (UUID v4) to be used for the message. If not provided, a random UUID v4 will be generated
  - `content` SendLocationMessageContentDto, required
    - `latitude` number, required — The latitude of the location
    - `longitude` number, required — The longitude of the location
    - `name` string — The name of the location
    - `address` string — The address of the location

## Response `201`

## Other responses

- `400` — Incorrect payload
- `401` — Unauthorized

---

[API](https://skmtc.net/doubletick/apis/doubletick-public-apis.md) · [All operations](https://skmtc.net/doubletick/apis/doubletick-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doubletick/doubletick-public-apis/versions/bba484527d34/schema)
