Actions64
- Instancia Actions
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
Overview
The node "Evolution API" allows interaction with the Evolution API service, specifically supporting operations on various resources. For the resource Mensagem and operation Enviar PIX, it enables sending a PIX payment message to a recipient via the specified instance. This is useful for automating PIX payment notifications or requests within workflows, such as confirming payments or initiating transfers programmatically.
Practical examples include:
- Sending a PIX payment request to a customer after an order.
- Notifying a beneficiary about a received PIX transfer.
- Automating bulk PIX payment messages from a financial system.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The name of the instance that will send the PIX message. |
| Número Do Destinatário | The recipient's number (likely a chat or contact identifier) to whom the PIX is sent. |
| Nome Do Beneficiário | The name of the PIX beneficiary (recipient). |
| Tipo Da Chave | The type of PIX key used; options are: Telefone (phone), E-Mail, CPF, CNPJ, Aleatória (random). |
| Chave PIX | The PIX key value of the beneficiary. |
Output
The node outputs a JSON array containing the result of the PIX sending operation. Each item in the output corresponds to the response from the Evolution API for the PIX message sent. The exact structure depends on the API response but generally includes confirmation details or error information related to the PIX transaction.
No binary data output is indicated.
Dependencies
- Requires an API key credential for the Evolution API configured in n8n.
- The node uses the base URL
https://doc.evolution-api.com/api-referencefor API requests. - Proper configuration of the instance name and recipient identifiers is necessary.
Troubleshooting
- Operation not supported error: If the selected operation or resource is not implemented, the node throws an error indicating unsupported operation. Ensure the correct resource ("messages-api") and operation ("send-pix") are selected.
- Missing required parameters: All properties marked as required must be provided; otherwise, the node may fail or return errors from the API.
- API authentication issues: Verify that the API key credential is valid and has permissions to send PIX messages.
- Invalid PIX key or key type: Providing incorrect PIX key types or values may cause the API to reject the request.
Links and References
- Evolution API Documentation (base URL used by the node)
- PIX Payment System Overview (for understanding PIX keys and types)