Skip to main content

Remote job updates pipeline with RemoteOK, Airtable, and Telegram

Workflow preview

Workflow preview
100%
Remote job updates pipeline with RemoteOK, Airtable, and Telegram preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Remote Job Automation Workflow Automatically fetch, clean, and broadcast the latest remote job listings — powered by RemoteOK, Airtable, and Telegram. Key Features Seamless Data Fetching: Pul...

Best for

  • HR automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.telegram, n8n-nodes-base.scheduletrigger, n8n-nodes-base.airtable, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Remote job updates pipeline with RemoteOK, Airtable, and Telegram
Workflow name
Remote job updates pipeline with RemoteOK, Airtable, and Telegram

🚀 Remote Job Automation Workflow Automatically fetch, clean, and broadcast the latest remote job listings — powered by RemoteOK, Airtable, and Telegram.

🔧 Key Features Seamless Data Fetching: Pulls the latest job listings from the RemoteOK API using an HTTP Request node.

Smart Data Processing (via Code Node):

Filters out irrelevant metadata

Cleans and sanitizes job descriptions (e.g., HTML tags, special characters)

Handles malformed or encoded text gracefully

Extracts and formats salary ranges for clarity

Airtable Integration (Upsert):

Stores each job as a unique record using job ID

Avoids duplication through conditional upserts using Airtable's Personal Access Token

Telegram Bot Broadcasting:

Automatically formats and sends job posts to a Telegram group or channel

Keeps your community or team updated in real-time

📦 Tech Stack RemoteOK API – source of curated remote job listings

Airtable – lightweight, accessible job database

Telegram Bot API – for real-time job notifications

n8n – workflow automation engine to tie everything together

🔁 Workflow Overview Fetch Jobs from RemoteOK API

Clean & Normalize job descriptions and metadata

Extract Salary ranges and standardize them

Upsert to Airtable (avoiding duplicates)

Format Post for visual clarity

Send to Telegram via bot integration

🧠 Perfect For Remote job boards or aggregators

Recruitment agencies/startups

Developers building personal job feeds

Communities or channels sharing curated remote opportunities

Automating newsletters or job digests

✅ Benefits

Near real-time updates

Minimal maintenance

Full control and extensibility with n8n

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 - Remote ok

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 2 - Clean text1

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

Block 3 - Code5

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

Block 4 - Telegram1

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

Block 5 - Schedule Trigger

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

Block 6 - RemoteOK Jobs

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

Block 7 - Text-clean

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

Block 8 - Cleaning the received input

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

Block 9 - Salary to string

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

Block 10 - Table to a single message

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

Block 11 - Sticky Note

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

3. Summary Table

Workflow Remote job updates pipeline with RemoteOK, Airtable, and Telegram
Complexity intermediate
Nodes 14
Categories HR
Author Puspak
Published 25 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4383/4383.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 Remote job updates pipeline with RemoteOK, Airtable, and Telegram do?

Remote Job Automation Workflow Automatically fetch, clean, and broadcast the latest remote job listings — powered by RemoteOK, Airtable, and Telegram. Key Features Seamless Data Fetching: Pul...

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 HR use case.