Actions24
Overview
This node interacts with the CigoTracker API to update job details. It allows users to modify various fields of an existing job, such as customer information, delivery address, delivery date, comments, and priority level. This operation is useful for scenarios where job details need to be corrected or updated after creation, for example, changing the delivery date or updating the customer's contact information.
Use Case Examples
- Updating the delivery date of a job to a new date.
- Changing the customer's phone number or email address for an existing job.
- Adding additional comments or changing the priority level of a job.
Properties
| Name | Meaning |
|---|---|
| Job ID | The unique identifier of the job to update, required to specify which job to modify. |
| Update Fields | A collection of fields that can be updated for the job, including first name, last name, phone number, email, address, delivery date, comment, and priority level. |
Output
JSON
json- The updated job object returned from the CigoTracker API after the update operation.
Dependencies
- CigoTracker API
Troubleshooting
- Common issues include providing an invalid or non-existent Job ID, which will result in an error from the API indicating the job was not found.
- Incorrect date format for the delivery date field may cause the API to reject the update; ensure the date is in YYYY-MM-DD format.
- Network or authentication errors may occur if the API key credential is missing or invalid, resulting in authorization failures.
Links
- CigoTracker API - Update Job - Official API documentation for updating a job in CigoTracker.