---
title: "Send WhatsApp Message"
method: GET
path: "/dev/whatsapp"
tags: ["Sending Messages"]
---

# Send WhatsApp Message

`GET /dev/whatsapp`

Send templates with text, variables, or media depending on the provided parameters.

## Query parameters

- `message_id` integer, required
- `phone_number_id` string, required
- `numbers` string, required
- `variables_values` string
- `media_url` string, uri
- `document_filename` string
- `udf1` string
- `udf2` string
- `udf3` string

## Headers

- `Authorization` string, required

## Response `200`

Message Sent Successfully

- object
  - `status` boolean
  - `message` string
  - `request_id` string

---

[API](https://skmtc.dev/fast2sms/apis/dlt-sms-api.md) · [All operations](https://skmtc.dev/fast2sms/apis/dlt-sms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fast2sms/dlt-sms-api/revisions/1fd5abcff71a/schema)
