mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the "Marketplace" resource of the mittwald mStudio API, specifically to update billing information for a contributor. It allows users to modify details such as the invoice footer text associated with a contributor's billing profile. This is useful in scenarios where contributors need to update their billing statements or customize invoice footers for compliance or branding purposes.

Practical examples include:

  • Updating the invoice footer to reflect new tax identification numbers.
  • Customizing billing statements for different contributors dynamically within an automated workflow.

Properties

Name Meaning
Contributor Id The unique identifier of the contributor whose billing information will be updated.
Invoice Footer Text to be added as the footer on invoices; defaults to "USTID-Nr: DE123456789".

Output

The node outputs JSON data representing the response from the mittwald mStudio API after updating the contributor's billing information. This typically includes confirmation of the update and any relevant metadata returned by the API.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node sends requests to https://api.mittwald.de.
  • The node depends on the @devlikeapro/n8n-openapi-node package for OpenAPI integration.
  • Proper configuration of the API credential in n8n is necessary for successful operation.

Troubleshooting

  • Common issues:

    • Invalid or missing contributor ID may cause the API to reject the request.
    • Incorrect or expired API credentials will result in authentication errors.
    • Network connectivity problems can prevent communication with the mittwald API endpoint.
  • Error messages:

    • Authentication failures usually indicate invalid API keys; verify and update credentials.
    • Validation errors from the API may occur if the invoice footer format is incorrect or too long; ensure the footer text complies with expected formats.
    • HTTP errors like 404 suggest the contributor ID does not exist; double-check the contributor identifier.

Links and References

Discussion