POST
/
messages
/
template
Envia uma mensagem de template
curl --request POST \
  --url https://api.zatten.online/api/v1/messages/template \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "lead_number": "<string>",
  "template_name": "<string>",
  "name": "<string>"
}'
{
  "wa_id": "<string>",
  "name": "<string>",
  "thread_id": "<string>"
}

Authorizations

x-api-key
string
header
required

Chave de API necessária para autenticar todas as requisições.

Body

application/json

Dados necessários para o envio do template.

The body is of type object.

Response

Mensagem enviada com sucesso.

The response is of type object.