mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve details about a specific Customer Invite. It is useful when you need to fetch information about an invitation sent to a customer, such as its status or metadata. Practical scenarios include verifying invite details before sending reminders, auditing invite statuses, or integrating invite data into other workflows.

Properties

Name Meaning
Customer Invite Id The unique identifier of the Customer Invite to be retrieved. This is required to specify which invite's details should be fetched.

Output

The node outputs JSON data representing the details of the requested Customer Invite. This typically includes all relevant fields returned by the mittwald mStudio API for that invite, such as invite ID, status, creation date, and any associated metadata. There is no binary output.

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 credential in n8n is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Customer Invite Id will cause the API request to fail.
    • Incorrect or expired API credentials will result in authentication errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • "Unauthorized" or similar indicates invalid API credentials; verify and update the API key.
    • "Not Found" suggests the provided Customer Invite Id does not exist; double-check the ID.
    • Timeout or network errors require checking internet connection or API availability.

Links and References

Discussion