mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation allows resending an invitation email to a customer by specifying the unique ID of the customer invite. It is useful in scenarios where a customer did not receive or lost their original invite email and needs it resent. For example, if a user managing customers wants to ensure that a particular customer receives their access invitation again without creating a new invite, this operation facilitates that.

Properties

Name Meaning
Customer Invite Id The unique identifier of the customer invite for which the invitation email should be resent. This must be provided as a string.

Output

The output will contain JSON data representing the result of the resend invite request. Typically, this would include confirmation details such as success status or any relevant metadata about the resent invitation. There is no indication that binary data is returned by this operation.

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

  • Common issues:

    • Providing an invalid or non-existent Customer Invite Id will likely cause the API to return an error indicating the invite could not be found.
    • Missing or incorrect API credentials will result in authentication errors.
    • Network connectivity issues may prevent the node from reaching the mittwald API.
  • Error messages and resolutions:

    • "Unauthorized" or similar: Check that the API key credential is correctly set up and has the required permissions.
    • "Invite not found": Verify that the Customer 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

Discussion