mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation allows resending an invitation email for a specific project invite within the "Project" resource. It is useful when an initial invite email was not received by the recipient or needs to be sent again for any reason. For example, if a team member did not get their project access invitation, this operation can trigger the system to resend that invite email without creating a new invite.

Properties

Name Meaning
Project Invite Id The unique identifier of the project invite to resend the invitation email for. This must be provided to specify which invite's email should be resent.

Output

The output JSON will typically contain the response from the API confirming that the invite email has been resent. This may include status information or details about the invite. The exact structure depends on the API response but generally confirms success or failure of the resend action.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de and expects JSON content-type headers.
  • Proper configuration of the API credentials in n8n is necessary to authenticate requests.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Project Invite Id will likely result in an error indicating the invite could not be found.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity issues can prevent the request from reaching the API.
  • Error messages and resolutions:

    • "Unauthorized" or similar: Check that the API key credential is correctly configured and valid.
    • "Invite not found": Verify that the Project Invite Id is correct and corresponds to an existing invite.
    • Timeouts or network errors: Ensure stable internet connection and that the API endpoint is reachable.

Links and References

  • mittwald mStudio API documentation (refer to the official mittwald API docs for detailed info on project invites and email resending endpoints).

Discussion