---
title: "Wa360 Send Template"
method: POST
path: "/wa360/send-template"
tags: ["wa360"]
---

# Wa360 Send Template

`POST /wa360/send-template`

## Request body

- SendTemplateReq
  - `to` string, required — Phone in international format WITHOUT + (digits only)
  - `name` string, required — Customer name for BODY variable {{1}}
  - `template` string
  - `image` string, nullable — Header image URL
  - `lang` string

## Response `200`

Successful Response

- SendResult
  - `ok` boolean, required
  - `status_code` integer, required
  - `wa_status` string, required
  - `wa_error_code` integer, nullable
  - `response` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
