Social Media Management
0785 Openai Twitter Create
0785 Openai Twitter Create
Manual
Medium
5
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
5
Node Types
0
Workflow JSON
2.88 KB
{
"name": "0785 Openai Twitter Create",
"nodes": [
{
"name": "Get Content Ideas",
"type": "n8n-nodes-base.googleSheets",
"position": [
200,
300
],
"parameters": {
"range": "Sheet1!A:C",
"sheetId": "YOUR_GOOGLE_SHEET_ID"
},
"credentials": {
"googleSheetsOAuth2Api": "YOUR_GOOGLE_SHEETS_CREDENTIALS"
},
"typeVersion": 1
},
{
"name": "Generate Post with OpenAI",
"type": "n8n-nodes-base.openAi",
"position": [
500,
300
],
"parameters": {
"model": "gpt-4",
"prompt": "Create a social media post for {{$node[\"Get Content Ideas\"].json[\"Platform\"]}} based on this idea: {{$node[\"Get Content Ideas\"].json[\"Idea\"]}}. Keep it engaging and concise."
},
"credentials": {
"openAIApi": "YOUR_OPENAI_CREDENTIALS"
},
"typeVersion": 1
},
{
"name": "Check Platform",
"type": "n8n-nodes-...Showing first 1000 characters. Click "Expand" to view the full JSON.