Actions20
- Candidates Actions
- Pipeline Templates Actions
- Stage Templates Actions
- Recruitment Campaigns Actions
Overview
The node provides integration with a recruitment management API, specifically handling actions related to recruitment campaigns. The "Close Recruitment Campaign" operation allows users to mark a recruitment campaign as closed, effectively ending the campaign and likely preventing further candidate applications or modifications.
This node is useful in HR automation workflows where recruitment campaigns are managed programmatically. For example, after a job posting period ends, an automated workflow can close the campaign to stop accepting new candidates and trigger subsequent steps like candidate review or reporting.
Properties
| Name | Meaning |
|---|---|
| Campaign ID * | The unique identifier of the recruitment campaign to be closed. This is a required string input. |
Output
The output of the node is a JSON object representing the result of the "close recruitment campaign" operation. Typically, this will include confirmation details such as the campaign's updated status or metadata returned by the API after closing the campaign.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the recruitment management service.
- The node depends on the external Pulse API (or similar) to perform recruitment campaign operations.
- Proper configuration of the API credentials within n8n is necessary for successful execution.
Troubleshooting
Common issues:
- Invalid or missing Campaign ID: Ensure the Campaign ID provided exists and is correctly formatted.
- Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- Network or API downtime: Check connectivity and API service status.
Error messages:
"The operation "closeRecruitmentCampaign" is not supported for resource "recruitmentCampaign"!"— This indicates a mismatch in operation name; ensure the correct operation is selected.- Errors containing
"error"in the JSON output usually indicate API-level failures; inspect the error message for details.
To resolve errors, verify input parameters, credentials, and API availability.
Links and References
- Refer to the recruitment management API documentation for detailed information on campaign lifecycle and the close operation.
- n8n documentation on creating and using API credentials.
- General best practices for managing recruitment campaigns via APIs.