mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node allows you to create a new mail address within a specified project using the mittwald mStudio API. It is useful for automating the management of email addresses tied to projects, such as setting up forwarding rules or provisioning new mailboxes programmatically. For example, you can use this node to automatically create a mail address for a new client project and specify where incoming emails should be forwarded.

Properties

Name Meaning
Project Id The unique identifier of the project for which the mail address will be created.
Address The email address to be created under the specified project.
Forward Addresses A JSON array specifying one or more email addresses to which incoming mail should be forwarded.

Output

The node outputs JSON data representing the response from the mittwald mStudio API after creating the mail address. This typically includes details about the newly created mail address, such as its ID, the address itself, and any forwarding settings applied. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node communicates with the mittwald API endpoint at https://api.mittwald.de.
  • Proper configuration of the API authentication in n8n credentials is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing project ID may cause the API to reject the request.
    • Incorrectly formatted forward addresses (not valid JSON or invalid email formats) can lead to errors.
    • Network connectivity problems or incorrect API credentials will prevent successful communication with the mittwald API.
  • Error messages:

    • Authentication errors usually indicate invalid or missing API credentials; verify and update your API key.
    • Validation errors from the API may indicate missing required fields or invalid input formats; ensure all required properties are correctly set.
    • JSON parsing errors on the forward addresses property suggest malformed JSON input; validate the JSON syntax before submitting.

Links and References

Discussion