TANSS Domains icon

TANSS Domains

Verwaltet Domains und DNS-Einträge in der TANSS API

Overview

This node integrates with the TANSS API to manage domains and DNS entries. It supports operations such as creating, retrieving, listing, updating, and deleting domain records. This node is useful for automating domain management tasks within workflows, such as synchronizing domain data, bulk updating domain information, or cleaning up unused domains.

A practical example would be automatically listing all domains managed in TANSS to generate reports or trigger alerts if certain domains are expired or inactive.

Properties

Name Meaning
API Token API token from TANSS authentication used to authorize requests to the TANSS API.

Since the operation is fixed to "Domains auflisten" (list domains), only the API Token property is relevant here.

Output

The node outputs an array of JSON objects, each representing a domain record retrieved from the TANSS API. The exact structure depends on the API response but typically includes domain details such as domain name, company ID, registrar, expiry date, nameservers, status, and auto-renewal flag.

No binary data output is produced by this node.

Dependencies

  • Requires access to the TANSS API endpoint.
  • Needs an API token credential for authenticating requests.
  • The base URL for the TANSS API is obtained from the node credentials configuration.
  • No additional external dependencies beyond standard HTTP request capabilities.

Troubleshooting

  • Missing Credentials: If no API token or credentials are provided, the node will throw an error indicating missing login data.
  • Empty Fields Error: For other operations (not relevant here), errors occur if required fields for creation or update are missing.
  • API Request Failures: Network issues or invalid tokens will cause request errors with messages indicating failure during the specific operation.
  • Unrecognized Operation: If an unsupported operation is selected, the node throws an error stating the operation is not recognized.

To resolve these:

  • Ensure the API token is correctly set and valid.
  • Verify network connectivity to the TANSS API.
  • Confirm that the selected operation matches the intended action.

Links and References

Discussion