GymControl icon

GymControl

Handle your GymControl instance

Actions91

Overview

The node integrates with the GymControl API to manage and retrieve data related to a gym management system. Specifically, for the Feedback - Get operation, it fetches feedback entries from the GymControl platform. This is useful for scenarios where gym administrators or coaches want to review user feedback, track satisfaction, or analyze comments submitted by gym members.

Practical examples include:

  • Automatically retrieving recent feedback to trigger notifications or reports.
  • Aggregating feedback data for sentiment analysis or quality control.
  • Integrating feedback retrieval into broader gym management workflows.

Properties

Name Meaning
Show Complete Response When enabled, returns the full raw response from the API instead of just the main data.

Output

The node outputs JSON data representing the feedback information retrieved from the GymControl API. The structure typically includes details about individual feedback entries such as identifiers, content, timestamps, and possibly metadata related to the feedback.

If "Show Complete Response" is enabled, the output will contain the entire API response object, which may include additional metadata like pagination info or status codes.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the GymControl API.
  • The base URL for the API is configured via credentials.
  • The node uses HTTP requests to communicate with the GymControl service endpoints.

Troubleshooting

  • Authentication errors: Ensure that the API key credential is correctly set up and has sufficient permissions.
  • Network issues: Verify connectivity to the GymControl API endpoint URL.
  • Empty or missing feedback data: Confirm that there is existing feedback in the GymControl system and that query parameters (if any) are correct.
  • Unexpected response format: If enabling "Show Complete Response," be prepared to handle the full API response structure, which might differ from the simplified data output.

Links and References

  • GymControl official API documentation (not provided here; consult GymControl resources)
  • n8n documentation on creating and using custom nodes with API integrations

Discussion