CigoTracker icon

CigoTracker

Interact with CigoTracker API

Actions24

Overview

This node interacts with the CigoTracker API to update an existing action associated with a specific job. It allows users to modify details such as the action's type, status, and additional notes. This is useful in scenarios where the status or details of a job's action need to be changed, for example, marking a delivery as completed or updating notes for a task.

Use Case Examples

  1. Updating the status of a delivery action to 'completed' after the delivery is done.
  2. Changing the type of an action from 'pickup' to 'task' to reflect a change in job requirements.
  3. Adding notes to an action to provide additional context or instructions.

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 updated, used to specify which action to modify.
Update Fields A collection of fields to update on the action, including type, status, and note.

Output

JSON

  • json - The updated action object returned from the CigoTracker API after the update operation.

Dependencies

  • CigoTracker API

Troubleshooting

  • Ensure that the Job ID and Action ID provided are correct and correspond to existing records in CigoTracker, as invalid IDs will cause errors.
  • Check that the API credentials for CigoTracker are correctly configured and have the necessary permissions to update actions.
  • If the updateFields collection is empty or contains invalid values, the API may reject the request; verify the fields before sending.

Links

Discussion