View raw JSON
{
"name": "Social Media Content Scheduler",
"nodes": [
{
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"url": "https://yourblog.com/feed",
"options": {}
},
"name": "RSS Read",
"type": "n8n-nodes-base.rssFeedRead",
"typeVersion": 1,
"position": [
460,
300
]
},
{
"parameters": {
"model": "gpt-4o-mini",
"prompt": "Write an engaging LinkedIn post (under 200 words) about this article: {{ $json.title }}. Add a hook, 3 key takeaways, and a question to the reader.",
"options": {
"temperature": 0.8
}
},
"name": "OpenAI LinkedIn Post",
"type": "n8n-nodes-base.openAi",
"typeVersion": 1,
"position": [
680,
240
]
},
{
"parameters": {
"model": "gpt-4o-mini",
"prompt": "Turn this article into a 3-tweet thread with a strong first tweet and a link at the end: {{ $json.title }}",
"options": {
"temperature": 0.8
}
},
"name": "OpenAI Twitter Thread",
"type": "n8n-nodes-base.openAi",
"typeVersion": 1,
"position": [
680,
420
]
},
{
"parameters": {
"operation": "create",
"text": "={{ $json.output }}"
},
"name": "LinkedIn Publish",
"type": "n8n-nodes-base.linkedIn",
"typeVersion": 2,
"position": [
900,
240
]
},
{
"parameters": {
"operation": "create",
"text": "={{ $json.output }}"
},
"name": "Twitter Publish",
"type": "n8n-nodes-base.twitter",
"typeVersion": 2,
"position": [
900,
420
]
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "RSS Read",
"type": "main",
"index": 0
}
]
]
},
"RSS Read": {
"main": [
[
{
"node": "OpenAI LinkedIn Post",
"type": "main",
"index": 0
}
],
[
{
"node": "OpenAI Twitter Thread",
"type": "main",
"index": 0
}
]
]
},
"OpenAI LinkedIn Post": {
"main": [
[
{
"node": "LinkedIn Publish",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Twitter Thread": {
"main": [
[
{
"node": "Twitter Publish",
"type": "main",
"index": 0
}
]
]
}
}
}