mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve details about a specific Cronjob by its ID. It is useful in automation workflows where you need to fetch and process information about scheduled tasks managed within the mittwald system. For example, you might use this node to check the status or configuration of a particular Cronjob before triggering subsequent actions based on its properties.

Properties

Name Meaning
Cronjob Id The unique identifier of the Cronjob to be retrieved. This is a required string input.

Output

The node outputs JSON data representing the details of the requested Cronjob. This typically includes all relevant fields returned by the mittwald mStudio API for that Cronjob, such as its schedule, command, status, and metadata. The output does not include binary data.

Dependencies

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

Troubleshooting

  • Common issues:

    • Invalid or missing Cronjob Id will cause the API request to fail.
    • Incorrect or expired API credentials will result in authentication errors.
    • Network connectivity problems can prevent reaching the mittwald API endpoint.
  • Error messages:

    • Authentication errors usually indicate invalid API keys; verify and update credentials.
    • "Cronjob not found" errors suggest the provided Cronjob Id does not exist; double-check the ID.
    • Timeout or network errors require checking internet connection and API availability.

Links and References

Discussion