mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to list feedback entries associated with a specific user. It is useful for scenarios where you want to retrieve and analyze user feedback data, such as customer support follow-ups, user experience research, or monitoring user satisfaction.

For example, you can use this node to fetch all feedback submitted by a particular user identified by their user ID, optionally filtering the results by the subject content of the feedback.

Properties

Name Meaning
User Id The identifier of the user whose feedback you want to list. Use self to refer to the current authenticated user or provide a specific user ID. This property is required.
Subject Optional filter to narrow down feedback results by matching the subject content.

Output

The node outputs JSON data containing the list of feedback entries for the specified user. Each entry typically includes details such as feedback content, subject, timestamps, and other metadata provided by the mittwald mStudio API.

No binary data output is indicated in the source code.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The base URL for API requests is https://api.mittwald.de.
  • The node uses standard HTTP headers for JSON communication (Accept: application/json, Content-Type: application/json).

Troubleshooting

  • Missing or invalid API credentials: Ensure that a valid API key credential is configured in n8n for this node to authenticate successfully.
  • Invalid User Id: Providing an incorrect or non-existent user ID may result in empty responses or errors from the API.
  • Network issues: Connectivity problems can cause request failures; verify network access to api.mittwald.de.
  • Filtering by Subject: If no feedback appears when using the subject filter, confirm that the subject string matches existing feedback subjects exactly or adjust the filter criteria.

Links and References

Discussion