n8n/packages/nodes-base/nodes/WriteBinaryFile/WriteBinaryFile.node.json
Jon f20e9454a3
docs: Update url for read / write files (no-changelog) (#10982)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-09-27 08:34:52 +01:00

25 lines
601 B
JSON

{
"node": "n8n-nodes-base.writeBinaryFile",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Core Nodes"],
"resources": {
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/"
}
],
"generic": [
{
"label": "How uProc scraped a multi-page website with a low-code workflow",
"icon": " 🕸️",
"url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/"
}
]
},
"alias": ["Text", "Save", "Export"],
"subcategories": {
"Core Nodes": ["Files"]
}
}