- Automate the collection and screening of candidate resumes.
- Integrate resume data with Google Sheets for tracking and management.
- Receive real-time alerts on screening errors via Slack.
Webhook trigger captures resumes submitted by candidates. Text splitter divides resumes into manageable chunks for processing. Embeddings are generated to analyze the content of resumes. Data is inserted into a vector database for efficient querying. The workflow utilizes a vector tool and RAG agent for intelligent resume evaluation. Final results are logged in Google Sheets, and errors are reported via Slack.
- 1Import the workflow template into your n8n instance.
- 2Configure the webhook trigger with your desired endpoint.
- 3Set up credentials for Google Sheets, Slack, and any AI services used.
- 4Adjust parameters in the text splitter and embeddings nodes as needed.
- 5Test the workflow by submitting a sample resume to the webhook.