---
title: "Send template messages"
method: POST
path: "/api/v1/sendTemplateMessages"
tags: ["Messaging"]
---

# Send template messages

`POST /api/v1/sendTemplateMessages`

## Request body

- SendTemplatesV1RequestModel
  - `receivers` TemplateReceiverV1[], required
    - `customParams` CustomParam[], required
      - `name` string, nullable
      - `value` string, nullable
    - `whatsappNumber` string, required
  - `template_name` string, required
  - `broadcast_name` string, required
  - `channel_number` string, required

## Response `200`

Send template messages success

- object
  - `result` boolean — Indicates whether the batch template send operation was successful.
  - `errors` object — Details about any validation or delivery errors that occurred.
    - `error` string — General error message if the operation failed, empty string when there is no global error.
    - `invalidWhatsappNumbers` string[] — List of WhatsApp numbers that were found to be invalid.
    - `invalidCustomParameters` string[] — List of invalid custom parameter definitions for the request.

---

[API](https://skmtc.dev/wati/apis/api-documentation-v3.md) · [All operations](https://skmtc.dev/wati/apis/api-documentation-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wati/api-documentation-v3/revisions/dee16d2c7d41/schema)
