간단한 파일 업로드
중급
이것은IT Ops분야의자동화 워크플로우로, 10개의 노드를 포함합니다.주로 Wait, Airtop, ManualTrigger 등의 노드를 사용하며. 스크린샷을 Postimages.org에 업로드 자동화: Airtop 브라우저 자동화
사전 요구사항
- •특별한 사전 요구사항 없이 가져와 바로 사용 가능합니다
사용된 노드 (10)
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "ZLSSXI155yu5zYsS",
"meta": {
"instanceId": "28a947b92b197fc2524eaba16e57560338657b2b0b5796300b2f1cedc1d0d355",
"templateCredsSetupCompleted": true
},
"name": "Simple File Upload",
"tags": [],
"nodes": [
{
"id": "982d8d40-708e-4312-91ce-d1f40cb765ba",
"name": "워크플로우 '실행' 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
60
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e291766a-0d52-4e13-b0e5-048cb2731687",
"name": "세션",
"type": "n8n-nodes-base.airtop",
"position": [
220,
60
],
"parameters": {
"additionalFields": {}
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "71bf9ce1-f079-486a-9e94-93e53de4a0ec",
"name": "창",
"type": "n8n-nodes-base.airtop",
"position": [
440,
-40
],
"parameters": {
"url": "https://postimages.org/",
"resource": "window",
"additionalFields": {}
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "719d6f46-cfa8-4b68-a7c3-a26a25e74783",
"name": "스크린샷 업로드",
"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": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "676f52e1-c605-4d72-a676-5dd9b332910b",
"name": "스티커 메모6",
"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": "5초 대기",
"type": "n8n-nodes-base.wait",
"position": [
1100,
-40
],
"webhookId": "34e4acb6-b47a-4d00-a551-279c77d88ee5",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "52b48e98-0574-4ec0-88c3-cca3f7f8ea99",
"name": "스크린샷 찍기",
"type": "n8n-nodes-base.airtop",
"position": [
660,
-40
],
"parameters": {
"resource": "window",
"operation": "takeScreenshot",
"outputImageAsBinary": true
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "91fff060-edee-4d30-b287-ff4f7631caf3",
"name": "종료",
"type": "n8n-nodes-base.airtop",
"position": [
440,
160
],
"parameters": {
"operation": "terminate"
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "ba9c05fb-eded-4c04-a525-c3cf17644754",
"name": "업로드 후 스크린샷",
"type": "n8n-nodes-base.airtop",
"position": [
1320,
-40
],
"parameters": {
"resource": "window",
"operation": "takeScreenshot",
"outputImageAsBinary": true
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "92965720-b24d-4f74-80c3-726592fdd6f9",
"name": "스티커 메모",
"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) — 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,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "b8bec902-dea8-463f-8ffa-28682eceed01",
"connections": {
"71bf9ce1-f079-486a-9e94-93e53de4a0ec": {
"main": [
[
{
"node": "52b48e98-0574-4ec0-88c3-cca3f7f8ea99",
"type": "main",
"index": 0
}
]
]
},
"e291766a-0d52-4e13-b0e5-048cb2731687": {
"main": [
[
{
"node": "71bf9ce1-f079-486a-9e94-93e53de4a0ec",
"type": "main",
"index": 0
},
{
"node": "91fff060-edee-4d30-b287-ff4f7631caf3",
"type": "main",
"index": 0
}
]
]
},
"1b3429ec-3d61-47c4-be66-50eb6e18970b": {
"main": [
[
{
"node": "ba9c05fb-eded-4c04-a525-c3cf17644754",
"type": "main",
"index": 0
}
]
]
},
"52b48e98-0574-4ec0-88c3-cca3f7f8ea99": {
"main": [
[
{
"node": "719d6f46-cfa8-4b68-a7c3-a26a25e74783",
"type": "main",
"index": 0
}
]
]
},
"719d6f46-cfa8-4b68-a7c3-a26a25e74783": {
"main": [
[
{
"node": "1b3429ec-3d61-47c4-be66-50eb6e18970b",
"type": "main",
"index": 0
}
]
]
},
"982d8d40-708e-4312-91ce-d1f40cb765ba": {
"main": [
[
{
"node": "e291766a-0d52-4e13-b0e5-048cb2731687",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - IT 운영
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
간단 파일 다운로드
사용Airtop浏览器자동화에서Sample.cat자동下载视频
Wait
Airtop
Manual Trigger
+
Wait
Airtop
Manual Trigger
10 노드Airtop
IT 운영
X - 스레드 내 응답
Airtop 브라우저 자동화를 사용한 X 스레드 자동 응답
Set
Wait
Airtop
+
Set
Wait
Airtop
11 노드Airtop
인공지능
트럼프 지수 계산 템플릿
Airtop과 Slack을 사용하여 Truth Social 게시물이 주식에 미치는 영향 분석
Slack
Airtop
Filter
+
Slack
Airtop
Filter
11 노드Airtop
암호화폐 거래
AI 스마트 어시스턴트: Supabase 스토리지 및 Google Drive 파일과 대화
AI스마트어시스턴트:与Supabase存储및Google Drive文件对话
If
Set
Wait
+
If
Set
Wait
62 노드Mark Shcherbakov
엔지니어링
↔️ Airtable 일괄 처리
Airtable批量업데이트/插入行(보내기更快+节省API调用请求)
If
Set
Code
+
If
Set
Code
35 노드Simon Mayerhofer
IT 운영
Airtop 웹 프록시
Claude 3.5 Haiku 및 Airtop 브라우저 에이전트를 사용한 웹 상호작용 자동화
Set
Slack
Airtop
+
Set
Slack
Airtop
18 노드Cesar @ Airtop AI
인공지능
워크플로우 정보
난이도
중급
노드 수10
카테고리1
노드 유형4
저자
Airtop
@cesar-at-airtopAirtop provides an intelligent browser automation API for AI agents, enabling seamless web interaction, including login, navigation, and data extraction from any site, even those with complex authentication - all with natural language instructions.In simple terms, we allow you to automate anything humans can do online, on any site with just words
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유