TalentSight icon

TalentSight

Get data from TalentSight API

Overview

This node interacts with the TalentSight API to retrieve recipients of a specific campaign. It is useful for users who want to fetch detailed recipient data associated with a campaign, such as in marketing or recruitment automation workflows. For example, a user can get all recipients of a campaign to analyze engagement or to trigger follow-up actions based on recipient data.

Use Case Examples

  1. Retrieve all recipients of a campaign to analyze campaign reach and engagement.
  2. Fetch recipient details to update a CRM or send personalized follow-up messages.

Properties

Name Meaning
Campaign ID The unique identifier of the campaign for which recipients are to be retrieved.
Request Options Additional options to control the request behavior, including batching, SSL certificate validation, proxy settings, and request timeout.

Output

JSON

  • recipients - Array of recipient objects retrieved from the campaign.

Dependencies

  • Requires an API key credential for TalentSight API authentication.

Troubleshooting

  • Ensure the Campaign ID is correct and the campaign exists in TalentSight; otherwise, the API will return an error.
  • If SSL certificate validation fails and the request is blocked, enable 'Ignore SSL Issues' to bypass this check (not recommended for production).
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeouts can occur if the server is slow or unresponsive; increase the timeout setting if needed.

Links

Discussion