Actions15
- Campaign Actions
- Candidate Actions
- Message Actions
- Webhook Actions
Overview
This node operation resumes a paused campaign in the TalentSight platform by sending a PATCH request to the TalentSight API with the specified campaign ID. It is useful for users who want to restart outreach or marketing campaigns that were previously paused, allowing them to continue engaging with their target audience without creating a new campaign. For example, a marketing team can pause a campaign during a holiday period and then resume it afterward using this operation.
Use Case Examples
- Resuming a paused email outreach campaign to continue contacting potential candidates.
- Restarting a paused marketing campaign after updating campaign content or strategy.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign to be resumed. |
| Request Options | Optional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
response- The JSON response from the TalentSight API confirming the campaign has been resumed or providing relevant campaign data.
Dependencies
- Requires an API key credential for TalentSight API authentication.
Troubleshooting
- Ensure the Campaign ID is correct and the campaign is currently paused; otherwise, the resume operation may fail.
- Check network connectivity and proxy settings if requests time out or fail to reach the TalentSight API.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
- API rate limits or batching settings may affect request throughput; adjust batch size and interval accordingly.
Links
- TalentSight API Documentation - Official API documentation for TalentSight, including campaign management endpoints.