Automate Traccar
HumDay reads Traccar’s own published API description and derives 61 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Traccar is
Open Source GPS Tracking Platform
API host: demo.traccar.org
What HumDay can do in Traccar
38 documented operations change something in Traccar.
- POSTSend test notification to current user via Email and SMS
/notifications/test - POSTCreate a User
/users - POSTCreate a new Session
/session - POSTCreate a Calendar
/calendars - POSTCreate a Notification
/notifications - DELETEDelete a User
/users/{id} - PUTUpdate a User
/users/{id} - POSTCreate a Group
/groups - POSTCreate a Device
/devices - POSTCreate a Driver
/drivers - POSTCreate a Saved Command
/commands - POSTCreate a Geofence
/geofences - POSTCreate a Maintenance
/maintenance - POSTDispatch commands to device
/commands/send - POSTCreate an Attribute
/attributes/computed - DELETEDelete a Calendar
/calendars/{id} - PUTUpdate a Calendar
/calendars/{id} - DELETEDelete a Notification
/notifications/{id} - PUTUpdate a Notification
/notifications/{id} - PUTUpdate Server information
/server - DELETEClose the Session
/session - DELETEUnlink an Object from another Object
/permissions - POSTLink an Object to another Object
/permissions - DELETEDelete a Group
/groups/{id} - PUTUpdate a Group
/groups/{id} - DELETEDelete a Device
/devices/{id} - PUTUpdate a Device
/devices/{id} - DELETEDelete a Driver
/drivers/{id} - PUTUpdate a Driver
/drivers/{id} - DELETEDelete a Saved Command
/commands/{id} - PUTUpdate a Saved Command
/commands/{id} - DELETEDelete a Geofence
/geofences/{id} - PUTUpdate a Geofence
/geofences/{id} - DELETEDelete a Maintenance
/maintenance/{id} - PUTUpdate a Maintenance
/maintenance/{id} - DELETEDelete an Attribute
/attributes/computed/{id} - PUTUpdate an Attribute
/attributes/computed/{id} - PUTUpdate total distance and hours of the Device
/devices/{id}/accumulators
What HumDay can read from Traccar
These are the operations a schedule or a trigger can watch.
- GETFetch a list of Users
/users - GETFetch a list of Saved Commands supported by Device at the moment
/commands/send - GETFetch a list of Events within the time period for the Devices or Groups
/reports/events - GETFetch a list of available Notification types
/notifications/types - GETFetch a list of Groups
/groups - GETFetch a list of Devices
/devices - GETFetch a list of Drivers
/drivers - GETFetch a list of Saved Commands
/commands - GETFetch a list of Calendars
/calendars - GETFetch a list of Geofences
/geofences - GETFetches a list of Positions
/positions - GETFetch a list of Maintenance
/maintenance - GETFetch a list of Notifications
/notifications - GETFetch a list of Positions within the time period for the Devices or Groups
/reports/route - GETFetch a list of ReportStops within the time period for the Devices or Groups
/reports/stops - GETFetch a list of ReportTrips within the time period for the Devices or Groups
/reports/trips - GETFetch a list of available Commands for the Device or all possible Commands if Device ommited
/commands/types - GETFetch a list of ReportSummary within the time period for the Devices or Groups
/reports/summary - GETFetch a list of Attributes
/attributes/computed - GETFetch Server information
/server - GETFetch Session information
/session - GETFetch server Statistics
/statistics - GETRead id
/events/{id}
How automating Traccar works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Traccar account.
- Grant access, then go live. You approve the specific Traccar operations it may use — and only those.
Popular Traccar integrations
Connect Traccar to the tools people pair it with most.
- Traccar and OData for namespace microsoft.graphintegration
- Traccar and Cloudflareintegration
- Traccar and NetBoxintegration
- Traccar and GitHubintegration
- Traccar and Mistintegration
- Traccar and Loket.nlintegration
- Traccar and Atlassian The Jira Cloud platformintegration
- Traccar and Magento B2Bintegration
- Traccar and Stripeintegration
- Traccar and Zuora Reference Billingintegration
- Traccar and bunqintegration
- Traccar and DocuSignintegration
Automate Traccar with these
- HERE Tracking205 operations
- eDRV57 operations
- uebermaps endpoints56 operations
- Google My Business50 operations
- Weatherbit Interactive Swagger UI Documentation47 operations
- Waterlinked The Water Linked Underwater GPS38 operations
- OpenAQ36 operations
- Enode28 operations
- Neutrinoapi Neutrino27 operations
- Staging Ecotaco .ecota.co27 operations
- Viator Documentation & Specification Merchant Partners27 operations
- Mashape GeoDB Cities26 operations
Categories
Questions about Traccar automation
- Can HumDay connect to Traccar?
- Yes. HumDay reads Traccar's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 61 operations are documented.
- Do I need to write code to automate Traccar?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Traccar account.
- What can HumDay do in Traccar?
- 38 of the 61 documented operations change something in Traccar, and 23 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Traccar account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Traccar is held behind that approval.
Where this came from
The operations above are read from a published API description for Traccar at raw.githubusercontent.com/tananaev/traccar/master/swagger.json. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.