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": "Design Factory Export",
"nodes": [
{
"id": "1",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
220,
260
],
"parameters": {}
},
{
"id": "2",
"name": "Run Context",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
460,
260
],
"parameters": {
"mode": "raw",
"jsonOutput": "{ \"runId\": \"replace-me\" }"
}
},
{
"id": "3",
"name": "Get Run",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
700,
200
],
"notes": "Fetches metadata for the requested run",
"parameters": {
"method": "GET",
"url": "={{ 'http://localhost:4300/runs/' + $json.runId }}"
}
},
{
"id": "4",
"name": "Get Previews",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
700,
340
],
"notes": "Indexes the generated preview HTML URLs",
"parameters": {
"method": "GET",
"url": "={{ 'http://localhost:4300/runs/' + $json.runId + '/previews' }}"
}
},
{
"id": "5",
"name": "Merge Output",
"type": "n8n-nodes-base.merge",
"typeVersion": 3,
"position": [
960,
260
],
"parameters": {
"mode": "combine"
}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Run Context",
"type": "main",
"index": 0
}
]
]
},
"Run Context": {
"main": [
[
{
"node": "Get Run",
"type": "main",
"index": 0
},
{
"node": "Get Previews",
"type": "main",
"index": 0
}
]
]
},
"Get Run": {
"main": [
[
{
"node": "Merge Output",
"type": "main",
"index": 0
}
]
]
},
"Get Previews": {
"main": [
[
{
"node": "Merge Output",
"type": "main",
"index": 1
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "design-factory-export-v1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Design Factory Export. Uses httpRequest. Event-driven trigger; 5 nodes.
Source: https://github.com/abiolaogu/Design-Factory_Figma/blob/38ed32c265ebbd47a78c0b185fc855e0f602f45f/workflows/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.
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