Skip to content

API — WABA Interativo

⚠️ Apenas para canais WhatsApp Oficial (WABA).

POST /v2/api/external/{ApiID}/sendButtonWABA

Body JSON (exemplo):

{
"number": "5511999999999",
"title": "Escolha uma opção:",
"body": "Como posso ajudar?",
"buttons": [
{ "id": "btn1", "title": "Suporte" },
{ "id": "btn2", "title": "Vendas" },
{ "id": "btn3", "title": "Financeiro" }
]
}

Máximo de 3 botões.

POST /v2/api/external/{ApiID}/sendListWABA

Body JSON (exemplo):

{
"number": "5511999999999",
"title": "Nossos Serviços",
"body": "Selecione uma opção:",
"buttonText": "Ver opções",
"sections": [
{
"title": "Serviços",
"rows": [
{ "id": "s1", "title": "Suporte Técnico", "description": "Problemas com o sistema" },
{ "id": "s2", "title": "Comercial", "description": "Planos e preços" }
]
}
]
}

Máximo de 10 opções por seção.

  • Tickets — Gerencie atendimentos