Back to Templates
This workflow acts as a communication bridge for your candidate pipeline:
#recruitment-updates
). This provides instant, real-time updates to your team, ensuring everyone is on the same page.
Follow these steps carefully to get your "Automated Candidate Status Notifier" workflow up and running:
functionCode
inside this node. You MUST adjust the variable assignments (e.g., inputData.candidateName
, inputData.position
) to accurately match the exact field names your sending system uses for candidate name, position, new status, old status, and notes. Use the 'Test Workflow' feature after sending a test webhook to inspect the incoming items[0].json.body
data structure.YOUR_SLACK_CREDENTIAL_ID
with the actual ID or name of your credential from your n8n credentials.YOUR_SLACK_CHANNEL_ID_OR_NAME
with the exact ID or name of the Slack channel where you want to receive notifications (e.g., #recruitment-updates
).[email protected]
).={{ $json.emailSubject }}
.={{ $json.emailBody }}
.YOUR_...
) are replaced and settings are correct.