mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve detailed information about a specific contract based on a given domain ID. It is useful in scenarios where you need to fetch contract details linked to a particular domain, such as managing hosting contracts or service agreements associated with domains in an automated workflow.

For example, you might use this node to automatically pull contract details when a new domain is added to your system or to verify contract status before performing domain-related operations.

Properties

Name Meaning
Domain Id The unique identifier of the domain for which to retrieve the contract details. This is a required string input.

Output

The node outputs JSON data containing the detailed information of the contract associated with the specified domain ID. The exact structure depends on the mittwald mStudio API response but typically includes contract attributes such as contract ID, terms, status, and related domain information.

No binary data output is indicated.

Dependencies

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

Troubleshooting

  • Common issues:

    • Invalid or missing domain ID input will cause the request to fail.
    • Authentication errors if the API key credential is not set up correctly.
    • Network or API downtime may result in request failures.
  • Error messages:

    • Unauthorized or 401 errors indicate problems with API credentials; verify and update the API key.
    • 404 errors may mean the domain ID does not exist or no contract is associated with it.
    • Timeout or network errors suggest connectivity issues; check network settings and API availability.

Links and References

Discussion