Actions24
Overview
This node interacts with the CigoTracker API to manage actions related to jobs. Specifically, the 'Get All' operation under the 'Action' resource retrieves all actions associated with a specified job ID. This is useful for workflows that need to fetch and process all actions tied to a particular job, such as tracking job progress or auditing job activities.
Use Case Examples
- Retrieve all actions for a job to display in a dashboard.
- Fetch all job actions to trigger notifications based on action status changes.
Properties
| Name | Meaning |
|---|---|
| Job ID | The ID of the job this action belongs to, used to fetch all actions related to this job. |
Output
JSON
json- The JSON object containing the list of all actions for the specified job.
Dependencies
- Requires an API key credential for CigoTracker API authentication.
Troubleshooting
- Common issues include providing an invalid or missing Job ID, which will result in API errors or empty responses.
- API request failures due to network issues or invalid credentials will throw errors; ensure the API key credential is correctly configured.
- If the job has no actions, the output will be an empty array, which is expected behavior.
Links
- CigoTracker API - Get All Actions - Official API documentation for retrieving all actions for a job.