TalentSight icon

TalentSight

Get data from TalentSight API

Overview

This node interacts with the TalentSight API to retrieve multiple campaign records. It is useful for scenarios where users need to fetch a list of campaigns for analysis, reporting, or further processing within an automation workflow. For example, a recruiter might use this node to get all active campaigns to monitor their progress or to integrate campaign data into a CRM system.

Use Case Examples

  1. Retrieve all campaigns to display in a dashboard.
  2. Fetch campaigns in batches to process large datasets without hitting API rate limits.

Properties

Name Meaning
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • ``
    • id - Unique identifier of each campaign.
    • name - Name of each campaign.
    • status - Current status of each campaign.
    • createdAt - Timestamp when the campaign was created.
    • updatedAt - Timestamp when the campaign was last updated.

Dependencies

  • Requires an API key credential for TalentSight API authentication.

Troubleshooting

  • Common issues include request timeouts, which can be resolved by increasing the timeout setting.
  • SSL certificate validation errors can occur if the server uses a self-signed certificate; enabling 'Ignore SSL Issues' can bypass this but reduces security.
  • Proxy configuration errors may prevent requests from reaching the API; ensure proxy URL and credentials are correct.

Links

Discussion