Actions64
- Instancia Actions
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
Overview
This node allows you to interact with the Evolution API, specifically to search for privacy settings ("Buscar Configurações De Privacidade") related to a user profile ("Perfil"). It is useful in scenarios where you need to programmatically retrieve or audit privacy configurations for different instances within the Evolution platform. For example, you might use this node to automate compliance checks or to display current privacy settings in a dashboard.
Properties
| Display Name | Type | Description |
|---|---|---|
| Nome Da Instância | String | Digite o nome da instância (Enter the instance name). This property is required and specifies which instance's privacy settings should be retrieved. |
Output
The node outputs a JSON array containing the privacy configuration data for the specified instance. The exact structure of the output depends on the Evolution API response, but it will typically include fields relevant to privacy settings.
Dependencies
- External Service: Requires access to the Evolution API.
- Credentials: You must configure valid "evolutionApi" credentials in n8n.
- Environment: No special environment variables are mentioned, but network access to the Evolution API endpoint is necessary.
Troubleshooting
Common Issues:
- Missing or invalid credentials will prevent the node from accessing the API.
- If the specified instance name does not exist, the API may return an error or empty result.
- Network issues can cause connection failures.
Error Messages:
"Operação não suportada."— This means the selected operation is not supported for the given resource. Double-check that you have chosen the correct resource ("Perfil") and operation ("Buscar Configurações De Privacidade").- API errors will be passed through as node errors; check the error message for details.