Block 1 - Merge
- Type / Role
- n8n-nodes-base.merge - merge
- Config choices
- Version 3.2
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](https://console...
n8n-nodes-base.merge, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.webhook, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.if, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.lmchatopenrouter
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dhaval Variya.
Original n8n.io sourceCreate 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); } }"
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.
| Workflow | Generate tailored CV and Cover Letter from job links |
|---|---|
| Complexity | advanced |
| Nodes | 27 |
| Categories | HR, AI Summarization |
| Author | Dhaval Variya |
| Published | 23 Apr 2026 |
Use the JSON export at /data/workflows/15255/15255.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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](https://console...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your HR, AI Summarization use case.