Actions83
- Instances Actions
- Client Actions
- Message Actions
- Chat Actions
- Contact Actions
- Number Actions
- Group Actions
- Channel Actions
- Label Actions
- Story Actions
Overview
This node interacts with the WaAPI API to retrieve information about a group invite using a specific invite code. It is useful when you want to programmatically obtain details about a group invitation, such as verifying the invite or fetching metadata related to it. For example, this can be used in automation workflows that manage group memberships or validate invite codes before allowing access.
Properties
| Name | Meaning |
|---|---|
| Id | The instance ID (a numeric identifier) associated with the request or context. |
| Invite Code | The group invite code string for which the information will be retrieved. |
Output
The node outputs JSON data containing the information about the group invite corresponding to the provided invite code. This typically includes details returned by the WaAPI API about the invite, such as group metadata or invite status. There is no indication of binary data output.
Dependencies
- Requires an API key credential for authenticating with the WaAPI API.
- The node sends requests to the base URL
https://waapi.app/api/v1. - Proper configuration of the API authentication credential within n8n is necessary.
Troubleshooting
- Invalid or expired invite code: The API may return an error if the invite code does not exist or has expired. Verify the invite code is correct and active.
- Authentication errors: If the API key credential is missing or invalid, the node will fail to authenticate. Ensure the API key is correctly configured.
- Network issues: Connectivity problems to the WaAPI endpoint can cause failures. Check network access and proxy settings if applicable.
- Missing required properties: Both "Id" and "Invite Code" are required; omitting them will result in validation errors.
Links and References
- WaAPI Official Documentation (for detailed API usage and invite info structure)
- n8n Documentation (for general node usage and credential setup)