{"id":29728030,"url":"https://github.com/streamlinedstartup/n8n-nodes-cigotracker","last_synced_at":"2026-06-30T04:31:30.875Z","repository":{"id":305998406,"uuid":"1024649895","full_name":"StreamlinedStartup/n8n-nodes-cigotracker","owner":"StreamlinedStartup","description":"n8n node for CigoTracker API integration - manage deliveries, routes, and field service operations","archived":false,"fork":false,"pushed_at":"2025-07-23T13:42:43.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T02:25:50.803Z","etag":null,"topics":["api-rest","cigotracker","delivery-drivers","fleet-management","logistics","n8n-community-node-package","n8n-nodes","workflow-automation"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StreamlinedStartup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-23T03:40:10.000Z","updated_at":"2025-07-23T13:42:47.000Z","dependencies_parsed_at":"2025-07-23T05:37:54.724Z","dependency_job_id":null,"html_url":"https://github.com/StreamlinedStartup/n8n-nodes-cigotracker","commit_stats":null,"previous_names":["streamlinedstartup/n8n-nodes-cigotracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StreamlinedStartup/n8n-nodes-cigotracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StreamlinedStartup%2Fn8n-nodes-cigotracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StreamlinedStartup%2Fn8n-nodes-cigotracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StreamlinedStartup%2Fn8n-nodes-cigotracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StreamlinedStartup%2Fn8n-nodes-cigotracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StreamlinedStartup","download_url":"https://codeload.github.com/StreamlinedStartup/n8n-nodes-cigotracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StreamlinedStartup%2Fn8n-nodes-cigotracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34952850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-rest","cigotracker","delivery-drivers","fleet-management","logistics","n8n-community-node-package","n8n-nodes","workflow-automation"],"created_at":"2025-07-25T01:40:01.890Z","updated_at":"2026-06-30T04:31:30.870Z","avatar_url":"https://github.com/StreamlinedStartup.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# n8n-nodes-cigotracker\n\nThis is an n8n community node that allows you to interact with the [CigoTracker API](https://app.cigotracker.com/api/documentation) in your n8n workflows.\n\nCigoTracker is a logistics and delivery management platform that helps businesses manage their delivery operations, routes, and field service teams.\n\n[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.\n\n## Installation\n\nFollow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.\n\n## Operations\n\nThis node supports the following resources and operations:\n\n### Jobs\n- **Create** - Create a new delivery/service job\n- **Get** - Retrieve a specific job by ID\n- **Update** - Update job details\n- **Delete** - Delete a job\n- **Search** - Search for jobs by date range\n- **Cancel** - Cancel a job\n\n### Actions\n- **Create** - Add actions to a job\n- **Get** - Get a specific action\n- **Get All** - Get all actions for a job\n- **Update** - Update action details\n- **Delete** - Delete an action\n\n### Itineraries\n- **Create** - Create a new route/itinerary\n- **Get** - Get itinerary by ID\n- **Get by Date** - Get itineraries for a specific date\n- **Get by Operator** - Get itineraries assigned to an operator\n- **Get by Vehicle** - Get itineraries assigned to a vehicle\n- **Update** - Update itinerary details\n- **Delete** - Delete an itinerary\n- **Preview Route** - Preview a potential route\n- **Add Job** - Add a job to an itinerary\n- **Remove Job** - Remove a job from an itinerary\n- **Update Job Position** - Change job order in itinerary\n\n### Locations\n- **Get** - Get a specific location\n- **Get All** - Get all locations\n\n### Vehicles\n- **Get** - Get a specific vehicle\n- **Get All** - Get all vehicles\n\n### Operators\n- **Get** - Get a specific operator\n- **Get All** - Get all operators\n\n## Credentials\n\nTo use this node, you need to configure CigoTracker API credentials:\n\n1. Log in to your CigoTracker account as an administrator\n2. Navigate to Integrations → API settings\n3. Enable API access to obtain your API Account ID and API Auth Key\n4. In n8n, create new CigoTracker credentials with:\n   - Environment: Production or Sandbox\n   - API Account ID\n   - API Auth Key\n\n## Usage Examples\n\n### Create a Job\n\n```json\n{\n  \"resource\": \"job\",\n  \"operation\": \"create\",\n  \"skipStaging\": true,\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"address\": \"123 Main St\",\n  \"date\": \"2024-01-15\",\n  \"additionalFields\": {\n    \"email\": \"john.doe@example.com\",\n    \"phone_number\": \"+1234567890\",\n    \"time_frame\": {\n      \"timeFrame\": [{\n        \"start\": \"09:00\",\n        \"end\": \"17:00\"\n      }]\n    }\n  }\n}\n```\n\n### Add Action to Job\n\n```json\n{\n  \"resource\": \"action\",\n  \"operation\": \"create\",\n  \"jobId\": \"job_123\",\n  \"type\": \"delivery\",\n  \"additionalFields\": {\n    \"name\": \"Deliver Package\",\n    \"quantity\": 1,\n    \"handle_time\": 15\n  }\n}\n```\n\n### Create Itinerary\n\n```json\n{\n  \"resource\": \"itinerary\",\n  \"operation\": \"create\",\n  \"name\": \"Monday Route\",\n  \"date\": \"2024-01-15\",\n  \"additionalFields\": {\n    \"vehicle_id\": \"vehicle_123\",\n    \"operator_ids\": \"operator_1,operator_2\",\n    \"jobs\": \"[\\\"job_123\\\", \\\"job_456\\\"]\"\n  }\n}\n```\n\n## Important Notes\n\n- Jobs created with `skip_staging: false` (default) will need to be reviewed in the CigoTracker Import Tool before they can be routed\n- Date format should be YYYY-MM-DD\n- Time format should be HH:MM (24-hour format)\n- Coordinates should be provided as \"latitude,longitude\"\n- The API has a 30-day limit for date range searches\n- Sub-users must provide `branch_id` and `distribution_center_id` when creating jobs\n\n## Resources\n\n- [CigoTracker API Documentation](https://app.cigotracker.com/api/documentation)\n- [n8n Community Nodes Documentation](https://docs.n8n.io/integrations/community-nodes/)\n\n## License\n\n[Apache 2.0](https://github.com/streamlinedstartup/n8n-nodes-cigotracker/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamlinedstartup%2Fn8n-nodes-cigotracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamlinedstartup%2Fn8n-nodes-cigotracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamlinedstartup%2Fn8n-nodes-cigotracker/lists"}