mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node allows users to create feedback entries for a user resource in the mittwald mStudio API. It is useful for collecting user feedback, bug reports, or ratings directly from workflows. Typical scenarios include gathering customer opinions, reporting issues, or rating features within an automated process.

For example, after a user completes a task in an application, this node can be used to send their feedback message, specify the type (feedback or bug), and optionally provide a vote rating. This helps teams track user sentiment and issues efficiently.

Properties

Name Meaning
Message Personal feedback message provided by the user.
Origin The origin URL or source of the feedback, e.g., the page or app where feedback was sent.
Subject A descriptive subject line summarizing the feedback.
Type Type of feedback; options are: "Feedback" or "Bug".
Vote Numeric rating representing feedback quality from bad to good; 0 means no vote given.

Output

The node outputs JSON data representing the created feedback entry as returned by the mittwald mStudio API. This typically includes confirmation details such as feedback ID, timestamps, and stored fields like message, subject, type, origin, and vote.

No binary data output is involved.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de and expects JSON content-type headers.
  • No additional external dependencies beyond the configured API credentials.

Troubleshooting

  • Authentication errors: Ensure the API key credential is correctly set up and has necessary permissions.
  • Validation errors: Missing required fields like "Subject" will cause the API to reject the request. Make sure all required properties are filled.
  • Network issues: Verify network connectivity to https://api.mittwald.de.
  • Unexpected API responses: Check if the API endpoint or schema has changed; update the node accordingly.

Links and References

Discussion