Skip to main content

Track Upwork jobs from Vollna RSS with Google Sheets logging and Slack alerts

Workflow preview

Workflow preview
100%
Track Upwork jobs from Vollna RSS with Google Sheets logging and Slack alerts preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who’s it for Freelancers and agencies who track new Upwork leads via Vollna RSS and want clean logging to Google Sheets with instant Slack alerts. What it does Polls a Vollna RSS feed every few min...

Best for

  • Lead Generation automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.filter, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.scheduletrigger, n8n-nodes-base.rssfeedread, n8n-nodes-base.sort, n8n-nodes-base.comparedatasets, n8n-nodes-base.slack

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Track Upwork jobs from Vollna RSS with Google Sheets logging and Slack alerts
Workflow name
Track Upwork jobs from Vollna RSS with Google Sheets logging and Slack alerts

Who’s it for

Freelancers and agencies who track new Upwork leads via Vollna RSS and want clean logging to Google Sheets with instant Slack alerts.

What it does

Polls a Vollna RSS feed every few minutes, parses each job (title, budget, link, skills, categories), dedupes against your sheet, appends only new jobs, and notifies Slack with a compact alert.

How it works

1. Schedule Trigger fires on an interval.
2. RSS Read pulls new items from Vollna.
3. Filter (optional) skips non-ASCII titles.
4. Code node normalizes fields (title/budget split, clean Upwork link, “Posted x mins ago”, etc.).
5. Sheets Lookup + Compare prevents duplicates by job URL.
6. Sheets Append writes new rows; Slack posts a job alert.

Set up

1. In ⚙️ Config, set: VOLLNA_RSS_URL, GOOGLE_SHEETS_DOC_ID, GOOGLE_SHEET_NAME, SLACK_CHANNEL_ID, EMAIL_TO (optional).
2. Add OAuth credentials for Google Sheets, Slack, and Gmail (optional).
3. Create sheet columns: TITLE, BUDGET, UPWORK JOB LINK, CATEGORIES, SKILLS, DATE, JOB DESCRIPTION, POSTED.
4. (Optional) Adjust polling interval on the Schedule Trigger.

Requirements

• Vollna RSS feed URL (your tokenized link)
• n8n (cloud or self-hosted) with Google Sheets + Slack creds

Customize

• Remove the ASCII filter for broader coverage.
• Swap Gmail/Slack with your preferred notifier.
• Add keyword filters before appending to Sheets.

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 - Check for foreign characters

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

Block 2 - Title, Budget, Link, Posted, Date, Job Description, Skills, Categories

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

Block 3 - Append row in sheet

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

Block 4 - Schedule Trigger

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

Block 5 - RSS Read

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

Block 6 - Sort

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

Block 7 - Get row(s) in sheet

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

Block 8 - Compare Datasets

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

Block 9 - Send a message

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

Block 10 - Send a message1

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

Block 11 - Aggregate

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

Block 12 - Sticky Note

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

Block 13 - Sticky Note1

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

Block 14 - Sticky Note3

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

Block 15 - Sticky Note4

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

3. Summary Table

Workflow Track Upwork jobs from Vollna RSS with Google Sheets logging and Slack alerts
Complexity advanced
Nodes 15
Categories Lead Generation
Author Jeremiah Wright
Published 27 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9020/9020.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 Track Upwork jobs from Vollna RSS with Google Sheets logging and Slack alerts do?

Who’s it for Freelancers and agencies who track new Upwork leads via Vollna RSS and want clean logging to Google Sheets with instant Slack alerts. What it does Polls a Vollna RSS feed every few min...

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 Lead Generation use case.