mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation verifies a user's email address by submitting the email and a verification token. It is useful in workflows where you need to confirm that a user owns the provided email address, such as during account registration or email change processes. For example, after sending a verification email with a token, this node can be used to validate the token entered by the user, ensuring the email is verified before proceeding.

Properties

Name Meaning
Email The email address to verify.
Token The token found in the verification email.

Output

The node outputs JSON data representing the result of the email verification request. This typically includes confirmation of whether the verification was successful or not, along with any relevant status messages or error details returned by the API. There is no binary data output.

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 requests.

Troubleshooting

  • Invalid Token or Email: If the token or email is incorrect or expired, the API will likely return an error indicating verification failure. Ensure the token matches the one sent in the verification email.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Verify that the API key is correctly configured.
  • Network Issues: Connectivity problems may prevent reaching the API endpoint. Check network settings and API availability.
  • Unexpected API Responses: If the API changes or returns unexpected data, the node might fail. Review API documentation and update the node if needed.

Links and References

Discussion