Actions24
Overview
This node interacts with the CigoTracker API to manage itineraries, specifically allowing users to retrieve itineraries for a specific date. It is useful in scenarios where users need to fetch all itineraries scheduled on a particular day, such as for planning or reporting purposes. For example, a logistics manager can use this node to get all delivery itineraries for a given date to optimize resource allocation.
Use Case Examples
- Retrieve all itineraries scheduled for 2024-06-15 to review daily delivery plans.
- Fetch itineraries by date to generate a report of scheduled jobs for a specific day.
Properties
| Name | Meaning |
|---|---|
| Date | The date of the itinerary to retrieve, formatted as YYYY-MM-DD. |
Output
JSON
json- The JSON response containing itinerary data for the specified date.
Dependencies
- Requires an API key credential for CigoTracker API authentication.
Troubleshooting
- Ensure the date is provided in the correct format (YYYY-MM-DD) to avoid API errors.
- If no itineraries are returned, verify that itineraries exist for the specified date in the CigoTracker system.
- Check API credentials and network connectivity if requests fail with authentication or connection errors.
Links
- CigoTracker API Documentation - Get Itineraries by Date - Official API documentation for retrieving itineraries by date from CigoTracker.