Actions64
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
- Instancia Actions
- Mensagem Actions
- Grupo 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 within an instance. This is useful in scenarios where you need to programmatically retrieve invite links to share or manage group memberships without manual intervention.
Practical examples include:
- Automating the distribution of group invite links in messaging platforms.
- Integrating group management workflows where invite codes are required dynamically.
- Monitoring or auditing group access by retrieving current invite codes.
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 fetched invite code information related to the specified group. Each item in the output array represents the invite link data returned by the Evolution API for the given group and instance.
If the API supports binary data (not indicated here), it would typically represent files or media associated with the invite, but this node focuses on JSON data.
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 setup.
Troubleshooting
- Operation Not Supported Error: If you receive an error stating the operation is not supported, verify that the resource and operation names are correctly set as "groups-api" and "fetch-invite-code" respectively.
- Missing Required Parameters: Ensure both "Nome Da Instância" and "ID Do Grupo" are provided; these are mandatory.
- API Authentication Failures: Confirm that the API key credential is valid and has the necessary permissions.
- Network Issues: Check connectivity to the Evolution API endpoint if requests time out or fail.
Links and References
- Evolution API Documentation (Replace with actual URL if available)
- n8n Documentation on Creating Custom Nodes