CigoTracker icon

CigoTracker

Interact with CigoTracker API

Actions24

Overview

This node interacts with the CigoTracker API to manage itineraries and their associated jobs. Specifically, the 'Add Job' operation allows users to add a job to an existing itinerary by specifying the itinerary ID and the job ID. This is useful in logistics and delivery management scenarios where jobs need to be dynamically assigned to itineraries for scheduling and tracking purposes.

Use Case Examples

  1. Adding a new delivery job to a driver's itinerary for the day.
  2. Assigning a maintenance task job to a vehicle's itinerary.

Properties

Name Meaning
Itinerary ID The ID of the itinerary to which a job will be added.
Job ID The ID of the job to add to the itinerary.

Output

JSON

  • json - The response from the CigoTracker API after adding the job to the itinerary, typically including details of the updated itinerary or confirmation of the addition.

Dependencies

  • Requires an API key credential for authenticating with the CigoTracker API.

Troubleshooting

  • Common issues include providing invalid or non-existent itinerary or job IDs, which will result in API errors.
  • Errors may also occur if the API key credential is missing or invalid, causing authentication failures.
  • Ensure the date formats and IDs are correctly specified as per API requirements to avoid request rejections.

Links

Discussion