mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to list mail settings for a specific project. It is useful when you need to retrieve configuration details related to email handling within a given project managed in mittwald's system. For example, if you want to audit or display the current mail settings of a project or integrate these settings into another workflow, this node provides a direct way to fetch that data.

Properties

Name Meaning
Project Id ID of the Project to list mail settings for.

Output

The node outputs JSON data containing the mail settings associated with the specified project. The exact structure depends on the mittwald mStudio API response but typically includes configuration details such as mail server settings, forwarding rules, or other project-specific mail parameters.

If the API returns binary data (not indicated here), it would represent attachments or encoded mail content, but based on the provided code and operation, output is expected to be JSON only.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de to make requests.
  • The node expects the Accept and Content-Type headers to be set to application/json.
  • No additional external dependencies are indicated beyond the mittwald API and its authentication.

Troubleshooting

  • Missing or invalid Project Id: Ensure the "Project Id" property is correctly set and corresponds to an existing project in mittwald.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions to access project mail settings.
  • API connectivity issues: Check network connectivity and that the base URL https://api.mittwald.de is reachable.
  • Unexpected API responses: If the API changes or returns errors, review the error message for details and consult mittwald API documentation.

Links and References

Discussion