Game Boost icon

Game Boost

Get data from Game Boost API

Overview

The "Game Boost" node interacts with the Game Boost API to perform various operations related to game accounts. Specifically, the "Delete Account" operation allows users to delete a game account by specifying its ID or name. This node is useful for automating account management tasks such as removing obsolete or unwanted accounts from the Game Boost platform.

Practical examples include:

  • Automatically deleting user accounts that are no longer active.
  • Cleaning up test accounts created during development.
  • Managing account lifecycle in bulk workflows.

Properties

Name Meaning
Account Name or ID The unique identifier of the account to delete. Users can select from a list of existing accounts or specify an ID using an expression.

Note: There is also a hidden notice property providing links to official and unofficial Discord servers for community support and discussions.

Output

The node outputs data in JSON format. For the "Delete Account" operation, the output typically contains confirmation or status information about the deletion request. The exact structure depends on the API response but will be accessible under the json field of the output item.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the Game Boost API.
  • Depends on internal methods to load options dynamically, such as fetching all account IDs (getAllAccountsID).
  • The node uses bundled helper modules for fields, operators, and execution logic.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent account ID may result in errors or no action.
    • Missing or incorrect API credentials will prevent successful API calls.
    • Network connectivity problems can cause timeouts or failures.
  • Error messages:

    • Authentication errors indicate issues with the provided API key; verify and update credentials.
    • "Account not found" errors suggest the specified account ID does not exist; check the input value.
    • General API errors may require checking the Game Boost service status or reviewing request parameters.

Links and References

Discussion