mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to create a tariff change order for a contract. It allows users to specify details about the desired tariff change, such as resource specifications or service types, and submit this information to update the contract accordingly.

Common scenarios include upgrading or modifying hosting plans, server configurations, or other service-related tariffs associated with a contract. For example, a user might increase disk space or change the machine type of their hosting plan by creating a tariff change order through this node.

Properties

Name Meaning
Tariff Change Data JSON object specifying the details of the tariff change, e.g., disk space, machine type.
Tariff Change Type The category of tariff change to apply. Options: Project Hosting, Server, Lead Fyndr.

Output

The node outputs JSON data representing the response from the mittwald mStudio API after submitting the tariff change order. This typically includes confirmation details about the created order, status, and any relevant metadata returned by the API.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node sends requests to https://api.mittwald.de.
  • Proper configuration of the API authentication in n8n credentials is necessary.

Troubleshooting

  • Invalid JSON in Tariff Change Data: If the JSON input is malformed, the node will fail to parse it. Ensure the JSON is valid.
  • Authentication Errors: Missing or incorrect API credentials will cause authorization failures. Verify that the API key is correctly configured.
  • Unsupported Tariff Change Type: Selecting an unsupported option may result in API errors. Use only the provided options.
  • API Connectivity Issues: Network problems or API downtime can cause request failures. Check network connectivity and API status.

Links and References

Discussion