mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node integrates with the mittwald mStudio API to create a new customer record. It is useful in scenarios where you want to automate customer management by programmatically adding customers into the mittwald system, such as during onboarding workflows or syncing customer data from other platforms.

For example, you could use this node to automatically add new customers collected from a web form into your mittwald account, including detailed owner information and tax identification numbers.

Properties

Name Meaning
Name The full name of the customer to be created.
Owner JSON object containing detailed owner information, including address (street, house number, city, zip code, country code, address prefix) and phone numbers. This allows specifying the customer's contact details comprehensively.
Vat Id The VAT identification number for the customer, used for tax purposes.

Output

The node outputs JSON data representing the newly created customer as returned by the mittwald mStudio API. This typically includes the customer's unique ID, name, owner details, VAT ID, and any other metadata provided 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 uses the base URL https://api.mittwald.de and expects JSON content-type headers.
  • No additional external dependencies are required beyond the configured API authentication.

Troubleshooting

  • Authentication errors: Ensure that the API key credential is correctly configured and has sufficient permissions to create customers.
  • Invalid JSON in Owner field: The Owner property expects valid JSON input. Malformed JSON will cause request failures. Use proper JSON formatting when entering owner details.
  • Missing required fields: The "Name" property is mandatory. Omitting it will result in an error from the API.
  • API rate limits or downtime: If requests fail unexpectedly, verify the mittwald API status and check if rate limits have been exceeded.

Links and References

Discussion