TalentSight icon

TalentSight

Get data from TalentSight API

Overview

This node interacts with the TalentSight API to retrieve pending messages related to a specific campaign. It is useful for users who want to monitor or manage messages that are awaiting approval or processing within a campaign. For example, marketing teams can use this node to fetch all pending messages in a campaign to review or take further action.

Use Case Examples

  1. Retrieve all pending messages for a given campaign to review before sending.
  2. Automate the process of fetching pending messages to trigger notifications or approvals.

Properties

Name Meaning
Campaign ID The identifier of the campaign for which to retrieve pending messages.
Request Options Additional options to customize the request behavior, including batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • messages - Array of pending message objects retrieved from the campaign.

Dependencies

  • Requires an API key credential for TalentSight API authentication.

Troubleshooting

  • Ensure the Campaign ID is valid and exists in the TalentSight system to avoid empty or error responses.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if requests fail due to network restrictions or firewall rules.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.

Links

Discussion