mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the Mittwald mStudio API to update the spam protection settings of a specific mail address. It is useful in scenarios where you need to programmatically manage email spam filters or protections for mail addresses hosted on the Mittwald platform. For example, an administrator could automate enabling or disabling spam protection on user mailboxes based on certain triggers or workflows.

Properties

Name Meaning
Mail Address Id The unique identifier of the mail address whose spam protection settings you want to update.
Spam Protection A JSON object representing the spam protection configuration to apply to the mail address.

Output

The node outputs the response from the Mittwald API after updating the spam protection settings. This output is structured as JSON and typically contains details about the updated mail address spam protection status or confirmation of the update operation. There is no binary data output.

Dependencies

  • Requires an API key credential for authenticating with the Mittwald mStudio API.
  • The node sends requests to https://api.mittwald.de.
  • The request content type is JSON, and responses are expected in JSON format.

Troubleshooting

  • Invalid Mail Address Id: If the provided mail address ID does not exist or is incorrect, the API will likely return an error indicating the resource was not found. Verify the ID before running the node.
  • Malformed Spam Protection JSON: The spam protection property must be valid JSON. Errors parsing this input will cause the node to fail. Ensure the JSON syntax is correct.
  • Authentication Errors: Missing or invalid API credentials will result in authentication failures. Confirm that the API key credential is correctly configured in n8n.
  • API Rate Limits or Downtime: If the Mittwald API is unreachable or rate limits are exceeded, the node will throw errors related to network or server issues. Retry later or check API status.

Links and References

Discussion