mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation updates the autoresponder settings for a specific mail address within the "Mail" resource. It is useful when you want to programmatically change or configure the automatic reply message or behavior associated with an email address managed by the mittwald mStudio API. For example, you might use this node to enable or modify vacation replies or other automated responses without manually accessing the mail server's control panel.

Properties

Name Meaning
Mail Address Id The unique identifier of the mail address whose autoresponder you want to update.
Auto Responder A JSON object defining the autoresponder configuration to apply. This can include message content, activation status, and other autoresponder parameters as defined by the API.

Output

The node outputs the JSON response returned by the mittwald mStudio API after updating the mail address autoresponder. This typically includes confirmation of the updated settings or details of the modified autoresponder configuration.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de and expects JSON-formatted requests and responses.
  • Proper configuration of the API authentication credential in n8n is necessary for successful execution.

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 that the resource was not found. Verify the ID before running the node.
  • Malformed Auto Responder JSON: Since the autoresponder property expects a JSON object, ensure that the JSON is well-formed and matches the expected schema of the API. Parsing errors or invalid fields may cause the request to fail.
  • Authentication Errors: Missing or invalid API credentials will result in authorization failures. Confirm that the API key credential is correctly set up and has sufficient permissions.
  • API Rate Limits or Server Errors: Temporary issues with the mittwald API could cause errors. Implement retry logic or check the service status if persistent problems occur.

Links and References

Discussion