@n8n-dev/n8n-nodes-here-tracking
v1.0.1
Published
HERE Tracking is a cloud product for Location IoT verticals.
Maintainers
Readme
@n8n-dev/n8n-nodes-here-tracking
Stop writing here-tracking API integrations by hand.
Every time you connect n8n to here-tracking, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to here-tracking took 5 minutes, not half a day?
This node gives you 24+ resources out of the box: Ingestion, Largedata, Registry, Aliases, Associations, and 19 more: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-here-trackingOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-here-tracking - Click Install
Quick Start
- Install the node (above)
- Add credentials: here-tracking API → paste your API key
- Drag the here-tracking node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Post Ingests data and receives a shadow
- Get s service health
- Get s the current timestamp
- Post Requests a token for a registered device
- Get s service version
- Post Ingests data for a device and receives a shadow
- Post Ingests data for multiple devices
- Get s service health
- Get s service version
- Post Creates a new data upload
- Get s metadata listing for all large data for a device
- Get s service health
- Get s service version
- Delete s large data
- Get s large data object
- Get s metadata for a large data object
- Get s parts information listing for a large data object
- Put Uploads a part of a large data
- Delete Deactivates a device
- Get s the trackingId for a device
- Put Claims a device
- Get s service health
- Get s a list user projects along with the license information
- Get s service version
- Post Creates licenses for multiple devices
- Get s a number of device licenses provisioned by a user
- Post Creates a license for a single physical device
- Get s the multiple device license request job results
- Get s the multiple device license request job status
- Delete Unclaims a device
- Get s the deviceId
- Post Gets all resources of a resource type
- Get s all aliases
- Get s service health
- Get s the tracking ID associated with an alias
- Get s service version
- Delete s all aliases of a device
- Put Creates multiple aliases for a device
- Put Creates an alias
- Put Updates rules associations for devices
- Post Associates rules with a device
- Post Disassociates rules from a device
- Get s all devices associated with a geofence
- Get s service health
- Get s all devices associated with a rule
- Get s all devices associated with a sensor rule
- Get s service version
- Delete Disassociates a device and a geofence
- Put Associates a device to a geofence
- Delete Disassociates a device and a rule
- Put Associates a device to a rule
- Delete Disassociates a device and a sensor rule
- Put Associates a device with a sensor rule
- Get s the bulk upload job IDs for a project
- Post Starts bulk upload
- Patch Updates bulk upload job status
- Get s bulk upload results
- Get s bulk upload status
- Get s service health
- Get s service version
- Post Receives external device update reports
- Get s a list of connectors
- Post Creates a connector
- Get s connector identifiers for an external device
- Delete s a connector
- Put Updates a connector info
- Post Adds external devices to a connector
- Delete Removes a batch of external devices from a connector
- Delete Removes an external device from a connector
- Get s a list of drivers
- Post Validate and verify external cloud credentials for driver
- Get s service health
- Get s service version
- Get s event history
- Get s service health
- Get s the event statuses
- Get s the number of devices and shipments in each event state
- Get s service version
- Delete s all geofences
- Get s all geofences
- Post Creates a geofence
- Get s service health
- Post Checks if a POI geofence training is possible with the given parameters
- Get s service version
- Put Updates a single geofence
- Post Trains a POI geofence
- Get s service health
- Get s service version
- Get s all labels of a resource type
- Get s all label keys of a resource type
- Get s all values of a label
- Delete s all labels of a resource
- Put Creates a set of labels for a resource
- Put Creates a label for a resource
- Delete s all locations
- Get s all locations
- Post Creates a location
- Get s service health
- Get s service version
- Put Updates a location details
- Post Gets a batch of metadata of multiple devices or shipments
- Delete s all metadata of a device or a shipment
- Get s metadata of a device or a shipment
- Put Creates or updates metadata of a device or a shipment
- Post Gets a batch of metadata of multiple geofences
- Delete s all metadata of a geofence
- Get s metadata of a geofence
- Put Creates or updates metadata of a geofence
- Get s service health
- Post Gets a batch of metadata for multiple sensor rules
- Delete s all metadata of a sensor rule
- Get s metadata of a sensor rule
- Put Creates or updates metadata of a sensor rule
- Get s service version
- Get s service health
- Delete Unregisters from notifications
- Get s a single notification channel information
- Put Updates a notification channel
- Delete Unregisters from all notifications
- Get s all registered notification channels
- Post Registers for notifications
- Get s service version
- Post Starts report creation
- Get s service health
- Get s service version
- Get s reports
- Delete s all rules
- Get s all rules
- Post Creates a rule
- Get s service health
- Get s service version
- Put Updates a single rule
- Delete s all sensor rules
- Get s all sensor rules
- Post Creates a sensor rule
- Get s service health
- Get s service version
- Put Updates a single sensor rule
- Post Gets a batch of device shadows
- Get s service health
- Get s service version
- Delete Clears a device shadow
- Get s a device shadow
- Put Updates a device shadow
- Get s all shadows
- Post Starts shipment report generation
- Get s service health
- Get s service version
- Get s status of generation of the shipment report
- Get s summary of the shipment report
- Get s metrics of the shipment report
- Delete s all shipments
- Get s all shipments
- Post Creates a shipment
- Get s service health
- Delete s all shipment plans
- Get Lists all shipment plans
- Post Creates a shipment plan
- Patch Updates a shipment plan details
- Get s service version
- Patch Updates a shipment details
- Get s segments assigned to a device
- Get s service health
- Get s service version
- Delete s all the device traces and events
- Get s traces within a specified time range
- Get s all devices claimed by a project
- Get s service health
- Post Gets a user access token
- Post Gets a renewed user access token
- Post Gets a project scoped user access token
- Get s service version
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from here-tracking docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official here-tracking OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official here-tracking OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the here-tracking API updates, this node updates too.
License
MIT © kelvinzer0
