mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node integrates with the mittwald mStudio API to manage user data. Specifically, the "User Add Phone Number" operation allows you to add or update a phone number for a specified user. This is useful in scenarios where you need to programmatically maintain user contact information within the mittwald system, such as syncing user profiles from another database or updating contact details after user input.

Practical examples include:

  • Automatically adding a phone number when a new user is created in your system.
  • Updating existing users' phone numbers based on external CRM data.
  • Bulk updating phone numbers for multiple users via workflow automation.

Properties

Name Meaning
User Id The identifier of the user to update. Can be "self" to refer to the authenticated user or a specific user ID string.
Phone Number The phone number to add or update for the user. Must be provided in international format (e.g., +491701234567).

Output

The node outputs JSON data representing the response from the mittwald mStudio API after adding the phone number. This typically includes confirmation of the update and possibly the updated user object or status message.

No binary data output is involved in 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.
  • Proper configuration of the API authentication credential in n8n is necessary for successful requests.

Troubleshooting

  • Invalid User Id: If the user ID does not exist or is invalid, the API may return an error. Verify that the user ID is correct or use "self" if applicable.
  • Phone Number Format: Ensure the phone number is in the correct international format starting with + followed by country code and number.
  • Authentication Errors: Missing or incorrect API credentials will cause authentication failures. Confirm that the API key is valid and properly configured.
  • API Rate Limits or Downtime: If the API service is unavailable or rate-limited, requests may fail. Check the mittwald API status and retry later.

Links and References

Discussion