mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve page performance data for a specified domain and path. It is useful for monitoring website metrics such as load times or other performance indicators on specific pages of a domain. Typical use cases include tracking daily performance changes, analyzing the impact of updates on page speed, or integrating performance data into broader reporting workflows.

Properties

Name Meaning
Domain The domain or subdomain to query performance data for (e.g., "mittwald.de").
Path The specific path on the domain to get performance data for (e.g., "/").
Date The date for which to query the performance data; defaults to today's date if not set.

Output

The node outputs JSON data containing the performance metrics retrieved from the mittwald mStudio API for the specified domain, path, and date. This JSON typically includes various performance indicators relevant to the requested page. There is no indication that the node outputs binary data.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node sends requests to https://api.mittwald.de.
  • No additional external dependencies are indicated.

Troubleshooting

  • Missing or invalid API credentials: Ensure that a valid API key credential is configured in n8n for this node.
  • Invalid domain or path: Verify that the domain and path values are correct and accessible.
  • Date format issues: The date should be provided in a valid string format (e.g., "YYYY-MM-DD").
  • API errors: If the API returns errors, check network connectivity and API status.
  • Empty or unexpected output: Confirm that the specified domain/path has performance data for the given date.

Links and References

Discussion