Actions15
- Campaign Actions
- Candidate Actions
- Message Actions
- Webhook Actions
Overview
This node interacts with the TalentSight API to retrieve detailed information about a specific campaign by its ID. It is useful for users who want to fetch campaign data such as campaign status, details, and metadata from TalentSight within an automated workflow. For example, a user can automate the retrieval of campaign details to monitor campaign progress or integrate campaign data into other systems.
Use Case Examples
- Retrieve a campaign's details by providing its unique Campaign ID to monitor its status.
- Fetch campaign information to integrate with a CRM or reporting tool for further analysis.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign to retrieve. This is a required field for the Get operation on the Campaign resource. |
| Request Options | Additional options to customize the API request, including batching settings to control request throttling, SSL certificate validation bypass, proxy configuration, and request timeout settings. |
Output
JSON
id- The unique identifier of the retrieved campaign.name- The name of the campaign.status- The current status of the campaign (e.g., active, paused).createdAt- Timestamp when the campaign was created.updatedAt- Timestamp when the campaign was last updated.details- Additional metadata or details about the campaign returned by the API.
Dependencies
- Requires an API key credential for TalentSight API authentication.
Troubleshooting
- Ensure the Campaign ID is correctly provided and exists in the TalentSight system; otherwise, the API will return an error indicating the campaign was not found.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of the security implications.
- Check proxy settings if requests fail due to network restrictions or firewall rules.
- Adjust the timeout setting if the API server is slow to respond to avoid premature request abortion.
Links
- TalentSight API Documentation - Official API documentation for TalentSight, providing details on endpoints, parameters, and usage.