Wazzap API icon

Wazzap API

Interact with Wazzap API

Overview

This node integrates with the Wazzap API to send PIX payments, a popular instant payment system in Brazil. Specifically, the "Enviar PIX" operation under the "Mensagem" resource allows users to initiate a PIX transfer by specifying recipient details and payment key information.

Common scenarios include automating payment workflows, sending money to customers or suppliers, or integrating PIX transfers into broader business processes without manual intervention.

For example, a business could use this node to automatically pay invoices via PIX when triggered by an event in their ERP system.

Properties

Name Meaning
Nome Da Instância The name of the Wazzap API instance that will send the PIX payment.
Número Do Destinatário The recipient's identifier (likely a phone number or chat ID) to whom the PIX is sent.
Nome Do Beneficiário The full name of the PIX payment beneficiary (recipient).
Tipo Da Chave The type of PIX key used for the transaction. Options: Telefone, E-Mail, CPF, CNPJ, Aleatória (Random).
Chave PIX The actual PIX key value corresponding to the selected key type.

Output

The node outputs a JSON array containing the response from the Wazzap API after attempting to send the PIX payment. This typically includes confirmation details about the transaction status, any identifiers returned by the API, or error messages if the operation failed.

No binary data output is indicated.

Dependencies

  • Requires an active Wazzap API credential configured in n8n to authenticate requests.
  • Depends on the external Wazzap API service endpoint at https://doc.wazzap.mx/api-reference.
  • Network connectivity to the Wazzap API is necessary.

Troubleshooting

  • Unsupported Operation Error: If the node throws an error stating the operation is not supported, verify that the "resource" and "operation" parameters are correctly set to "messages-api" and "send-pix" respectively.
  • Authentication Failures: Ensure the API key or credentials for Wazzap API are valid and have sufficient permissions.
  • Invalid PIX Key or Type: Double-check that the PIX key and its type match and are valid according to PIX standards.
  • Recipient Identifier Issues: The "Número Do Destinatário" must be correctly formatted and correspond to a valid recipient in the Wazzap system.
  • Network Errors: Confirm network access to the Wazzap API endpoint and no firewall blocks.

Links and References

Discussion