mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation retrieves a specific project token invite from the mittwald mStudio API. It is useful when you need to fetch details about an invitation token associated with a project, for example, to verify its validity or to display information about the invitee or permissions granted by the token.

Practical scenarios include:

  • Validating a project invite token before allowing access.
  • Displaying invite details in a user interface.
  • Automating workflows that depend on project invite tokens.

Properties

Name Meaning
Token The unique token string of the ProjectInvite to be retrieved. This is required to identify which invite to fetch.

Output

The node outputs JSON data representing the details of the requested project token invite. This typically includes information such as the invite token itself, associated project details, invitee information, and possibly status or expiration data.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node sends requests to the base URL: https://api.mittwald.de.
  • The request includes headers specifying Accept: application/json and Content-Type: application/json.
  • The token property value is passed as a header named token in the API request.

Troubleshooting

  • Missing or invalid token: If the token property is empty or incorrect, the API will likely return an error indicating the invite was not found or unauthorized access. Ensure the token is correctly provided.
  • Authentication errors: If the API key credential is missing or invalid, the node will fail to authenticate. Verify that the API key is set up properly in n8n credentials.
  • Network issues: Connectivity problems to https://api.mittwald.de can cause request failures. Check network settings and API availability.
  • Unexpected response format: If the API changes its response structure, the node might not parse the output correctly. Confirm the API version compatibility.

Links and References

Discussion