mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation retrieves tariff options associated with a specific Lead Fyndr customer profile. It is useful when you need to fetch detailed pricing or subscription plans available for a given customer in the Lead Fyndr system. For example, marketing teams or sales automation workflows can use this node to dynamically obtain tariff information to tailor offers or validate customer eligibility.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose tariff options are to be retrieved. This is a required string input.

Output

The node outputs JSON data containing the tariff options related to the specified customer profile. The exact structure depends on the API response but typically includes details such as tariff names, prices, features, and validity periods. There is no indication that binary data is returned by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Lead Fyndr service.
  • The node makes HTTP requests to the Lead Fyndr API endpoint to fetch tariff options.
  • Proper configuration of the API base URL and authentication headers is necessary within n8n credentials.

Troubleshooting

  • Missing or invalid Customer Id: Ensure the Customer 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.
  • Network or API errors: Check connectivity and API availability; transient errors may require retries.
  • Unexpected response format: If the output JSON does not match expectations, confirm that the API version and endpoint have not changed.

Links and References

  • Refer to the official Lead Fyndr API documentation for details on tariff options endpoints and response schemas.
  • Consult n8n documentation on how to configure API key credentials and handle HTTP request nodes.

Discussion