Back to Integrations
integrationLinkedIn node
integrationNocoDB node

LinkedIn and NocoDB integration

Save yourself the work of writing custom integrations for LinkedIn and NocoDB and use n8n instead. Build adaptable and scalable Marketing, Communication, and Data & Storage workflows that work with your technology stack. All within a building experience you will love.

How to connect LinkedIn and NocoDB

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

LinkedIn and NocoDB integration: Create a new workflow and add the first step

Step 2: Add and configure LinkedIn and NocoDB nodes

You can find LinkedIn and NocoDB in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure LinkedIn and NocoDB nodes one by one: input data on the left, parameters in the middle, and output data on the right.

LinkedIn and NocoDB integration: Add and configure LinkedIn and NocoDB nodes

Step 3: Connect LinkedIn and NocoDB

A connection establishes a link between LinkedIn and NocoDB (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

LinkedIn and NocoDB integration: Connect LinkedIn and NocoDB

Step 4: Customize and extend your LinkedIn and NocoDB integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect LinkedIn and NocoDB with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

LinkedIn and NocoDB integration: Customize and extend your LinkedIn and NocoDB integration

Step 5: Test and activate your LinkedIn and NocoDB workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from LinkedIn to NocoDB or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

LinkedIn and NocoDB integration: Test and activate your LinkedIn and NocoDB workflow

Auto-Generate & Approve Social Media Posts from RSS Feeds with OpenAI & Telegram

Overview
This workflow automates the process of converting RSS feed articles into ready-to-publish social media posts using OpenAI, NocoDB, and Telegram. It's ideal for content teams, marketing managers, or news portals seeking to automate content curation while maintaining control through a human approval system.

Features
RSS Feed Monitoring
Polls a specified RSS feed every 20 minutes.

Detects new articles automatically.

AI-Powered Content Processing
Summarizes the full article using OpenAI's Assistant API.

Creates an image prompt based on the article summary.

Generates a platform-specific post for Facebook and LinkedIn using AI.

Image Generation
Leverages OpenAI's image model to generate a relevant image from the prompt.

Retrieves and stores the featured image from the original article (via custom code node).

Post Management with NocoDB
Stores all content in NocoDB including:

Article URL

AI-generated summary

Image prompt

Post content per platform

Generated image URL

Post status (Pending, Approved, Declined)

Human Approval via Telegram
Sends post preview to a Telegram group or channel with inline buttons:

✅ Approve

❌ Decline

On approval: Posts to Facebook, LinkedIn, and optionally Twitter.

On rejection: Marks the NocoDB record as "Declined".

Conditional Twitter (X) Posting
Asks user whether to post with or without a link.

Posts accordingly based on user’s Telegram response.

No-Code Backend
NocoDB acts as a lightweight CMS to manage, edit, and review AI-generated content before publishing.

Setup Instructions
Clone the workflow in your n8n instance.

Configure the following credentials under Credentials > New:

OpenAI API Key

Facebook Graph API

LinkedIn Access Token

Twitter (X) OAuth credentials

Telegram Bot Token and Chat ID

NocoDB API Token and Base URL

Set the RSS feed URL in the trigger node to your preferred news source.

Adjust the NocoDB API node with your table and field names (see below).

Deploy the workflow on an interval trigger (20-minute polling recommended).

NocoDB Database Structure
Column Name Description
url Original article URL
summary AI-generated summary
image_prompt Prompt used for generating image
image_url Final image URL (from OpenAI)
post_content Formatted social media post
platform Social platform (Facebook, LinkedIn, etc.)
status Current status (Pending, Approved, Declined)
date_created Date article was fetched

Requirements
An active n8n instance (cloud or self-hosted).

API credentials for:

OpenAI

Telegram Bot

Facebook Graph API

LinkedIn Developer App

Twitter/X Developer App

NocoDB (self-hosted or cloud)

A Telegram chat (group or user) where the bot is added.

Customization Guidance
Add more platforms: Extend the logic to other platforms like Instagram, Threads, or Mastodon.

Customize AI tone: Adjust the prompt to OpenAI for a specific writing style (e.g., formal, casual, humorous).

Adjust scheduling: Modify interval time or RSS feed frequency as needed.

Add post delay: Schedule posts using a delay node to spread them over time.

Use Cases
Auto-publish summarized news articles to multiple social platforms.

Reduce effort for social teams by automating draft creation and media.

Maintain editorial control using the Telegram approval step.

Repurpose blog or article content into engaging posts with minimal effort.

Integrations Used
OpenAI (Assistants & DALL·E Image Generation)

Telegram Bot (Inline approval workflow)

Facebook Graph API (Post publishing)

LinkedIn API (Company or personal posts)

Twitter/X API (Optional conditional post publishing)

RSS Feed Reader (Article fetching)

NocoDB (Content repository and status manager)

Nodes used in this workflow

Popular LinkedIn and NocoDB workflows

+3

Auto-Generate & Approve Social Media Posts from RSS Feeds with OpenAI & Telegram

Overview This workflow automates the process of converting RSS feed articles into ready-to-publish social media posts using OpenAI, NocoDB, and Telegram. It's ideal for content teams, marketing managers, or news portals seeking to automate content curation while maintaining control through a human approval system. Features RSS Feed Monitoring Polls a specified RSS feed every 20 minutes. Detects new articles automatically. AI-Powered Content Processing Summarizes the full article using OpenAI's Assistant API. Creates an image prompt based on the article summary. Generates a platform-specific post for Facebook and LinkedIn using AI. Image Generation Leverages OpenAI's image model to generate a relevant image from the prompt. Retrieves and stores the featured image from the original article (via custom code node). Post Management with NocoDB Stores all content in NocoDB including: Article URL AI-generated summary Image prompt Post content per platform Generated image URL Post status (Pending, Approved, Declined) Human Approval via Telegram Sends post preview to a Telegram group or channel with inline buttons: ✅ Approve ❌ Decline On approval: Posts to Facebook, LinkedIn, and optionally Twitter. On rejection: Marks the NocoDB record as "Declined". Conditional Twitter (X) Posting Asks user whether to post with or without a link. Posts accordingly based on user’s Telegram response. No-Code Backend NocoDB acts as a lightweight CMS to manage, edit, and review AI-generated content before publishing. Setup Instructions Clone the workflow in your n8n instance. Configure the following credentials under Credentials > New: OpenAI API Key Facebook Graph API LinkedIn Access Token Twitter (X) OAuth credentials Telegram Bot Token and Chat ID NocoDB API Token and Base URL Set the RSS feed URL in the trigger node to your preferred news source. Adjust the NocoDB API node with your table and field names (see below). Deploy the workflow on an interval trigger (20-minute polling recommended). NocoDB Database Structure Column Name Description url Original article URL summary AI-generated summary image_prompt Prompt used for generating image image_url Final image URL (from OpenAI) post_content Formatted social media post platform Social platform (Facebook, LinkedIn, etc.) status Current status (Pending, Approved, Declined) date_created Date article was fetched Requirements An active n8n instance (cloud or self-hosted). API credentials for: OpenAI Telegram Bot Facebook Graph API LinkedIn Developer App Twitter/X Developer App NocoDB (self-hosted or cloud) A Telegram chat (group or user) where the bot is added. Customization Guidance Add more platforms: Extend the logic to other platforms like Instagram, Threads, or Mastodon. Customize AI tone: Adjust the prompt to OpenAI for a specific writing style (e.g., formal, casual, humorous). Adjust scheduling: Modify interval time or RSS feed frequency as needed. Add post delay: Schedule posts using a delay node to spread them over time. Use Cases Auto-publish summarized news articles to multiple social platforms. Reduce effort for social teams by automating draft creation and media. Maintain editorial control using the Telegram approval step. Repurpose blog or article content into engaging posts with minimal effort. Integrations Used OpenAI (Assistants & DALL·E Image Generation) Telegram Bot (Inline approval workflow) Facebook Graph API (Post publishing) LinkedIn API (Company or personal posts) Twitter/X API (Optional conditional post publishing) RSS Feed Reader (Article fetching) NocoDB (Content repository and status manager)

Build your own LinkedIn and NocoDB integration

Create custom LinkedIn and NocoDB workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

LinkedIn supported actions

Create
Create a new post

NocoDB supported actions

Create
Create a row
Delete
Delete a row
Get
Retrieve a row
Get Many
Retrieve many rows
Update
Update a row

FAQs

  • Can LinkedIn connect with NocoDB?

  • Can I use LinkedIn’s API with n8n?

  • Can I use NocoDB’s API with n8n?

  • Is n8n secure for integrating LinkedIn and NocoDB?

  • How to get started with LinkedIn and NocoDB integration in n8n.io?

Need help setting up your LinkedIn and NocoDB integration?

Discover our latest community's recommendations and join the discussions about LinkedIn and NocoDB integration.
Alex Kim
JOduMonT
Luc Berge

Looking to integrate LinkedIn and NocoDB in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate LinkedIn with NocoDB

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon