Whoz icon

Whoz

Interact with Whoz talent management platform

Overview

This node integrates with the Whoz talent management platform, specifically providing operations on various resources including Billing Items. The "Validate" operation for the Billing Item resource allows users to verify the correctness or validity of a billing item by its unique ID. This is useful in workflows where you need to ensure that billing items are accurate before proceeding with further processing, such as invoicing or reporting.

Practical examples:

  • Automatically validate billing items imported from an external system before syncing them into your accounting software.
  • Use validation as a checkpoint in a workflow to prevent errors caused by invalid billing data.
  • Trigger alerts or corrective actions if a billing item fails validation.

Properties

Name Meaning
Billing Item ID The unique ID of the billing item to validate

Output

The node outputs a JSON array containing the result of the validation operation. The exact structure depends on the response from the Whoz API but typically includes details about the billing item and whether it passed validation.

If the node supports binary data output (not indicated here), it would be summarized accordingly, but this node primarily deals with JSON data.

Dependencies

  • Requires an API key credential for authenticating with the Whoz platform.
  • The base URL for API requests depends on the environment setting in credentials (sandbox or production).
  • Uses the Whoz REST API version V15.
  • Requires network access to the Whoz API endpoints.

Troubleshooting

  • Common issues:
    • Invalid or missing Billing Item ID will cause the operation to fail.
    • Network connectivity problems can prevent API calls.
    • Incorrect or expired API credentials will lead to authentication errors.
  • Error messages:
    • Errors thrown by the node include descriptive messages from the Whoz API.
    • If the node throws "Unknown billing item operation," verify that the operation name is correct.
    • Validation failures may return error details indicating why the billing item is invalid.
  • Resolutions:
    • Ensure the Billing Item ID is correctly provided and exists in the Whoz system.
    • Check API credentials and renew if necessary.
    • Verify network connectivity and firewall settings.
    • Enable "Continue On Fail" in the node settings to handle errors gracefully in workflows.

Links and References

Discussion