Actions15
- Campaign Actions
- Candidate Actions
- Message Actions
- Webhook Actions
Overview
This node operation adds recipients to a campaign in TalentSight using their TalentSight recipient IDs. It is useful for automating the process of including specific individuals in marketing or outreach campaigns managed within TalentSight. For example, a user can add a recipient to a campaign by specifying the campaign ID and the recipient's TalentSight ID, optionally overriding the recipient's first name.
Use Case Examples
- Add a recipient to a campaign by providing the campaign ID and the recipient's TalentSight ID.
- Override the recipient's first name when adding them to a campaign for personalized communication.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign to which the recipient will be added. |
| Recipient ID | The TalentSight recipient ID of the individual to be added to the campaign. |
| First Name Override | Optional field to override the recipient's first name when adding them to the campaign. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
response- The API response confirming the addition of the recipient to the campaign.
Dependencies
- Requires an API key credential for TalentSight API authentication.
Troubleshooting
- Ensure the Campaign ID and Recipient ID are valid and exist in TalentSight to avoid errors.
- If SSL certificate validation fails and the request is blocked, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Check proxy settings if requests fail due to network issues.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.
Links
- TalentSight API Documentation - Add Recipients by ID - Official API documentation for adding recipients to campaigns by TalentSight ID.