Actions24
Overview
This node integrates with the Leanios API to perform various operations on different resources such as Production, Product, Transaction, Workorder, Order, and Warehouse. Specifically for the Production resource with the Get operation, it retrieves production data from the Leanios system.
Common scenarios where this node is useful include:
- Fetching detailed information about a specific production record or a list of productions.
- Automating workflows that require up-to-date production data from Leanios.
- Integrating Leanios production data into other systems or dashboards.
For example, you might use this node to get all production entries or retrieve a single production by its ID to monitor manufacturing progress or update inventory accordingly.
Properties
| Name | Meaning |
|---|---|
| Subdomain | The Leanios account subdomain to connect to (e.g., "dummy"). This defines the API URL. |
Note: The Subdomain property is required and specifies which Leanios instance the node will interact with.
Output
The node outputs JSON data retrieved from the Leanios API corresponding to the requested resource and operation. For the Get operation on the Production resource, the output JSON contains production records or a single production object depending on the request parameters.
The output structure directly reflects the API response from Leanios and is returned as an array of JSON objects.
No binary data output is produced by this node.
Dependencies
- Requires an active Leanios API credential consisting of a username and password for basic authentication.
- The node makes HTTP requests to the Leanios API endpoint constructed using the provided subdomain.
- No additional external dependencies beyond standard HTTP request handling.
Troubleshooting
- Authentication errors: Ensure the API credentials (username and password) are correctly configured and have sufficient permissions.
- Invalid subdomain: Verify the subdomain matches your Leanios account's subdomain; otherwise, the API endpoint will be unreachable.
- Resource or operation not supported: Confirm that the resource and operation names are valid and supported by the node.
- Network issues: Check network connectivity to the Leanios API endpoint.
- Error messages from API: The node throws errors with messages returned from the API. Review these messages to identify issues like invalid IDs or malformed requests.
Links and References
- Leanios Official Website
- Refer to Leanios API documentation for detailed information on available endpoints and data structures (not included in the source code).