Actions25
Overview
This node integrates with the Whoz talent management platform, allowing users to perform various operations on talents, such as creating, updating, deleting, retrieving a single talent, or retrieving multiple talents. Specifically, the Get Talent operation fetches detailed information about a single talent by its unique ID.
Common scenarios for this node include:
- Retrieving detailed profiles of individual talents for HR or recruitment workflows.
- Integrating talent data into other systems or dashboards.
- Automating talent data retrieval as part of larger business processes.
Example use case: A recruiter wants to automatically fetch and display detailed information about a candidate stored in Whoz when triggered by an event in another system.
Properties
| Name | Meaning |
|---|---|
| Talent ID | The unique identifier of the talent to retrieve. This is a required string input. |
Output
The output is a JSON object representing the talent's full profile as returned by the Whoz API. It includes all available fields related to the talent, such as personal details, history, address, roles, grades, and other metadata managed within the Whoz platform.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Whoz talent management platform via an OAuth2 API credential.
- The node uses the base URL depending on the environment (sandbox or production).
- Proper API permissions are needed to access talent data.
Troubleshooting
Error: Unknown resource or operation
Occurs if the resource or operation parameter is incorrect or unsupported. Ensure "Talent" is selected as the resource and "Get" as the operation.Error: Missing required parameter 'Talent ID'
The operation requires a valid Talent ID. Make sure this field is provided and correctly formatted.API request errors (e.g., 401 Unauthorized, 404 Not Found)
- Unauthorized: Check that the API credentials are valid and have sufficient permissions.
- Not Found: Verify that the Talent ID exists in the Whoz system.
Network or connectivity issues
Confirm network access to the Whoz API endpoints and correct environment selection (sandbox vs production).
Links and References
- Whoz Talent Management Platform
- Whoz API Documentation (if publicly available)