mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation allows accepting a customer invitation by providing the invite ID and an authentication token. It is useful in scenarios where a customer has been invited to join or access a service, and they need to confirm their acceptance programmatically. For example, automating the onboarding process of new customers by accepting their invites through an API call.

Properties

Name Meaning
Customer Invite Id The unique identifier of the customer invitation that needs to be accepted.
Invitation Token The token included in the invitation used for authenticating the acceptance request.

Output

The output JSON contains the response from the API after attempting to accept the customer invite. This typically includes confirmation details such as status or any relevant metadata returned by the server. There is no indication that binary data is involved in this operation.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The base URL for requests is https://api.mittwald.de.
  • The node uses standard HTTP headers for JSON content (Accept: application/json and Content-Type: application/json).

Troubleshooting

  • Invalid or missing Customer Invite Id: Ensure the invite ID is correct and provided; otherwise, the API will reject the request.
  • Incorrect Invitation Token: The token must match the one sent in the invite; otherwise, authentication will fail.
  • API Authentication Errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Network Issues: Check connectivity to the API endpoint https://api.mittwald.de.
  • Unexpected API Responses: Review the API documentation for error codes and messages to handle specific cases.

Links and References

Discussion