n8n-nodes-tanss
v1.0.7
Published
n8n community node to use the TANSS API
Maintainers
Readme
A new TANSS Node was released on October 27, 2025 here.
Please note that existing credentials are not compatible due to the introduction of 2FA (Two-Factor Authentication).
You can install both versions, but 2FA functionality will only be visible after uninstalling the old package:
n8n-nodes-tanss-api
New: https://www.npmjs.com/package/n8n-nodes-tanss
Status / Progress
Progress: 94 / 256 (1 not in API Docs) (36%)
To-Do / Progress
- [x] Login with Username & Password
- [x] 2FA Auth Support
- [x] [POST] Creates a ticket in the database
- [x] [GET] Gets a ticket by id
- [x] [DEL] Deletes a ticket by id
- [x] [PUT] Updates a ticket
- [x] [GET] Gets a ticket history
- [x] [POST] Creates a comment
- [x] [PUT] Merge two Tickets (not in API Docs)
- [x] [GET] gets a list of own tickets (assigned to currently logged in employee)
- [x] [GET] gets a list of general tickets (assigned to no employee)
- [x] [GET] gets a list of company tickets
- [x] [GET] gets a list of tickets of all technicians
- [x] [GET] gets a list of repair tickets
- [x] [GET] gets a list of not identified tickets
- [x] [GET] gets a list of all projects
- [x] [GET] gets a list of all tickets which are assigned to local ticket admins
- [x] [GET] gets a list of all ticket which a technician has a role in
- [x] [PUT] Get a (custom) ticket list
- [x] [GET] Gets all ticket documents
- [x] [GET] Gets a ticket document
- [x] [GET] Gets all ticket images
- [x] [GET] Gets a ticket image
- [x] [POST] upload a document/image
- [x] [GET] Gets a list of all ticket states
- [x] [POST] Creates a ticket state
- [x] [PUT] Updates a ticket state
- [x] [DEL] Deletes a ticket state
- [x] [GET] gets a list of timestamps from a given period
- [x] [POST] writes a timestamp into the database
- [x] [PUT] edits a single timestamp
- [x] [PUT] writes the timstamps of a whole day into the database at once
- [x] [GET] gets the timestamp infos for a given time period
- [x] [GET] gets the timestamp infos for a given time period (with statistical values)
- [x] [POST] does one or more "day closings" for the timestamp module
- [x] [DEL] remove / undo one or more "day closings" for the timestamp module
- [x] [GET] gets all infos about last dayclosings for employees
- [x] [POST] created dayClosings to a given date
- [x] [POST] sets the initial balance for this employee
- [x] [GET] gets a list of all pause configs
- [x] [POST] creates a pause config
- [x] [PUT] updates a pause config
- [x] [DEL] deletes a pause config
- [x] [POST] Creates/imports a phone call into the database
- [x] [PUT] Get a list of phone calls
- [x] [GET] Get phone call by id
- [x] [PUT] Update phone call
- [x] [POST] identifies a phone call
- [x] [GET] Get all employee assignments
- [x] [POST] Creates a new employee assignment
- [x] [DEL] Deletes an employee assignment
- [x] [POST] Creates a call notification
- [x] [PUT] Get a list of phone calls
- [x] [GET] Get phone call by id
- [x] [POST] identifies a phone call
- [x] [POST] Creates/imports a remote support into the database
- [x] [PUT] Get list of remote supports
- [x] [GET] Get remote support by id
- [x] [PUT] Updates a remote support
- [x] [DEL] Delete remote support
- [x] [GET] Gets all device assignments
- [x] [POST] Creates a device assignment
- [x] [DEL] Deletes a device assignment
- [x] [GET] Gets all technician assignments
- [x] [POST] Creates a technician assignment
- [x] [DEL] Delets a technician assignment
- [ ] [POST] Creates a ticket, using the monitoring api
- [ ] [POST] Assigns a groupName to a company or device
- [ ] [DEL] Delete a group assignment
- [ ] [GET] Gets all group assignments
- [ ] [GET] Gets ticket(s), based on a given group
- [ ] [GET] Gets a ticket (created by the monitoring api) by id
- [ ] [PUT] Updates a ticket (created by the monitoring api) by id
- [ ] [POST] Insert new invoices
- [ ] [GET] Gets a list of billable supports
- [ ] [GET] Get a list of customers and employees
- [ ] [POST] Insert new customers
- [ ] [POST] create a new ticket
- [ ] [GET] gets a list of tickets states
- [ ] [GET] gets a list of tickets types
- [ ] [POST] upload a document/image into a ticket
- [ ] [GET] get all employees from the own company
- [ ] [GET] gets all departments
- [ ] [GET] list of company categories
- [ ] [POST] Creates a new company category
- [ ] [GET] gets all employees of a department
- [ ] [GET] search for a company
- [ ] [GET] gets all departments of a employee
- [ ] [GET] gets all users with the associated departments
- [ ] [POST] Creates a new chat
- [ ] [PUT] Get a list of chats
- [ ] [GET] Gets a chat
- [ ] [GET] Gets chat close requests
- [ ] [POST] Creates a new chat message
- [ ] [POST] Adds a participant
- [ ] [DEL] Deletes a participant
- [ ] [POST] Closes a chat
- [ ] [PUT] Accept/decline close request
- [ ] [POST] re-opens a chat
- [ ] [POST] Creates a new erp selection
- [ ] [GET] Fetches an erp selection
- [ ] [PUT] Updates an erp selection
- [ ] [DEL] Deletes an erp selection
- [ ] [GET] Gets list of offer templates
- [ ] [POST] Creates an offer template
- [ ] [GET] Gets an offer templates
- [ ] [PUT] Updates an offer templates
- [ ] [DEL] Deletes an offer template
- [ ] [GET] material picker
- [ ] [GET] material picker for erp selection
- [ ] [PUT] Gets list of offers
- [ ] [POST] Creates an offer
- [ ] [GET] Gets an offer
- [ ] [PUT] Updates an offer
- [ ] [DEL] Deletes an offer
- [x] [GET] Fetches availability infos
- [x] [GET] Gets all technicians
- [x] [POST] creates an employee
- [x] [POST] Test email smtp settings
- [ ] [POST] Creates a new tag
- [ ] [GET] Get all tags
- [ ] [GET] Gets a tag
- [ ] [PUT] Edits a tag
- [ ] [DEL] Deletes a tag
- [ ] [POST] Assigns a tag
- [ ] [DEL] Removes a tag
- [ ] [GET] List of tags to an assignment
- [ ] [PUT] Assigns multiple tags
- [ ] [GET] List of tags logs to an assignment
- [ ] [POST] Creates a callback
- [ ] [PUT] Get a list of callbacks
- [ ] [GET] Gets a callback
- [ ] [PUT] Updates a callback
- [ ] [PUT] global search
- [ ] [POST] Assigns a checklist to a ticket
- [ ] [DEL] Removes a checklist from a ticket
- [ ] [GET] Gets checklists for a ticket
- [ ] [GET] Gets checklist for ticket
- [ ] [PUT] Check an item
- [ ] [PUT] Get a support list
- [ ] [POST] Creates a support/appointment
- [ ] [GET] Gets a support/appointment
- [ ] [PUT] Edits a support/appointment
- [ ] [POST] Uploads a signature for supports
- [ ] [GET] Get all timers of current user
- [ ] [POST] Creates a timer
- [ ] [DEL] Deletes a timer
- [ ] [GET] Get a specific timer
- [ ] [PUT] Starts/stops timer
- [ ] [GET] Get all timer fragments
- [ ] [DEL] Deletes a timer fragment
- [ ] [PUT] Updates a timer fragment
- [x] [GET] Gets a pc by id
- [x] [PUT] Updates a pc
- [x] [DEL] Deletes a pc
- [x] [POST] Creates a pc
- [x] [PUT] Gets a list of pcs
- [ ] [GET] Gets a periphery by id
- [ ] [PUT] Updates a periphery
- [ ] [DEL] Deletes a periphery
- [ ] [POST] Creates a periphery
- [ ] [PUT] Gets a list of peripheries
- [ ] [GET] Get periphery types
- [ ] [POST] Create periphery type
- [ ] [PUT] Update periphery type
- [ ] [DEL] Delete periphery type
- [ ] [POST] Assign periphery
- [ ] [DEL] Delete periphery assignment
- [ ] [GET] Gets a component by id
- [ ] [PUT] Updates a component
- [ ] [DEL] Deletes a component
- [ ] [POST] Creates a component
- [ ] [PUT] Gets a list of components
- [ ] [GET] Gets a list of component types
- [ ] [POST] Create component type
- [ ] [PUT] Update component type
- [ ] [DEL] Delete component type
- [ ] [POST] Creates a service
- [ ] [GET] Gets a list of all services
- [ ] [GET] Gets a service by id
- [ ] [PUT] Updates a service
- [ ] [DEL] Deletes a service
- [ ] [GET] Gets ip addresses
- [ ] [POST] Creates an ip address
- [ ] [PUT] Update ip address
- [ ] [DEL] Deletes an ip address
- [ ] [POST] Creates a new company
- [ ] [GET] Gets all employees of a company
- [ ] [GET] list of categories
- [ ] [POST] Creates a new company category
- [ ] [GET] gets a category
- [ ] [PUT] updates a category
- [ ] [DEL] Deletes a company category
- [ ] [GET] list of company types
- [ ] [POST] Creates a new company type
- [ ] [GET] gets a company type
- [ ] [PUT] updates a company type
- [ ] [DEL] Deletes a company type
- [ ] [PUT] Get a list of company documents
- [ ] [POST] Creates a document
- [ ] [GET] Get a single document (including content)
- [ ] [PUT] Updates a document
- [ ] [DEL] Deletes a document
- [ ] [POST] Uploads a file
- [ ] [POST] creates a rule
- [ ] [PUT] get a list of rules
- [ ] [PUT] updates a rule
- [ ] [GET] gets a rule
- [ ] [DEL] deletes a rule
- [ ] [PUT] test a rule
- [ ] [GET] Gets the ticket board with all panels
- [ ] [GET] Gets an empty ticket board panel
- [ ] [POST] Creates a new ticket board panel
- [ ] [PUT] Updates a ticket board panel
- [ ] [GET] Gets a ticket board panel
- [ ] [DEL] Deletes a ticket board panel
- [ ] [GET] Gets all registers from a ticket board panel
- [ ] [GET] Gets a ticket board from a project
- [ ] [GET] Gets all registers from a ticket board project
- [ ] [GET] Get global ticket panels
- [x] [POST] Creates a new os
- [x] [GET] Get a list of all os
- [x] [PUT] Updates a os
- [x] [GET] Get a specific os
- [x] [DEL] Deletes a specific os
- [x] [POST] Creates a new manufacturer
- [x] [GET] Get a list of all manufacturers
- [x] [PUT] Updates a manufacturer
- [x] [GET] Get a manufacturer
- [x] [DEL] Deletes a manufacturer
- [x] [POST] Creates a new cpu
- [x] [GET] Get a list of all cpus
- [x] [PUT] Updates a cpu
- [x] [GET] Get a cpu
- [x] [DEL] Deletes a cpu
- [x] [POST] Creates a new hdd type
- [x] [GET] Get a list of all hdd types
- [x] [PUT] Updates a hdd type
- [x] [GET] Get a hdd type
- [x] [DEL] Deletes a hdd type
- [ ] [POST] identifies items
- [ ] [POST] Creates an email account
- [ ] [GET] List accounts of company
- [ ] [GET] Gets an account
- [ ] [PUT] Edit an accounts
- [ ] [DEL] Deletes an account
- [ ] [GET] List account types
- [ ] [PUT] Gets a list of vacation requests
- [ ] [GET] Gets a list of absence/custom types
- [ ] [POST] creates a vacation request
- [ ] [PUT] updates a vacation request
- [ ] [DEL] deletes a vacation request
- [ ] [GET] gets the available vacation days per year
- [ ] [POST] sets the available vacation days per year
- [ ] [PUT] List of user items
- [ ] [GET] Number of unseen events
- [ ] [POST] Marks all as seen
n8n-nodes-tanss
This is an n8n community node. It lets you use the TANSS API in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation Credentials Compatibility Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Credentials
You only need to provide:
usernamepassword- optionally:
TOTP Secret Key(for two-factor authentication)
Compatibility
Compatible with [email protected] or later Tested with TANSS API. Version: 10.10.0
