Actions64
- Instancia Actions
- Mensaje Actions
- Grupo Actions
- Crear Grupo
- Actualizar Imagen Del Grupo
- Actualizar Nombre Del Grupo
- Actualizar Descripción Del Grupo
- Actualizar Configuraciones
- Actualizar Miembros
- Buscar Enlace De Invitación
- Revocar Enlace De Invitación
- Enviar Enlace De Invitación
- Buscar Grupos
- Encontrar Participantes
- Mensajes Temporales
- Unirse Al Grupo
- Salir Del Grupo
- Chat Actions
- Perfil Actions
- Evento Actions
- Integración Actions
Overview
This node, named "Evolution API," allows users to interact with the Evolution API service. Specifically, for the resource "Perfil" and operation "Buscar Configuraciones De Privacidad" (Search Privacy Settings), it fetches privacy configuration data related to a user profile or instance. This can be useful in scenarios where you need to programmatically retrieve privacy settings from the Evolution API for auditing, synchronization, or display purposes.
For example, a user might use this node to automatically pull privacy configurations of different instances in their system to ensure compliance or to update UI elements based on those settings.
Properties
Name | Meaning |
---|---|
Nombre De La Instancia | The name of the instance for which to search privacy configurations. This is a required string input. |
Output
The node outputs a JSON array containing the results returned by the Evolution API for the requested privacy configurations. Each item in the array represents a privacy configuration object associated with the specified instance.
No binary data output is indicated or expected.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The base URL for requests is set to
https://doc.evolution-api.com/api-reference
. - The node expects JSON responses and sends requests with appropriate headers (
Accept: application/json
,Content-Type: application/json
).
Troubleshooting
- Operation Not Supported Error: If the node throws an error stating that the operation is not supported, verify that the resource and operation names are correctly set as "Perfil" and "Buscar Configuraciones De Privacidad" respectively.
- Authentication Issues: Ensure that a valid API authentication token or key is configured in the node credentials; otherwise, requests will fail.
- Empty or Unexpected Response: Confirm that the instance name provided exists and has privacy configurations available in the Evolution API.
- Network or API Errors: Check network connectivity and the status of the Evolution API service if requests time out or return errors.
Links and References
- Evolution API Documentation (official API reference)