Actions24
Overview
This node interacts with the CigoTracker API to manage actions related to jobs. Specifically, the 'Action: Create' operation allows users to create a new action for a specified job by providing the job ID and the type of action (Pickup, Delivery, Task, or Appointment). This is useful in logistics and delivery workflows where tracking and managing various job-related actions is essential.
Use Case Examples
- Creating a delivery action for a job to track the delivery process.
- Adding a pickup action to a job to schedule and monitor item collection.
Properties
| Name | Meaning |
|---|---|
| Job ID | The ID of the job this action belongs to, used to associate the new action with the correct job. |
| Action Type | The type of action to create, such as Pickup, Delivery, Task, or Appointment, defining the nature of the action within the job context. |
Output
JSON
json- The response from the CigoTracker API containing details of the created action.
Dependencies
- Requires an API key credential for authenticating with the CigoTracker API.
Troubleshooting
- Common issues include invalid or missing job IDs, which will cause the API request to fail. Ensure the job ID provided exists and is correct.
- Invalid action types or missing required parameters can result in errors. Verify that the action type is one of the supported options and all required fields are filled.
- API authentication errors may occur if the API key credential is not set up correctly or has expired. Check the credential configuration and renew if necessary.
Links
- CigoTracker API Documentation - Create Action - Official documentation for creating actions via the CigoTracker API, providing details on required parameters and response structure.