Actions64
- Instancia Actions
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
Overview
The node "Evolution API" provides an interface to interact with the Evolution API service. Specifically, for the Resource Chat and Operation Verificar Número (Check Number), it allows users to verify a list of phone numbers to determine their validity or status within the Evolution API system.
This node is beneficial in scenarios where you need to validate multiple phone numbers before sending messages or performing other operations that require confirmed valid contacts. For example, a marketing automation workflow could use this node to filter out invalid phone numbers from a contact list to improve message delivery rates.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The name of the instance to be used for the verification process. |
| Números | A comma-separated list of phone numbers to verify. |
Output
The output of the node is a JSON array containing the results of the number verification operation. Each element in the array corresponds to one of the input phone numbers and includes details about its verification status as returned by the Evolution API.
If the node supports binary data output, it would typically relate to any media or attachments associated with the chat or verification process, but based on the provided code and properties, the primary output is JSON data reflecting the verification results.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The node uses the base URL
https://doc.evolution-api.com/api-referencefor API requests. - Proper configuration of the API authentication credentials in n8n is necessary.
Troubleshooting
- Unsupported Operation Error: If you select an operation not supported by the resource, the node throws an error stating the operation is not supported. Ensure you select the correct Resource-Operation combination.
- Invalid or Missing Credentials: Failure to provide valid API credentials will result in authentication errors. Verify that the API key or token is correctly configured.
- Malformed Numbers List: Providing improperly formatted phone numbers (e.g., missing commas or invalid characters) may cause the API call to fail or return unexpected results. Ensure the numbers are comma-separated and correctly formatted.
- Network Issues: Connectivity problems can prevent the node from reaching the Evolution API endpoint. Check network settings and firewall rules if requests time out.
Links and References
- Evolution API Documentation - Official API reference for detailed information on endpoints and parameters.