---
title: "Send template"
method: POST
path: "/waba/sendTemplate"
---

# Send template

`POST /waba/sendTemplate`

Envia um template

## Headers

- `instance-token` string, required

## Request body

- object
  - `instanceId` string, required — Código da instância
  - `number` string, required — Telefone para envio
  - `name` string, required — Nome do template
  - `languageCode` string, required — Código da linguagem cadastrado no template (exemplo: `pt_BR`)
  - `schedulingMessage` boolean — Envia template sem criação de sessão.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/chatpro/apis/api-do-chat.md) · [All operations](https://skmtc.dev/chatpro/apis/api-do-chat/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chatpro/api-do-chat/revisions/4e86e2befb06/schema)
