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": "Unreliable Example",
"nodes": [
{
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"parameters": {}
},
{
"name": "Fetch Data",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
200,
0
],
"parameters": {
"url": "https://api.example.com/data"
},
"credentials": {
"httpHeaderAuth": {
"name": "<your credential>"
}
}
},
{
"name": "Leftover Debug",
"type": "n8n-nodes-base.set",
"typeVersion": 3,
"position": [
400,
200
],
"disabled": true,
"parameters": {}
},
{
"name": "Orphan Node",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
600,
400
],
"parameters": {}
},
{
"name": "Notes",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
0,
400
],
"parameters": {
"content": "just a note"
}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Fetch Data",
"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.
httpHeaderAuth
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Unreliable Example. Uses httpRequest. Event-driven trigger; 5 nodes.
Source: https://github.com/Redsf/n8n-workflow-linter/blob/main/tests/fixtures/unreliable.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.
Manualtrigger Workflow. Uses httpRequest, shopify. Event-driven trigger; 13 nodes.
front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.
Community Node Disclaimer: This workflow uses KlickTipp community nodes.
Restore your credentials from GitHub. Uses httpRequest, github, n8n. Event-driven trigger; 11 nodes.
This workflow takes an image URL and a description of the desired background, then uses the APImage AI API to produce a high-quality image, preserving the subject and applying a natural-looking new ba