mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node allows you to create a new Project within the mittwald mStudio platform by interacting with its API. It is useful for automating project setup workflows, such as initializing projects programmatically when onboarding new clients or setting up environments in bulk.

A practical example would be automatically creating a project with a specific description on a designated server whenever a new client signs up, streamlining project management and reducing manual input.

Properties

Name Meaning
Server Id The unique identifier of the Server where the Project will be created.
Description The name or description of the Project as it will appear in the mittwald mStudio UI.

Output

The node outputs JSON data representing the newly created Project as returned by the mittwald mStudio API. This typically includes details such as the Project ID, description, associated server information, creation timestamps, and other metadata.

No binary data output is indicated.

Dependencies

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

Troubleshooting

  • Authentication errors: Ensure that the API key credential is correctly configured and has sufficient permissions to create projects.
  • Invalid Server Id: If the provided Server Id does not exist or is incorrect, the API will likely return an error. Verify the Server Id before running the node.
  • Missing required fields: Both "Server Id" and "Description" are mandatory. Omitting these will cause the node to fail.
  • API rate limits or downtime: If the mittwald API is temporarily unavailable or rate-limited, the node may throw errors. Retry after some time or check API status.

Links and References

Discussion