TANSS Mitarbeiter icon

TANSS Mitarbeiter

Verwaltet Mitarbeiter in der TANSS API

Overview

This node integrates with the TANSS API to manage employee data, specifically focusing on technicians when using the "Techniker auflisten" (List Technicians) operation. It retrieves a list of all technicians registered in the TANSS system. This is useful for workflows that need to access or process technician information, such as scheduling, dispatching, or reporting.

Practical example:
A service company could use this node to automatically fetch all available technicians from their TANSS system and then assign jobs or send notifications based on the retrieved list.

Properties

Name Meaning
API Token API token obtained from TANSS authentication, required to authorize requests.

Output

The output is an array of JSON objects, each representing the response from the TANSS API for the requested operation. For the "Techniker auflisten" operation, the json field contains a list of technicians with their details as provided by the TANSS API.

No binary data is output by this node.

Dependencies

  • Requires an active connection to the TANSS API.
  • Needs an API token credential from TANSS authentication to authorize API calls.
  • The base URL for the TANSS API is configured in the node credentials.

Troubleshooting

  • Error: "Keine Anmeldedaten gefunden!"
    This means no API credentials were found. Ensure you have configured the required API token credential correctly in n8n.

  • Error: "Fehler beim Ausführen von getTechnicians: ..."
    Indicates a failure during the API request. Check the validity of the API token, network connectivity, and that the TANSS API endpoint is reachable.

  • Operation not recognized error
    If an unsupported operation is selected, the node will throw an error. Make sure to select "Techniker auflisten" for listing technicians.

Links and References

Discussion