Actions7
Overview
The "Game Boost" node integrates with the Game Boost API to retrieve and manipulate gaming account data. Specifically, the "Get Account by ID" operation fetches detailed information about a particular gaming account using its unique identifier. This node is useful for scenarios where you need to access specific player or account details from Game Boost, such as retrieving stats, profile info, or account status for further processing or automation workflows.
Practical examples include:
- Fetching a player's current game statistics to display on a dashboard.
- Automating account verification processes by retrieving account details.
- Integrating account data into CRM or support systems for personalized service.
Properties
Name | Meaning |
---|---|
Account Name or ID | The unique identifier of the account to retrieve. You can select from a dynamically loaded list of accounts or specify an ID using an expression. |
Note: There is also a hidden notice property that provides links to official and unofficial Discord servers for community support and discussions.
Output
The node outputs JSON data representing the account details retrieved from the Game Boost API. The structure of the json
output field corresponds to the account's data fields as returned by the API, which may include identifiers, stats, status, and other relevant account information.
If multiple items are returned, they are wrapped in an array of objects each containing a json
property. If a single object is returned, it is wrapped inside an array with one item.
No binary data output is indicated in the source code.
Dependencies
- Requires an API key credential for authenticating with the Game Boost API.
- Uses internal methods to load options dynamically, such as fetching all account IDs.
- No additional external dependencies beyond the Game Boost API and n8n's credential system.
Troubleshooting
Common issues:
- Invalid or missing API credentials will prevent successful API calls.
- Specifying an incorrect or non-existent account ID will result in no data or errors.
- Network connectivity problems can cause timeouts or failures when calling the Game Boost API.
Error messages:
- Authentication errors typically indicate invalid or expired API keys; verify and update credentials.
- "Account not found" or similar messages suggest the provided account ID does not exist; double-check the ID.
- General API errors may require checking the Game Boost API status or reviewing request limits.
Links and References
- Game Boost Official Discord Server
- Nskha Unofficial Discord Server
- n8n Expressions Documentation (for specifying dynamic account IDs)