mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation allows subscribing a user to a newsletter via the Notification resource. It is useful for automating the process of adding new subscribers to a mailing list, such as when users sign up on a website or through other automated workflows. For example, you can use this node to capture user details from a form submission and automatically subscribe them to your newsletter without manual intervention.

Properties

Name Meaning
First Name The subscriber's first name
Last Name The subscriber's last name

Both properties are string inputs used to provide the subscriber's personal information when subscribing them to the newsletter.

Output

The node outputs JSON data representing the result of the subscription request. This typically includes confirmation details or status messages returned by the API indicating whether the subscription was successful. There is no indication that binary data is output by this node.

Dependencies

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

Troubleshooting

  • Common issues:

    • Missing or invalid API credentials will cause authentication failures.
    • Providing incomplete subscriber information (e.g., missing first or last name) may result in errors or rejected requests.
    • Network connectivity problems can prevent communication with the mittwald API.
  • Error messages:

    • Authentication errors usually indicate invalid or missing API keys; verify and update credentials accordingly.
    • Validation errors from the API may indicate required fields are missing or malformed; ensure all required properties are correctly set.
    • Timeout or connection errors suggest network issues; check internet connectivity and API availability.

Links and References

Discussion