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": "n8n Demo Workflow",
"nodes": [
{
"id": "1",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"parameters": {
"method": "GET",
"url": "https://api.openai.com/v1/models"
}
},
{
"id": "2",
"name": "AI Assistant",
"type": "n8n-nodes-base.chatOpenAi",
"parameters": {
"model": "gpt-4o-mini"
}
}
],
"connections": {
"HTTP Request": {
"main": [
[
{
"node": "AI Assistant",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
n8n Demo Workflow. Uses httpRequest, chatOpenAi. Manual trigger; 2 nodes.
Source: https://github.com/PauloHenriqueJr/storyspark-ai-studio/blob/e4a62a3062085fd0fe04e4bef1c8b408e8f3527e/samples/n8n_workflow.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.
Supercharge your sales and marketing efforts with this powerful automation that transforms a list of LinkedIn profiles into a fully enriched, personalized outreach campaign. This workflow is designed
Sales teams, marketers, and business development professionals who need to automatically enrich their CRM records with detailed company information from LinkedIn profiles. Perfect for anyone doing B2B
This workflow automatically runs when a new email is received in the user's Gmail account. It sends the email content to OpenAI (GPT-4.1-mini), which intelligently determines whether the message requi
Transform and optimize images for web use: You need to host local images online You want to reduce image file sizes automatically You need image URLs for web content You want to generate and optimize
Gemini Prompt Pre-Processor (Pro V2). Uses start, httpRequest, returnJson. Manual trigger; 10 nodes.