mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation updates the nameservers for a specified domain using the mittwald mStudio API. It is useful when you need to change where your domain points for DNS resolution, such as switching hosting providers or configuring custom DNS settings.

Practical examples include:

  • Migrating a website to a new hosting service and updating the domain's nameservers accordingly.
  • Setting up custom DNS management by pointing the domain to third-party nameservers.

Properties

Name Meaning
Domain Id The unique identifier of the domain whose nameservers you want to update.
Nameservers A JSON array specifying the new nameservers to assign to the domain (e.g., ["ns1.example.com", "ns2.example.com"]).

Output

The node outputs JSON data representing the response from the mittwald mStudio API after attempting to update the domain's nameservers. This typically includes confirmation of the update or details about the domain's current configuration.

No binary data output is produced by 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 for API requests.
  • Proper network access to the mittwald API endpoint is necessary.

Troubleshooting

  • Invalid Domain Id: If the provided domain ID does not exist or is incorrect, the API will return an error. Verify the domain ID before running the node.
  • Malformed Nameservers JSON: Ensure that the nameservers property contains valid JSON array syntax with correct domain names.
  • Authentication Errors: If the API key credential is missing or invalid, authentication will fail. Confirm that the API key is correctly configured in n8n.
  • API Rate Limits or Downtime: Temporary issues with the mittwald API may cause failures. Check API status or retry later.

Links and References

Discussion