mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation allows resending a verification email to a user. It is useful in scenarios where a user has not received or has lost their original verification email and needs it sent again to complete account verification. For example, an administrator can trigger this operation to resend the verification email to a user who registered but did not verify their email address.

Properties

Name Meaning
Email The email address of the user to whom the verification email will be resent.
User Id The unique identifier of the user for whom the verification email should be resent.

Output

The output JSON contains the response from the API after attempting to resend the verification email. This typically includes status information indicating whether the resend was successful or if there were any errors. The node does not output binary data.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node communicates with the mittwald API endpoint at https://api.mittwald.de.
  • Proper configuration of the API credentials within n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing user ID or email may cause the API to reject the request.
    • Network connectivity problems can prevent communication with the mittwald API.
    • Insufficient permissions or invalid API credentials will result in authentication errors.
  • Error messages:

    • Errors related to authentication usually indicate incorrect or missing API credentials; verify and update them accordingly.
    • Validation errors about the email or user ID suggest that these inputs are either missing or malformed; ensure they are correctly provided.
    • API rate limiting or server errors may require retrying after some time or contacting support.

Links and References

Discussion