WordPress 기사를 CSV로 내보내고 Google Drive에 업로드
중급
이것은Marketing분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 Set, Wordpress, GoogleDrive, ConvertToFile, ManualTrigger 등의 노드를 사용하며. WordPress 기사를 CSV로 내보내고 Google Drive에 업로드
사전 요구사항
- •Google Drive API 인증 정보
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "e122e4b90b0dc212c47b42e306cb84c993d082784105d7fe578eca9a9d068de0",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "c3f63a01-1450-4f97-ab2d-16414613f50c",
"name": "워크플로우 '테스트' 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
400,
320
],
"parameters": {},
"typeVersion": 1
},
{
"id": "bc725e33-353d-4b3d-b65f-eb295053e5cc",
"name": "Wordpress 게시물 가져오기",
"type": "n8n-nodes-base.wordpress",
"position": [
640,
320
],
"parameters": {
"options": {
"status": "publish"
},
"operation": "getAll",
"returnAll": true
},
"credentials": {
"wordpressApi": {
"id": "xIzhb0T5dm53dkod",
"name": "Wordpress account"
}
},
"typeVersion": 1
},
{
"id": "07ed3f2a-c2b6-4e3c-80d7-425adc6ad36d",
"name": "필드 조정",
"type": "n8n-nodes-base.set",
"position": [
860,
320
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "39ade710-ebe5-4c4d-9bc8-5ad86a3c76b5",
"name": "id",
"type": "number",
"value": "={{ $json.id }}"
},
{
"id": "2714c21d-5ad3-408b-b91d-aa4513f384f3",
"name": "title",
"type": "string",
"value": "={{ $json.title.rendered }}"
},
{
"id": "71194450-c5c6-4bf0-8a33-5aa88d02ddf4",
"name": "link",
"type": "string",
"value": "={{ $json.link }}"
},
{
"id": "69b5c680-965e-4078-809d-74b10da1a29f",
"name": "content",
"type": "string",
"value": "={{ $json.content.rendered }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "234d6755-e862-4277-b0b7-1ac65cd87c12",
"name": "CSV 파일로 변환",
"type": "n8n-nodes-base.convertToFile",
"position": [
1080,
320
],
"parameters": {
"options": {}
},
"typeVersion": 1.1
},
{
"id": "49901cd8-5ef5-41b5-87c3-a5979cf11644",
"name": "Google Drive에 업로드",
"type": "n8n-nodes-base.googleDrive",
"position": [
1300,
320
],
"parameters": {
"name": "Wordpress-Posts.csv",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "list",
"value": "root",
"cachedResultUrl": "https://drive.google.com/drive",
"cachedResultName": "/ (Root folder)"
},
"authentication": "serviceAccount"
},
"credentials": {
"googleApi": {
"id": "1",
"name": "Google Account"
}
},
"typeVersion": 3
},
{
"id": "a36bccd7-9298-4c96-8f4e-83b9096e53dd",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
800,
160
],
"parameters": {
"height": 140,
"content": "### Adjust fields\nYou can add more fields to the CSV file by editing this node"
},
"typeVersion": 1
},
{
"id": "5d86d3be-dd69-454a-b739-17ded5636ee1",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
100,
220
],
"parameters": {
"height": 260,
"content": "### Export WordPress Posts to CSV and Upload to Google Drive\n\nSteps:\n- Set your WordPress credentials in the \"Get WordPress Posts\" node\n- Set your Google Drive access in the Drive node\n- Click Test workflow"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"07ed3f2a-c2b6-4e3c-80d7-425adc6ad36d": {
"main": [
[
{
"node": "234d6755-e862-4277-b0b7-1ac65cd87c12",
"type": "main",
"index": 0
}
]
]
},
"234d6755-e862-4277-b0b7-1ac65cd87c12": {
"main": [
[
{
"node": "49901cd8-5ef5-41b5-87c3-a5979cf11644",
"type": "main",
"index": 0
}
]
]
},
"bc725e33-353d-4b3d-b65f-eb295053e5cc": {
"main": [
[
{
"node": "07ed3f2a-c2b6-4e3c-80d7-425adc6ad36d",
"type": "main",
"index": 0
}
]
]
},
"c3f63a01-1450-4f97-ab2d-16414613f50c": {
"main": [
[
{
"node": "bc725e33-353d-4b3d-b65f-eb295053e5cc",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 마케팅
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
n8n과 Gemini AI 이미지 편집을 사용하여 이미지 분리 및 결합
n8n과 Gemini AI 이미지 편집을 사용하여 이미지를 분리 편집
Set
Merge
Aggregate
+
Set
Merge
Aggregate
20 노드Jimleuk
디자인
SmartBill의 PDF 발행서를 Google Drive에 내보내기
SmartBill의 PDF 발행서를 Google Drive에 내보내기
If
Set
Code
+
If
Set
Code
15 노드Codez
금융
✍️🌄 첫 번째 WordPress 콘텐츠 생성자 - 빠른 시작
✍️🌄 WordPress + AI 콘텐츠 생성器의 첫 번째 - 빠른 시작
If
Set
Code
+
If
Set
Code
39 노드Joseph LePage
인공지능
AI 생성 WordPress 글 요약 블록
WordPress 글의 AI 생성 요약 블록
If
Set
Slack
+
If
Set
Slack
32 노드Dataki
인공지능
## 🤖 **LIGUA033/LOREALCANTARA - 其他생성워크플로우**
基于AI의Meta广告분석与생성:사용Gemini、GPT-4.1 Mini및广告관리器
If
Set
Wait
+
If
Set
Wait
61 노드Daniel Setzermann
인공지능
AI를 사용한 브랜드 스타일 블로그 생성 자동화
AI를 사용한 브랜드 스타일 블로그 생성 자동화
Set
Html
Limit
+
Set
Html
Limit
27 노드Jimleuk
인공지능