mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation retrieves a list of backups associated with a specific mail address. It is useful in scenarios where you need to access or manage backup data for email accounts, such as restoring previous states, auditing backup history, or migrating email data.

For example, an administrator might use this node to fetch all backups for a particular email address before performing a restoration or to verify that backups are being created regularly.

Properties

Name Meaning
Mail Address Id The unique identifier of the mail address for which to retrieve backups. This is a required string input.

Output

The output will contain JSON data representing the list of backups for the specified mail address. Each item in the list typically includes details about individual backups such as timestamps, backup IDs, and possibly metadata describing the backup contents or status.

If the node supports binary data (not explicitly shown here), it would represent actual backup files or related binary content.

Dependencies

  • Requires an API key credential to authenticate with the mittwald mStudio API.
  • The node communicates with the mittwald API endpoint at https://api.mittwald.de.
  • Proper configuration of the API authentication credentials within n8n is necessary.

Troubleshooting

  • Missing or invalid Mail Address Id: Ensure the Mail Address Id property is provided and correctly formatted; otherwise, the API call will fail.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • API connectivity issues: Check network connectivity and that the base URL https://api.mittwald.de is reachable.
  • Unexpected API responses: If the API returns errors or empty results, confirm that the mail address exists and has backups available.

Links and References

Discussion