mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to perform various operations. Specifically, for the "Verification Verify Company" operation under the "Misc" resource, it verifies company information based on a provided company name. This can be useful in scenarios where you need to confirm the existence or details of a company before proceeding with further automation steps, such as validating client data or integrating with other business systems.

Example use cases:

  • Verifying a company's name before creating a customer record.
  • Checking company details during onboarding workflows.
  • Automating compliance checks by confirming company identities.

Properties

Name Meaning
Name The exact name of the company to verify. For example, "Mittwald CM Service GmbH & Co. KG".

Output

The node outputs JSON data containing the verification results from the mittwald mStudio API. The structure typically includes details about the company that was verified, such as its official name and possibly additional 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 the base URL: https://api.mittwald.de.
  • The request headers specify JSON content type and accept JSON responses.

Troubleshooting

  • Common issues:

    • Invalid or missing API authentication token will cause authorization errors.
    • Providing an incorrect or misspelled company name may result in no matching records found.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authorization errors typically indicate issues with the API key; ensure the credential is correctly configured.
    • "Company not found" or similar messages mean the input name did not match any records; verify the spelling and try again.
    • Timeout or connection errors suggest network issues; check your internet connection and API availability.

Links and References

Discussion