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 →
{
"nodes": [
{
"parameters": {
"label": "mergeNode node"
},
"name": "mergeNode-1",
"type": "n8n-nodes-base.merge",
"typeVersion": 1,
"position": [
1314.0784706094041,
-544.3097437321965
]
},
{
"parameters": {
"label": "customInput node"
},
"name": "customInput-1",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-248.0575195311254,
-449.9171769225949
]
},
{
"parameters": {
"label": "customOutput node"
},
"name": "customOutput-1",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
1879.4933753638572,
-552.4291352624482
]
},
{
"parameters": {
"label": "dataLog node"
},
"name": "dataLog-1",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
1321.1739454599492,
-737.352043309255
]
},
{
"parameters": {
"label": "delayNode node"
},
"name": "delayNode-1",
"type": "n8n-nodes-base.wait",
"typeVersion": 1,
"position": [
1021.2403617953588,
-724.5497108438414
]
},
{
"parameters": {
"label": "loopNode node"
},
"name": "loopNode-1",
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 1,
"position": [
837.6515115809563,
-197.9470248051578
]
},
{
"parameters": {
"label": "text node"
},
"name": "text-1",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
-253.52994381670422,
-225.31864053648073
]
},
{
"parameters": {
"label": "customInput node"
},
"name": "customInput-2",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-570.1941071708004,
-231.3089543647692
]
},
{
"parameters": {
"label": "condition node"
},
"name": "condition-1",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
653.6496340965285,
-620.2745340572064
]
},
{
"parameters": {
"label": "llm node"
},
"name": "llm-1",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
132.3996340965283,
-449.49328405720644
]
}
],
"connections": {
"customInput-2": {
"main": [
[
{
"node": "text-1",
"type": "main",
"index": 0
}
]
]
},
"delayNode-1": {
"main": [
[
{
"node": "mergeNode-1",
"type": "main",
"index": 0
},
{
"node": "dataLog-1",
"type": "main",
"index": 0
}
]
]
},
"mergeNode-1": {
"main": [
[
{
"node": "customOutput-1",
"type": "main",
"index": 0
}
]
]
},
"condition-1": {
"main": [
[
{
"node": "delayNode-1",
"type": "main",
"index": 0
}
]
]
},
"customInput-1": {
"main": [
[
{
"node": "llm-1",
"type": "main",
"index": 0
}
]
]
},
"text-1": {
"main": [
[
{
"node": "llm-1",
"type": "main",
"index": 0
},
{
"node": "mergeNode-1",
"type": "main",
"index": 0
}
]
]
},
"llm-1": {
"main": [
[
{
"node": "condition-1",
"type": "main",
"index": 0
}
]
]
},
"loopNode-1": {
"main": [
[
{
"node": "llm-1",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Ostrich N8N Export. Uses httpRequest. Event-driven trigger; 10 nodes.
Source: https://github.com/Dipanshuofficial/Flow/blob/main/server/ostrich_n8n_export.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.
This workflow allows you to import any workflow from a file or another n8n instance and map the credentials easily. A multi-form setup guides you through the entire process At the beginning you have t
[n8n] Advanced URL Parsing and Shortening Workflow - Switchy.io Integration. Uses splitInBatches, stickyNote, httpRequest, html. Event-driven trigger; 56 nodes.
[](https://youtu.be/c7yCZhmMjtI)
This automation organizes your n8n workflows files into categorizes (Active, Template, Done, Archived) and uploads them directly to a categorized Google Drive folders. It is designed to help users man
Create Animated Stories using GPT-4o-mini, Midjourney, Kling and Creatomate API. Uses httpRequest. Event-driven trigger; 51 nodes.