---
title: "Send template messages(CSV)"
method: POST
path: "/api/v1/sendTemplateMessageCSV"
tags: ["Messaging"]
---

# Send template messages(CSV)

`POST /api/v1/sendTemplateMessageCSV`

## Query parameters

- `template_name` string, required
- `broadcast_name` string, required

## Response `200`

Send template messages (CSV) success

- object
  - `result` string — Result status of the CSV broadcast operation (e.g. 'success').
  - `template_name` string — Name of the template used for this CSV broadcast.
  - `errors` string[] — List of error messages encountered while processing the CSV, empty when fully successful.

---

[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)
