Integração
API de WhatsApp para Typebot
Integre chatbots visuais do Typebot com envio de mensagens via Zapixo.
// Typebot — Webhook / HTTP block
fetch("https://zapixo.com.br/api/v1/messages/text", {
method: "POST",
headers: {
"Authorization": "Bearer SUA_CHAVE",
"Content-Type": "application/json"
},
body: JSON.stringify({
instance: "atendimento",
number: "{{telefone}}",
text: "{{resposta_bot}}"
})
})Templates prontos
Importe e conecte em minutos — substitua a API key e o nome da instância.
- Menu de atendimento (Typebot)iniciante