TalentSight icon

TalentSight

Get data from TalentSight API

Overview

This node interacts with the TalentSight API to retrieve detailed information about a specific candidate by their Candidate ID. It is useful in scenarios where you need to fetch candidate data for recruitment, talent management, or HR analytics. For example, you can use this node to get a candidate's profile details to integrate with your internal systems or to automate candidate data retrieval workflows.

Use Case Examples

  1. Retrieve a candidate's profile by providing their unique Candidate ID to display or process their information in your application.
  2. Automate the fetching of candidate details during recruitment pipeline stages to enrich candidate records with up-to-date data from TalentSight.

Properties

Name Meaning
Candidate ID The unique identifier of the candidate to retrieve. This is a required field to specify which candidate's data to fetch.
Request Options Additional settings to customize the API request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • id - The unique identifier of the candidate.
  • name - The full name of the candidate.
  • email - The candidate's email address.
  • phone - The candidate's phone number.
  • location - The candidate's location or address.
  • title - The candidate's current job title.
  • company - The candidate's current employer or company.
  • profileUrl - URL to the candidate's profile on TalentSight or LinkedIn.
  • skills - List of skills associated with the candidate.
  • experience - Details about the candidate's work experience.

Dependencies

  • TalentSight API access with an API key credential

Troubleshooting

  • Ensure the Candidate ID is correctly provided and exists in the TalentSight system to avoid 'not found' errors.
  • Check network connectivity and proxy settings if requests time out or fail to connect.
  • If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option cautiously.
  • Verify that the API key credential is valid and has the necessary permissions to access candidate data.

Links

Discussion