Actions24
Overview
This node interacts with the CigoTracker API to manage jobs, including the ability to cancel a job by its ID. It is useful in scenarios where automated job management is needed, such as logistics or delivery services, allowing users to programmatically cancel jobs that are no longer required or need to be stopped. For example, a delivery company can use this node to cancel a scheduled delivery job if the customer cancels the order.
Use Case Examples
- Cancel a job by providing its Job ID to stop the job from being processed further.
- Automate job cancellation in workflows when certain conditions are met, such as a failed payment or customer request.
Properties
| Name | Meaning |
|---|---|
| Job ID | The ID of the job to be canceled, required to identify which job to cancel. |
Output
JSON
json- The response from the CigoTracker API after attempting to cancel the job, typically containing job cancellation confirmation or error details.
Dependencies
- Requires an API key credential for CigoTracker API authentication.
Troubleshooting
- Common issues include providing an invalid or non-existent Job ID, which will result in an error from the API indicating the job could not be found.
- API authentication errors if the API key credential is missing or invalid, resulting in authorization failures.
- Network or connectivity issues that prevent the node from reaching the CigoTracker API endpoint.
Links
- CigoTracker API Documentation - Cancel Job - Official API documentation for the job cancellation endpoint, detailing request and response formats.