Actions85
- 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 provided invite code. It is useful when you want to fetch details about a specific group invitation, such as verifying the invite or obtaining metadata related to the invite before joining or sharing it.
Practical examples include:
- Validating an invite code before allowing a user to join a group.
- Displaying invite details in a user interface for confirmation.
- Automating workflows that depend on group invite information.
Properties
| Name | Meaning |
|---|---|
| Id | The instance ID (a numeric identifier) associated with the request or context. |
| Invite Code | The group invite code string used to get detailed information about the group invite. |
Output
The node outputs JSON data containing the information retrieved from the WaAPI API about the specified group invite. This typically includes metadata related to the invite code such as group details, invite status, expiration, and other relevant attributes returned by the API.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating requests to the WaAPI API.
- The node uses the base URL
https://waapi.app/api/v1for API calls. - The HTTP headers specify JSON content type and accept JSON responses.
Troubleshooting
- Invalid Invite Code: If the invite code is incorrect or expired, the API may return an error or empty response. Verify the invite code is correct and active.
- Authentication Errors: Ensure the API key credential is correctly configured and has necessary permissions.
- Network Issues: Check connectivity to
https://waapi.app/api/v1. - Missing Required Parameters: Both "Id" and "Invite Code" are required; missing either will cause errors.
Links and References
- WaAPI Official Documentation (for API details and invite info endpoint)
- n8n documentation on creating custom nodes