Pulse Recruitment icon

Pulse Recruitment

Recruitment actions from Pulse API

Overview

This node interacts with recruitment campaigns via the Pulse API, specifically allowing users to manage the lifecycle and candidates of recruitment campaigns. The "Open Recruitment Campaign" operation activates or opens a specified recruitment campaign, making it available for candidate applications or further processing.

Common scenarios where this node is beneficial include automating recruitment workflows such as starting a new hiring campaign, integrating recruitment status updates into broader HR systems, or triggering downstream processes when a campaign becomes active.

For example, an HR automation workflow might use this node to open a recruitment campaign automatically once certain conditions are met, such as budget approval or completion of job description finalization.

Properties

Name Meaning
Campaign ID * The unique identifier of the recruitment campaign to open. This is required to specify which campaign should be activated.

Output

The node outputs a JSON object representing the result of the "open recruitment campaign" operation. This typically includes details about the updated recruitment campaign status or confirmation that the campaign has been successfully opened.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the Pulse API.
  • The node depends on the Pulse API service being accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API authentication setup.

Troubleshooting

  • Common Issues:

    • Providing an invalid or non-existent Campaign ID will likely cause an error.
    • Network connectivity issues or incorrect API credentials can prevent successful communication with the Pulse API.
    • Attempting to open a campaign that is already open or in an incompatible state may result in an error from the API.
  • Error Messages:

    • "The operation "openRecruitmentCampaign" is not supported for resource "recruitmentCampaign"!" — This indicates a mismatch between the selected operation and resource; ensure the correct operation is chosen.
    • Errors related to missing or invalid Campaign ID will usually mention the requirement for a valid ID.
    • API authentication errors will indicate issues with the provided API key or credentials.
  • Resolution Tips:

    • Verify the Campaign ID is correct and corresponds to an existing campaign.
    • Check API credentials and permissions.
    • Confirm the campaign's current status allows it to be opened.

Links and References

Discussion