mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node updates an existing customer record in the mittwald mStudio system via its API. It is useful when you need to modify customer details such as their name, VAT ID, or owner information programmatically within an n8n workflow. For example, you might use this node to synchronize customer data from another CRM or update customer addresses after receiving new information.

Properties

Name Meaning
Customer Id The unique identifier of the customer to update.
Name The updated name of the customer.
Owner JSON object containing detailed owner information including address and phone numbers.
Vat Id The updated VAT identification number for the customer.

Output

The node outputs JSON data representing the updated customer object as returned by the mittwald mStudio API. This typically includes all customer fields reflecting the changes made. 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 uses the base URL https://api.mittwald.de for API requests.
  • The node expects JSON content type for both requests and responses.

Troubleshooting

  • Missing or invalid Customer Id: The update will fail if the provided customer ID does not exist or is malformed. Ensure the ID is correct.
  • Invalid JSON in Owner field: Since the Owner property expects a JSON object, malformed JSON will cause errors. Validate JSON syntax before input.
  • API authentication errors: If the API key credential is missing or invalid, the node will return authentication errors. Verify the API key configuration.
  • Network or API downtime: Temporary connectivity issues or API service interruptions can cause failures. Retry or check API status.

Links and References

Discussion