Actions64
- Instance Actions
- Message Actions
- Group Actions
- Profile Actions
- Event Actions
- Integration Actions
- Chat Actions
Overview
This node interacts with the Evolution API to perform operations related to groups. Specifically, the 'Fetch Invite Link' operation retrieves the invite code for a specified group within an instance. This is useful for automating the process of obtaining group invite links, which can then be used for sharing or managing group memberships programmatically.
Use Case Examples
- Automatically fetch the invite link for a group to share it via email or messaging platforms.
- Integrate with other workflows to manage group memberships by retrieving invite codes dynamically.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance that will fetch the invite code, used to identify the source instance for the operation. |
| Group ID | The unique identifier of the group for which the invite code is to be fetched. |
Output
JSON
inviteCode- The invite code or link retrieved for the specified group.
Dependencies
- Requires an API key credential for the Evolution API to authenticate requests.
Troubleshooting
- Ensure the 'Instance Name' and 'Group ID' are correctly specified and correspond to valid entities in the Evolution API.
- If the node throws an 'Unsupported operation' error, verify that the 'resource' is set to 'Group' and the 'operation' is 'Fetch Invite Link'.
- Check API credentials and network connectivity if the node fails to fetch data from the Evolution API.
Links
- Evolution API Documentation - Official documentation for the Evolution API, providing details on available endpoints and usage.