mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve detailed invoice settings for a specific customer contract. It is useful in scenarios where you need to programmatically access billing or invoice configuration details associated with a customer's contract, such as automating invoice generation, auditing billing setups, or integrating invoice data into other systems.

For example, a user might use this node to fetch invoice preferences or settings for a given customer ID before generating a customized invoice or sending billing reminders.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose invoice settings are to be retrieved. This is a required string input.

Output

The node outputs JSON data containing the detailed invoice settings for the specified customer contract. The exact structure depends on the mittwald mStudio API response but typically includes fields related to invoice configuration such as payment terms, invoice templates, tax information, and other billing preferences.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node makes HTTP requests to https://api.mittwald.de.
  • Proper configuration of the API credential within n8n is necessary for successful operation.

Troubleshooting

  • Missing or invalid Customer Id: Ensure that the "Customer Id" property is provided and correctly formatted; otherwise, the API call will fail.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions to access invoice settings.
  • Network or API errors: Check network connectivity and confirm the mittwald API service is operational.
  • Unexpected API responses: If the output JSON does not contain expected fields, verify that the customer ID exists and that the account has invoice settings configured.

Links and References

Discussion