Block 1 - Check for foreign characters
- Type / Role
- n8n-nodes-base.filter - filter
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
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...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jeremiah Wright.
Original n8n.io sourceFreelancers and agencies who track new Upwork leads via Vollna RSS and want clean logging to Google Sheets with instant Slack alerts.
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.
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.
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.
• Vollna RSS feed URL (your tokenized link)
• n8n (cloud or self-hosted) with Google Sheets + Slack creds
• Remove the ASCII filter for broader coverage.
• Swap Gmail/Slack with your preferred notifier.
• Add keyword filters before appending to Sheets.
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.
| 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 |
Use the JSON export at /data/workflows/9020/9020.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.
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...
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 Lead Generation use case.