mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node allows users to express interest in becoming a contributor within the "Marketplace" resource of the mittwald mStudio API. Specifically, it supports the operation "Contributor Express Interest To Contribute," which submits relevant customer and contact information to indicate willingness to contribute.

Typical use cases include:

  • Customers who want to register themselves as contributors on the mittwald Marketplace.
  • Automating the process of submitting contributor interest forms with detailed contact and contract owner information.
  • Integrating contribution interest submissions into broader workflows for customer management or marketplace participation.

For example, a company could use this node to automatically notify mittwald when one of their customers wants to become a contributor, including specifying alternative contact persons or contract owners if needed.

Properties

Name Meaning
Customer Id The ID of the customer who wants to be a contributor. This is a required string identifying the customer.
Deviating Contact Person User Id (Optional) A user ID who can be contacted by mittwald if problems arise. If not provided, the executing user is considered the contact person. The user must belong to the underlying customer.
Deviating Contract Owner (Optional) JSON object describing an alternative contract owner’s address and phone numbers. This overrides default contract owner details.
Deviating Name (Optional) A string representing an alternative name to be used instead of the default.
Deviating Support Information (Optional) JSON object containing support contact information such as email.
Imprint (Optional) String field for imprint information related to the contributor or customer.

Output

The node outputs JSON data reflecting the response from the mittwald mStudio API after expressing interest to contribute. The exact structure depends on the API response but typically includes confirmation or status details about the submission.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The base URL for API requests is https://api.mittwald.de.
  • The node uses standard HTTP headers accepting and sending JSON content.
  • No additional external dependencies beyond the mittwald API and its authentication are required.

Troubleshooting

  • Missing Required Fields: Ensure that the "Customer Id" property is provided; otherwise, the API call will fail.
  • Invalid JSON in Optional Fields: The properties "Deviating Contract Owner" and "Deviating Support Information" expect valid JSON strings. Malformed JSON will cause errors.
  • Authentication Errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Contact Person Validation: If specifying a deviating contact person user ID, ensure that the user belongs to the specified customer; otherwise, the API may reject the request.
  • Network Issues: Confirm network connectivity to https://api.mittwald.de and that no firewall or proxy blocks the request.

Links and References

Discussion