Actions64
- Instancia Actions
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
Overview
This node, named "Evolution API," allows users to interact with the Evolution API service. Specifically, for the resource "Grupo" and operation "Buscar Link De Convite" (Fetch Invite Link), it fetches an invitation code for a specified group. This is useful in scenarios where you need to programmatically retrieve invite links to groups managed via the Evolution API, such as automating group management or integrating group invites into other workflows.
Practical examples include:
- Automatically retrieving and sharing group invite links when new members need to be added.
- Integrating group invite codes into messaging or notification systems.
- Managing multiple group instances by fetching their invite codes dynamically.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The name of the instance from which to fetch the invite code. |
| ID Do Grupo | The unique identifier of the group for which the invite code will be retrieved. |
Output
The node outputs a JSON array containing the result of the invite code fetch operation. Each item in the array corresponds to the data returned by the Evolution API for the requested group invite link. The exact structure depends on the API response but typically includes fields related to the invite code and possibly metadata about the group or invite.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The node expects the Evolution API service to be accessible and properly configured.
- No additional environment variables are explicitly required beyond the API authentication.
Troubleshooting
- Operation Not Supported Error: If the node throws an error stating the operation is not supported, verify that the resource and operation names are correctly set to "groups-api" and "fetch-invite-code" respectively.
- Missing Required Parameters: Ensure that both "Nome Da Instância" and "ID Do Grupo" are provided; missing these will cause errors.
- API Authentication Issues: Confirm that the API key credential is valid and has the necessary permissions.
- Network or API Errors: Check network connectivity and the status of the Evolution API service if requests fail.
Links and References
- Evolution API official documentation (not provided in source; consult your API provider)
- n8n documentation on creating custom nodes and using credentials: https://docs.n8n.io/