Actions24
Overview
This node interacts with the CigoTracker API to manage actions related to jobs. Specifically, the 'Delete' operation under the 'Action' resource deletes a specified action associated with a job. This is useful for workflows that need to remove outdated or incorrect actions from a job in the CigoTracker system, such as canceling a delivery or task that is no longer needed.
Use Case Examples
- Deleting an action from a job when the task is canceled.
- Removing a mistakenly created action from a job to keep data accurate.
Properties
| Name | Meaning |
|---|---|
| Job ID | The ID of the job this action belongs to, used to identify the job under which the action exists. |
| Action ID | The ID of the action to be deleted, used to specify which action to remove from the job. |
Output
JSON
json- The JSON response from the CigoTracker API after deleting the action, typically confirming the deletion or providing status information.
Dependencies
- Requires an API key credential for CigoTracker API authentication.
Troubleshooting
- Common issues include providing incorrect Job ID or Action ID, which will result in errors from the API indicating that the resource was not found.
- Network or authentication errors may occur if the API key credential is missing or invalid.
- If the action is already deleted or does not exist, the API may return an error or empty response.
Links
- CigoTracker API Documentation - Delete Action - Official API documentation for deleting an action in CigoTracker.