mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the Mittwald mStudio API to update the quota of a specific mail address. It is useful in scenarios where administrators need to manage storage limits for individual mailboxes, such as increasing or decreasing the allowed mailbox size based on user requirements or organizational policies.

For example, if a user’s mailbox is running out of space, this node can be used to increase their quota to prevent email delivery issues. Conversely, it can reduce quotas to enforce storage limits and optimize resource usage.

Properties

Name Meaning
Mail Address Id The unique identifier of the mail address whose quota you want to update.
Quota In Bytes The new quota size for the mail address, specified in bytes (e.g., 2147483648 = 2 GB).

Output

The node outputs JSON data representing the response from the Mittwald mStudio API after updating the mail address quota. This typically includes confirmation details about the updated quota or any error messages returned by the API.

No binary data output is produced by this node.

Dependencies

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

Troubleshooting

  • Invalid Mail Address Id: If the provided mail address ID does not exist or is incorrect, the API will return an error. Verify the ID before running the node.
  • Quota Value Issues: Setting a quota that is too low or exceeds allowed limits may cause errors. Ensure the quota value is within acceptable bounds defined by the mail server.
  • Authentication Errors: Missing or invalid API credentials will result in authorization failures. Confirm that the API key is correctly configured and has sufficient permissions.
  • Network Issues: Connectivity problems to the Mittwald API endpoint can cause request failures. Check network access and proxy settings if applicable.

Links and References

Discussion