Actions24
Overview
This node interacts with the CigoTracker API to manage jobs and related resources. Specifically, the 'Job: Get' operation retrieves detailed information about a job using its unique Job ID. This is useful for scenarios where you need to fetch the current status, details, or metadata of a specific job in your delivery or logistics workflow.
Use Case Examples
- Retrieve a job's details by providing its Job ID to monitor delivery status.
- Fetch job information to update a dashboard or trigger subsequent workflow steps based on job data.
Properties
| Name | Meaning |
|---|---|
| Job ID | The unique identifier of the job to retrieve. This is required to specify which job's details to fetch. |
Output
JSON
json- The JSON object containing the job details returned from the CigoTracker API.
Dependencies
- Requires an API key credential for authenticating with the CigoTracker API.
Troubleshooting
- If the Job ID is invalid or not found, the API may return an error indicating the job does not exist. Verify the Job ID is correct.
- Network or authentication errors may occur if the API key credential is missing or invalid. Ensure the API key is properly configured in the node credentials.
- If the node throws an unknown error, check the API response and logs for more details and ensure the CigoTracker service is operational.
Links
- CigoTracker API Documentation - Get Job by ID - Official API documentation for retrieving a job by its ID from CigoTracker.