Actions15
- Campaign Actions
- Candidate Actions
- Message Actions
- Webhook Actions
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
- Retrieve all recipients of a campaign to analyze campaign reach and engagement.
- 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
- TalentSight API Documentation - Official API documentation for TalentSight, detailing endpoints and usage.