Integração
API de WhatsApp para Make (Integromat)
Crie cenários no Make para disparar mensagens WhatsApp.
// Make — HTTP module
URL: https://zapixo.com.br/api/v1/messages/text
Method: POST
Headers:
Authorization: Bearer SUA_CHAVE
Content-Type: application/json
Body:
{
"instance": "marketing",
"number": "{{1.phone}}",
"text": "{{1.message}}"
}