mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation retrieves a specific Customer Invite token from the mittwald mStudio API. It is useful when you need to verify or fetch details about a customer invitation using its unique token. For example, this can be used in workflows that manage customer onboarding or validate invite links before granting access.

Properties

Name Meaning
Token The unique token string of the CustomerInvite to be retrieved. This token is required.

Output

The node outputs JSON data representing the details of the Customer Invite associated with the provided token. This typically includes information such as the invite status, associated customer data, and any metadata returned by the mittwald API. There is no binary output for this operation.

Dependencies

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

Troubleshooting

  • Invalid or missing token: If the token property is empty or incorrect, the API will likely return an error indicating the invite could not be found. Ensure the token is correctly provided.
  • Authentication errors: If the API key credential is missing or invalid, the request will fail with an authentication error. Verify the API key setup.
  • Network issues: Connectivity problems to the mittwald API endpoint may cause timeouts or failures. Check network access and proxy settings if applicable.

Links and References

Discussion