This workflow corresponds to n8n.io template #4521 — we link there as the canonical source.
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 →
{
"id": "ZLSSXI155yu5zYsS",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Simple File Upload",
"tags": [],
"nodes": [
{
"id": "982d8d40-708e-4312-91ce-d1f40cb765ba",
"name": "When clicking \u2018Execute workflow\u2019",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
60
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e291766a-0d52-4e13-b0e5-048cb2731687",
"name": "Session",
"type": "n8n-nodes-base.airtop",
"position": [
220,
60
],
"parameters": {
"additionalFields": {}
},
"credentials": {
"airtopApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "71bf9ce1-f079-486a-9e94-93e53de4a0ec",
"name": "Window",
"type": "n8n-nodes-base.airtop",
"position": [
440,
-40
],
"parameters": {
"url": "https://postimages.org/",
"resource": "window",
"additionalFields": {}
},
"credentials": {
"airtopApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "719d6f46-cfa8-4b68-a7c3-a26a25e74783",
"name": "Upload screenshot",
"type": "n8n-nodes-base.airtop",
"position": [
880,
-40
],
"parameters": {
"source": "binary",
"fileName": "screenshot.jpg",
"fileType": "screenshot",
"resource": "file",
"operation": "upload",
"elementDescription": "Upload button \"Choose images\""
},
"credentials": {
"airtopApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "676f52e1-c605-4d72-a676-5dd9b332910b",
"name": "Sticky Note6",
"type": "n8n-nodes-base.stickyNote",
"position": [
1260,
-200
],
"parameters": {
"color": 7,
"width": 220,
"height": 320,
"content": "### Validation\nYou should see in the post-upload screenshot the preview of the image uploaded."
},
"typeVersion": 1
},
{
"id": "1b3429ec-3d61-47c4-be66-50eb6e18970b",
"name": "Wait 5 sec",
"type": "n8n-nodes-base.wait",
"position": [
1100,
-40
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "52b48e98-0574-4ec0-88c3-cca3f7f8ea99",
"name": "Take screenshot",
"type": "n8n-nodes-base.airtop",
"position": [
660,
-40
],
"parameters": {
"resource": "window",
"operation": "takeScreenshot",
"outputImageAsBinary": true
},
"credentials": {
"airtopApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "91fff060-edee-4d30-b287-ff4f7631caf3",
"name": "Terminate",
"type": "n8n-nodes-base.airtop",
"position": [
440,
160
],
"parameters": {
"operation": "terminate"
},
"credentials": {
"airtopApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "ba9c05fb-eded-4c04-a525-c3cf17644754",
"name": "Post-upload screenshot",
"type": "n8n-nodes-base.airtop",
"position": [
1320,
-40
],
"parameters": {
"resource": "window",
"operation": "takeScreenshot",
"outputImageAsBinary": true
},
"credentials": {
"airtopApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "92965720-b24d-4f74-80c3-726592fdd6f9",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-700,
-320
],
"parameters": {
"color": 5,
"width": 640,
"height": 1100,
"content": "README\n\n# Automating File (Image) Upload to Postimages.org\n\n## Use Case\nManually uploading screenshots or other image files to hosting platforms like Postimages.org can be tedious and time-consuming. This automation simplifies the process by automatically uploading an image to Postimages.org and validating the result, which is especially useful for repetitive QA tasks, reporting, or archiving visual web data.\n\n## What This Automation Does\nThis automation uploads a screenshot to [Postimages.org](https://postimages.org/) using the following steps:\n\n- Creates a browser session using Airtop.\n- Navigates to the Postimages.org upload page.\n- Takes a screenshot using the browser session.\n- Uploads the screenshot to the site via the \"Choose images\" button.\n- Waits briefly to ensure upload processing.\n- Captures a post-upload screenshot for validation.\n\n## How It Works\n1. **Session Initialization**: Starts a browser session using the Airtop node.\n2. **Navigation**: Opens the URL `https://postimages.org/` in a new window.\n3. **Screenshot Capture**: Takes a screenshot to use for upload.\n4. **File Upload**: Uploads the screenshot to the site using the file upload interaction.\n5. **Validation**: Waits 5 seconds and then captures a second screenshot to confirm the image was uploaded successfully.\n\n## Setup Requirements\n1. [Airtop API Key](https://portal.airtop.ai/api-keys) \u2014 required for session creation and browser interactions.\n\n## Next Steps\n- **Customize for Other Sites**: Adapt this workflow to automate file uploads to different platforms.\n- **Integrate with Reporting Tools**: Combine this automation with workflows that require image reporting or archiving.\n- **Enhance Validation**: Add logic to parse the upload confirmation or retrieve the image URL programmatically for logging or sharing.\n"
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "b8bec902-dea8-463f-8ffa-28682eceed01",
"connections": {
"Window": {
"main": [
[
{
"node": "Take screenshot",
"type": "main",
"index": 0
}
]
]
},
"Session": {
"main": [
[
{
"node": "Window",
"type": "main",
"index": 0
},
{
"node": "Terminate",
"type": "main",
"index": 0
}
]
]
},
"Wait 5 sec": {
"main": [
[
{
"node": "Post-upload screenshot",
"type": "main",
"index": 0
}
]
]
},
"Take screenshot": {
"main": [
[
{
"node": "Upload screenshot",
"type": "main",
"index": 0
}
]
]
},
"Upload screenshot": {
"main": [
[
{
"node": "Wait 5 sec",
"type": "main",
"index": 0
}
]
]
},
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Session",
"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.
airtopApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Manually uploading screenshots or other image files to hosting platforms like Postimages.org can be tedious and time-consuming. This automation simplifies the process by automatically uploading an image to Postimages.org and validating the result, which is especially useful for…
Source: https://n8n.io/workflows/4521/ — 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 automation monitors X (formerly Twitter) search pages in real time and extracts high-signal posts that match your categories of interest. It’s ideal for community engagement, lead discovery, thou
This powerful automation helps you stay ahead of the competition by identifying sales opportunities in real-time. Here’s how it works:
Batch-convert CAD/BIM files to analysis-ready XLSX and optional DAE with automatic verification and a clean HTML report. Runs locally via and PowerShell on Windows.
Community Node Disclaimer: This workflow uses KlickTipp community nodes.
Sync your Linear issues to Todoist automatically with this n8n workflow. When an issue is created, updated, or completed in Linear, a corresponding task is created, updated, or closed in Todoist. Trig