Automate LinkedIn Medium Posts with n8n & Airtable Integration

Save hours daily by automating LinkedIn posts from Medium articles using n8n, Airtable, and Telegram updates. Avoid reposting duplicates and stay informed effortlessly.
Airtable
HTTP Request
LinkedIn
+6
Workflow Identifier: 1972
NODES in Use: Airtable, Code, Filter, HTTP Request, If, LinkedIn, Telegram, Schedule Trigger, Sticky Note

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What this workflow does

This workflow automatically posts new Medium articles about Android development to LinkedIn twice a day at 9 AM and 7 PM.
It prevents posting the same article twice by checking an Airtable database.
It sends notifications via Telegram each time a post is published.
This saves time and avoids repeated content.


Who should use this workflow

This workflow is for content marketers or social media managers who post Medium articles on LinkedIn.
It fits those who want to automate posting schedule and keep posts unique.
It helps when manual posting wastes time and causes errors like reposting the same article.


Tools and services used

  • n8n: To build and run the automated workflow.
  • Medium API via RapidAPI: Gets recent Medium articles and full content.
  • Airtable: Stores IDs of used articles to avoid duplicates.
  • LinkedIn API: Posts article snippets with images on LinkedIn company page.
  • Telegram Bot API: Sends post success notifications.

Optional: Hosting n8n on your own server for more control using self-host n8n.


Inputs, Processing, and Output

Inputs

  • Scheduled triggers at 9:00 AM and 7:00 PM.
  • Random Android-related tag selection.
  • List of posted article IDs from Airtable.
  • RapidAPI credentials for Medium API.
  • LinkedIn OAuth2 credentials.
  • Telegram bot token and chat ID.

Processing Steps

  • Selects one random Medium tag for fetching articles.
  • Fetches article IDs matching the tag via Medium API.
  • Filters out articles already posted by comparing with Airtable stored IDs.
  • Fetches full content and featured image of an unused article.
  • Checks the article has a featured image.
  • Downloads the article image.
  • Posts article snippet with image and hashtags to LinkedIn.
  • Records the posted article ID in Airtable.
  • Sends a Telegram notification with post details.

Output

Published LinkedIn post with Medium article content and image.
Updated Airtable base with new article ID.
Telegram notification message confirming successful post.


Beginner step-by-step: How to use this workflow in n8n

Import the workflow

  1. Download the workflow file using the Download button on this page.
  2. Open your n8n editor.
  3. Go to “Import from File” and select the downloaded workflow.

Configure credentials and settings

  1. Add your Airtable API key and link your Airtable base/table where posted articles are tracked.
  2. Enter LinkedIn OAuth2 credentials with posting permissions.
  3. Input your RapidAPI key for Medium API calls.
  4. Fill in Telegram bot token and your chat ID for notifications.
  5. Check and update any IDs or references as needed for your setup.

Test and activate

  1. Run the workflow once manually to check for errors.
  2. Confirm LinkedIn posts appear and Telegram message arrives.
  3. Enable the workflow to run automatically on schedule.

If self-hosting n8n, consult this resource for server setup.


Common issues and how to handle them

Empty article lists or no posts

Usually caused by wrong or missing RapidAPI key or no new articles matching tags.
Check API keys and test Medium API separately.

LinkedIn posting errors

Often due to expired or invalid OAuth2 tokens.
Reconnect LinkedIn credentials and verify posting permissions.

Duplicate articles posted

Occurs if Airtable is not updated or filter logic fails.
Check that new article IDs are saved in Airtable and filter compares IDs correctly.


Customization ideas

  • Change posting times by editing cron expression in Schedule Trigger.
  • Add more tags in the JavaScript array inside get random tags node for variety.
  • Adjust LinkedIn post text, hashtags, and formatting in the make Linkedin post node.
  • Send notifications to Slack or email by replacing the Telegram node.


Summary of results

✓ Automatic LinkedIn posts with fresh Medium Android articles every day.
✓ Avoids duplicate posts by tracking article IDs in Airtable.
✓ Sends Telegram alerts about post status.
✓ Saves about one hour daily of manual posting.
✓ Keeps LinkedIn company page content fresh and relevant.


Frequently Asked Questions

The workflow checks article IDs against records stored in Airtable and only posts articles not already recorded there.
Users need Airtable API key and base, LinkedIn OAuth2 credentials with post permission, RapidAPI key for Medium API access, and Telegram bot token with chat ID.
Yes, the posting schedule can be changed by editing the cron expression inside the Schedule Trigger node.
Authentication errors happen if LinkedIn OAuth2 tokens expire or lack post permissions; reconnecting credentials and refreshing tokens fixes this.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free