mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation allows you to decline a customer invite in the mittwald mStudio API. It is useful when you want to programmatically reject an invitation sent to a customer, for example, if the invite was sent by mistake or the customer no longer wishes to join.

Practical scenarios include:

  • Automating customer management workflows where invites need to be declined based on certain conditions.
  • Integrating with other systems to synchronize customer invite statuses.
  • Handling bulk declines of customer invites via automation.

Properties

Name Meaning
Customer Invite Id ID of the CustomerInvite to be declined.

Output

The node outputs JSON data representing the response from the API after attempting to decline the customer invite. This typically includes confirmation of the declined invite or error details if the operation failed.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de and expects JSON content-type headers.
  • The bundled code depends on an OpenAPI client library to handle requests.

Troubleshooting

  • Invalid Customer Invite Id: If the provided invite ID does not exist or is malformed, the API will likely return an error. Verify the ID before running the node.
  • Authentication Errors: Ensure that the API key credential is correctly configured and has sufficient permissions.
  • Network Issues: Connectivity problems to the API endpoint can cause failures; check network access and proxy settings if applicable.
  • API Rate Limits: If many requests are made in a short time, the API might throttle requests. Implement retry logic or reduce request frequency.

Links and References

Discussion