Actions24
Overview
This node interacts with the CigoTracker API to manage itineraries. Specifically, the 'Create' operation under the 'Itinerary' resource allows users to create a new itinerary by specifying its name and date. This is useful for scheduling and organizing tasks or jobs for a particular day. For example, a logistics company can create daily itineraries to plan delivery routes.
Use Case Examples
- Create a new itinerary named 'Downtown Deliveries' for the date 2024-07-01 to organize all delivery jobs scheduled for that day.
- Create an itinerary for a special event date to manage all associated tasks and jobs.
Properties
| Name | Meaning |
|---|---|
| Name | The name of the itinerary to be created, used to identify the itinerary. |
| Date | The date of the itinerary in YYYY-MM-DD format, specifying when the itinerary is scheduled. |
Output
JSON
json- The JSON response from the CigoTracker API representing the created itinerary object, including its details such as ID, name, and date.
Dependencies
- Requires an API key credential for authenticating with the CigoTracker API.
Troubleshooting
- Ensure the 'Name' and 'Date' fields are provided and correctly formatted; missing or invalid inputs will cause errors.
- API request failures may occur due to network issues or invalid API credentials; verify the API key and network connectivity.
- Date must be in a valid date format (YYYY-MM-DD); invalid date formats will result in request errors.
Links
- CigoTracker API - Create Itinerary - Official API documentation for creating itineraries in CigoTracker.