Skip to main content

Write Upwork proposals from Vollna alerts using Claude, Gmail and Sheets

Workflow preview

Workflow preview
100%
Write Upwork proposals from Vollna alerts using Claude, Gmail and Sheets preview
Open on n8n.io

1. Workflow Overview

Overview Stop spending 20 minutes writing each Upwork proposal from scratch. This workflow reads your Vollna job alert emails, scores every job against your skills and budget preferences, and uses ...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.gmailtrigger, n8n-nodes-base.code, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatanthropic, n8n-nodes-base.set, n8n-nodes-base.gmail

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Akshay Chug.

Original n8n.io source

1.1 Workflow description

Title
Write Upwork proposals from Vollna alerts using Claude, Gmail and Sheets
Workflow name
Write Upwork proposals from Vollna alerts using Claude, Gmail and Sheets

Overview

Stop spending 20 minutes writing each Upwork proposal from scratch. This workflow reads your Vollna job alert emails, scores every job against your skills and budget preferences, and uses Claude to write a personalised 55-75 word cover letter for every match and saved as a Gmail draft ready to review and send in one click.

How it works

  • Polls Gmail every 30 minutes for new Vollna job alert emails

  • Parses every individual job title, budget, and URL from the Vollna email HTML

  • Scores each job 1-10 against your skills, rate, and budget filters set in the Settings node

  • Jobs below your threshold are logged as skipped — no proposal wasted

  • Claude Haiku writes a 55-75 word cover letter for each match using the Nick Saraev formula

  • The proposal is saved as a Gmail draft with the job title as the subject, ready for one-click review

  • Every job is either matched or skipped and then is logged to Google Sheets for pipeline tracking

Setup steps

  1. Vollna — Make sure you have a Vollna account with at least one active filter sending alerts to your Gmail

  2. Gmail — Connect your Gmail account in Check for Vollna Alerts and Save Proposal as Draft

  3. Settings node — Open Configure Profile and Settings and fill in your name, skills, bio, hourly rate, minimum budget, and score threshold. This is the only node you need to personalise

  4. Claude AI — Add your Anthropic API key to the Claude Haiku sub-node from console.anthropic.com

  5. Slack — Connect Slack in Notify New Draft and set your channel. Right-click and Disable if unused

  6. Google Sheets — Create a sheet called Upwork Jobs with columns: Timestamp, Job Title, Budget, Score, Status, Draft Saved, Job URL

  7. Activate — processes every new Vollna alert automatically

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Check for Vollna Alerts

Type / Role
n8n-nodes-base.gmailTrigger - gmailTrigger
Config choices
Version 1.2

Block 7 - Configure Profile and Settings

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Score Job Against Profile

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Is It a Match

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 10 - Write Proposal with Claude

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.4

Block 11 - Claude Haiku

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.3

Block 12 - Extract Proposal Text

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Save Proposal as Draft

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 14 - Notify New Draft - Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.2

Block 15 - Log Job to Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 16 - Log Skipped Job to Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 17 - Parse Jobs from Email

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

3. Summary Table

Workflow Write Upwork proposals from Vollna alerts using Claude, Gmail and Sheets
Complexity advanced
Nodes 17
Categories Content Creation, Multimodal AI
Author Akshay Chug
Published 18 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15789/15789.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Write Upwork proposals from Vollna alerts using Claude, Gmail and Sheets do?

Overview Stop spending 20 minutes writing each Upwork proposal from scratch. This workflow reads your Vollna job alert emails, scores every job against your skills and budget preferences, and uses ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Content Creation, Multimodal AI use case.