mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve the poll status of a specific user. It is useful in scenarios where you need to check the current status or progress of a poll associated with a user, such as monitoring user participation or tracking poll results programmatically.

For example, you might use this node to:

  • Automatically fetch and display the poll status for a user in a dashboard.
  • Trigger workflows based on whether a user has completed a poll.
  • Aggregate poll statuses across multiple users for reporting purposes.

Properties

Name Meaning
User Id The unique identifier of the user whose poll status you want to retrieve. This is a required string input.

Output

The node outputs JSON data representing the poll status of the specified user. The exact structure depends on the mittwald mStudio API response but typically includes fields indicating the poll's current state, progress, or results related to that user.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node sends requests to https://api.mittwald.de.
  • Proper configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing User Id will cause the API request to fail.
    • Incorrect or expired API credentials will result in authentication errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors typically indicate invalid API keys; verify and update credentials.
    • "User not found" or similar errors suggest the provided User Id does not exist; double-check the input.
    • Timeout or connection errors may require checking network settings or API availability.

Links and References

Discussion