TalentSight icon

TalentSight

Get data from TalentSight API

Overview

This node operation allows users to pause a campaign in the TalentSight platform by specifying the campaign ID. It is useful in scenarios where a campaign needs to be temporarily halted, for example, to stop sending messages or actions associated with the campaign without deleting it. This can be beneficial for managing campaign timing, compliance, or adjusting campaign parameters before resuming.

Use Case Examples

  1. Pausing a recruitment campaign to temporarily stop outreach while updating candidate lists.
  2. Halting a marketing campaign to comply with new regulations or internal review processes.

Properties

Name Meaning
Campaign ID The unique identifier of the campaign to be paused, required to specify which campaign to pause.
Request Options Optional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • id - The unique identifier of the paused campaign.
  • status - The current status of the campaign after the pause operation, typically indicating it is paused.
  • message - A message confirming the campaign has been paused or providing additional information.

Dependencies

  • Requires an API key credential for TalentSight API authentication.

Troubleshooting

  • Ensure the Campaign ID is correct and the campaign exists; otherwise, the API will return an error indicating the campaign was not found.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If SSL certificate validation fails and the option to ignore SSL issues is not enabled, the request will be rejected.
  • API rate limits may affect batch processing; adjust batch size and interval accordingly.

Links

Discussion