This workflow corresponds to n8n.io template #6514 — we link there as the canonical source.
This workflow follows the Facebookgraphapi → Google Sheets recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "Vs0cnNJHFi8oHi5S",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Intelligent Content & Marketing Hub with GPT-4",
"tags": [],
"nodes": [
{
"id": "7176e295-cdf5-4678-8b1b-2ccc3b986bae",
"name": "Wordpress Trigger",
"type": "n8n-nodes-base.webhook",
"position": [
-48,
0
],
"parameters": {},
"typeVersion": 2
},
{
"id": "bfc9befe-0b01-4d09-9316-5fc7d9fbdc9d",
"name": "Content Analysis",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
368,
96
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "daa59f8c-163e-4181-8855-9dec7d662268",
"name": "RSS Feed Trigger",
"type": "n8n-nodes-base.rssFeedReadTrigger",
"position": [
-48,
192
],
"parameters": {},
"typeVersion": 1
},
{
"id": "341d81f5-cff5-4abf-8634-3853e995882d",
"name": "Parse AI Output",
"type": "n8n-nodes-base.code",
"position": [
704,
96
],
"parameters": {},
"typeVersion": 2
},
{
"id": "39c662a6-0dd7-4e76-8ba5-51043eeb66ec",
"name": "Create Tweet",
"type": "n8n-nodes-base.twitter",
"position": [
1008,
-96
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ef8c16de-09d5-4618-9aee-9262375d667c",
"name": "Create a post",
"type": "n8n-nodes-base.linkedIn",
"position": [
1008,
96
],
"parameters": {},
"typeVersion": 1
},
{
"id": "175e0a2c-5fca-429b-b166-2cebe4949d93",
"name": "Facebook Graph API",
"type": "n8n-nodes-base.facebookGraphApi",
"position": [
1008,
288
],
"parameters": {},
"typeVersion": 1
},
{
"id": "b171faef-6071-4747-bbf2-ebb28269a7a0",
"name": "Merge",
"type": "n8n-nodes-base.merge",
"position": [
1280,
80
],
"parameters": {},
"typeVersion": 3.2
},
{
"id": "b65908c8-a11d-4e4d-9e63-b763cbdad79b",
"name": "Merge1",
"type": "n8n-nodes-base.merge",
"position": [
208,
96
],
"parameters": {},
"typeVersion": 3.2
},
{
"id": "b55a0c70-29bb-4760-862a-34aa05cc6236",
"name": "Content Log & Archive",
"type": "n8n-nodes-base.googleSheets",
"position": [
1488,
96
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "419c4fb4-3290-4480-91e4-3dff9b82795d",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-112,
-80
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "c1da5ef1-2063-4493-a703-98b686d0b82e",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
176,
16
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "021d84fb-404c-417c-90b7-6777c033a285",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
928,
-224
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "2410b670-79e9-4ea4-9f16-c43ad2e8f562",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1232,
16
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "a333846a-46b3-41f4-9e9e-26792d669c08",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-112,
464
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "203a1ca6-cfe4-4475-9c1c-83ba6500a784",
"connections": {
"Merge": {
"main": [
[
{
"node": "Content Log & Archive",
"type": "main",
"index": 0
}
]
]
},
"Merge1": {
"main": [
[
{
"node": "Content Analysis",
"type": "main",
"index": 0
}
]
]
},
"Create Tweet": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 0
}
]
]
},
"Create a post": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 1
}
]
]
},
"Parse AI Output": {
"main": [
[
{
"node": "Create Tweet",
"type": "main",
"index": 0
},
{
"node": "Create a post",
"type": "main",
"index": 0
},
{
"node": "Facebook Graph API",
"type": "main",
"index": 0
}
]
]
},
"Content Analysis": {
"main": [
[
{
"node": "Parse AI Output",
"type": "main",
"index": 0
}
]
]
},
"RSS Feed Trigger": {
"main": [
[
{
"node": "Merge1",
"type": "main",
"index": 1
}
]
]
},
"Wordpress Trigger": {
"main": [
[
{
"node": "Merge1",
"type": "main",
"index": 0
}
]
]
},
"Facebook Graph API": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 2
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflow is a comprehensive, AI-powered system that acts as a virtual content manager for creators and marketing teams. It automates the entire content lifecycle, from ingestion and analysis to multi-channel distribution and performance logging. Multi-Source Ingestion: The…
Source: https://n8n.io/workflows/6514/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow automates the post-publish process for YouTube videos, combining advanced SEO optimization, cross-platform promotion, and analytics reporting. It is designed for creators, marketers, and
This workflow is built for creators, solopreneurs, SaaS founders, and agencies looking to automate their social media content process from idea to publication. It combines the power of OpenAI, Google
Managing content for multiple social media platforms manually is time-consuming and error-prone. This workflow automates content creation, image generation, approval flows, and publishing for LinkedIn
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 manage
This AI-powered workflow streamlines your social media posting process, transforming hours of manual caption writing, image uploading, and scheduling into a fully automated system. You define the topi