Actions24
Overview
This node interacts with the CigoTracker API to manage actions related to jobs. Specifically, the 'Get' operation for the 'Action' resource retrieves a specific action by its ID within a given job. This is useful for workflows that need to fetch detailed information about a particular action associated with a job, such as tracking the status or details of a delivery, pickup, task, or appointment.
Use Case Examples
- Retrieve details of a specific action by providing the job ID and action ID to monitor the progress or status of that action.
- Use in logistics or delivery automation workflows to fetch action details for reporting or decision-making.
Properties
| Name | Meaning |
|---|---|
| Job ID | The ID of the job this action belongs to, used to identify the job context for the action. |
| Action ID | The ID of the action to retrieve, used to specify which action's details to fetch. |
Output
JSON
json- The JSON object containing the details of the requested action from the CigoTracker API.
Dependencies
- CigoTracker API
- An API key credential for authentication
Troubleshooting
- Ensure that both Job ID and Action ID are provided and valid; missing or incorrect IDs will cause errors.
- API request failures may occur due to network issues or invalid API credentials; verify the API key and network connectivity.
- If the action does not exist or is not found, the API may return an error or empty response; confirm the IDs are correct.
Links
- CigoTracker API Documentation - Official API documentation for CigoTracker, useful for understanding available endpoints and data structures.