Generate tailored CV and cover letter from job links with Google Sheets, Docs and OpenRouter
How it works This Workflow automatically creates a new CV and Cover Letter based on the job description and your Current CV.
How to set it up Create API keys for Google sheet Link, Google Docs Link and OpenRouter link -- If you do not know how to create and add an API key, then simply search on Google, and you will find a solution.
Create a new Google Sheet in your Google Drive with the name "Job IDs" and also add 3 columns with names "JobLink, CoverLetter, and CV." Then create a 2 Google Docs in your Google Drive with the names Cover Letter and CV. Linked them with the respective node in the workflow Add this code into Google sheet "APP Script" -> "function callN8n(e) { var range = e.range; if (range.getColumn() == 1) { // This is the combined URL from your terminal + n8n path var url = "https://pronounce-surround-curtsy.ngrok-free.dev/webhook/3d23f43d-9d38-45ba-9ad1-b696a2b97905";
var options = {
"method": "post",
"headers": {
"ngrok-skip-browser-warning": "true"
},
"payload": JSON.stringify({
"JobLink": e.value,
"row": range.getRow()
}),
"contentType": "application/json"
};
UrlFetchApp.fetch(url, options);
} }"
Contact Detail dhaval.variya07@gmail.com Linkedin YouTube
Related Templates
Automatic News Summarization & Email Digest with GPT-4, NewsAPI and Gmail
📰 AI News Digest Agent: Auto News Summarizer & Email Newsletter Create an intelligent news curation system that automat...
Generate Food Recipes from Gmail & Form Requests with Ollama & Llama 3.2
This n8n template demonstrates how to create an intelligent food recipe assistant that accepts requests via Gmail and we...
Auto-classify Gmail emails with AI and apply labels for inbox organization
Who is this for? Professionals and individuals who receive high volumes of emails, those who want to automatically organ...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments