This workflow follows the OpenAI → Twitter 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 →
{
"name": "InOneButton - Daily Auto Tweet",
"nodes": [
{
"id": "1",
"name": "Daily Trigger",
"type": "n8n-nodes-base.cron",
"position": [
280,
260
],
"parameters": {
"triggerTimes": [
{
"hour": 9,
"minute": 0
}
]
}
},
{
"id": "2",
"name": "Generate Tweet",
"type": "n8n-nodes-base.openAi",
"position": [
550,
260
],
"parameters": {
"operation": "chatCompletion",
"model": "gpt-4o-mini",
"messages": [
{
"role": "system",
"content": "You are a researcher + strategist + founder-style copywriter generating short, high-impact X posts... (INCLUDE IL SYSTEM PROMPT CHE TI HO DATO QUI)"
},
{
"role": "user",
"content": "Generate one short, founder-style X post... (INCLUDE IL USER PROMPT CHE TI HO DATO QUI)"
}
]
},
"credentials": {
"openAIApi": "<your credential>"
}
},
{
"id": "3",
"name": "Post Tweet",
"type": "n8n-nodes-base.twitter",
"position": [
820,
260
],
"parameters": {
"operation": "create",
"resource": "tweet",
"text": "={{ $json[\"choices\"][0][\"message\"][\"content\"] }}"
},
"credentials": {
"twitterOAuth1Api": "<your credential>"
}
}
],
"connections": {
"Daily Trigger": {
"main": [
[
{
"node": "Generate Tweet",
"type": "main",
"index": 0
}
]
]
},
"Generate Tweet": {
"main": [
[
{
"node": "Post Tweet",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
openAIApitwitterOAuth1Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
InOneButton - Daily Auto Tweet. Uses openAi, twitter. Scheduled trigger; 3 nodes.
Source: https://github.com/mirko1075/one-button-landpage/blob/5d22d9f03b77707b57211e8497eff54dee34f175/n8n/auto-tweet.json — 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.
월세장부 자동 홍보 워크플로우. Uses readBinaryFiles, openAi, twitter, httpRequest. Scheduled trigger; 5 nodes.
InOneButton - Engage with Relevant Tweets. Uses twitter, openAi. Scheduled trigger; 5 nodes.
Auto-Post to X. Uses openAi, twitter, googleSheets. Scheduled trigger; 4 nodes.
Social Media Auto-Poster. Uses googleSheets, openAi, twitter. Scheduled trigger; 4 nodes.
This n8n workflow template empowers creators to launch a virtual AI influencer that tweets regularly, engaging audiences with a unique niche, writing style, and inspiration. By automating content crea