Actions24
Overview
This node interacts with the CigoTracker API to manage itineraries, jobs, actions, locations, vehicles, and operators. Specifically, for the Itinerary resource with the Get operation, it retrieves an itinerary by its ID. This is useful for workflows that need to fetch detailed itinerary information for scheduling, tracking, or reporting purposes.
Use Case Examples
- Retrieve an itinerary by its ID to display its details in a dashboard.
- Fetch itinerary data to update or analyze delivery schedules.
Properties
| Name | Meaning |
|---|---|
| Itinerary ID | The ID of the itinerary to retrieve |
Output
JSON
json- The retrieved itinerary data as returned by the CigoTracker API
Dependencies
- Requires an API key credential for CigoTracker API authentication
Troubleshooting
- Ensure the Itinerary ID is valid and exists in the CigoTracker system to avoid 'not found' errors.
- Check API credentials and network connectivity if requests fail.
- If the node throws errors, enabling 'Continue On Fail' allows the workflow to proceed while capturing error details in the output.
Links
- CigoTracker API - Get Itinerary by ID - Official API documentation for retrieving an itinerary by ID