Actions24
Overview
This node interacts with the CigoTracker API to perform operations related to operators. Specifically, the 'Get' operation retrieves detailed information about a single operator by their unique ID. This is useful in scenarios where you need to fetch operator details for tracking, reporting, or integration purposes within a workflow.
Use Case Examples
- Retrieve operator details by providing the operator ID to integrate operator information into a delivery management system.
- Fetch operator data to verify or update records in an external database or CRM system.
Properties
| Name | Meaning |
|---|---|
| Operator ID | The unique identifier of the operator to retrieve information for. |
Output
JSON
json- The JSON object containing the operator's details as returned by the CigoTracker API.
Dependencies
- Requires an API key credential for authenticating requests to the CigoTracker API.
Troubleshooting
- If the operator ID is invalid or not found, the API will return an error which the node will propagate. Ensure the operator ID is correct and exists in the system.
- Network or authentication errors may occur if the API key credential is missing, invalid, or expired. Verify the API key and network connectivity.
- If the node is set to continue on fail, errors will be returned as JSON objects with an 'error' property instead of stopping execution.
Links
- CigoTracker API - Get Operator by ID - Official API documentation for retrieving operator details by ID.