CigoTracker icon

CigoTracker

Interact with CigoTracker API

Actions24

Overview

This node interacts with the CigoTracker API to manage jobs, including deleting a job by its ID. It supports various job-related operations such as creating, retrieving, updating, deleting, and canceling jobs. The 'Delete' operation specifically allows users to remove a job from the system by providing the job's unique ID. This node is useful in scenarios where automated workflows need to manage job lifecycle events, such as cleaning up completed or canceled jobs.

Use Case Examples

  1. Deleting a job after it is completed to keep the system clean.
  2. Removing a job that was created by mistake.
  3. Automating job management workflows in logistics or delivery services.

Properties

Name Meaning
Job ID The unique identifier of the job to be deleted. This is required to specify which job to delete.

Output

JSON

  • json - The response from the CigoTracker API after attempting to delete the job. This typically includes confirmation of deletion or error details.

Dependencies

  • Requires an API key credential for authenticating with the CigoTracker API.

Troubleshooting

  • Common issues include providing an invalid or non-existent Job ID, which may result in an error response from the API indicating the job was not found.
  • API authentication errors if the API key credential is missing or invalid.
  • Network or connectivity issues preventing communication with the CigoTracker API.

Links

Discussion