Invoice NINJA 인보이스 자동화 워크플로
중급
이것은Invoice Processing분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 Gmail, HttpRequest, GoogleSheets, GoogleSheetsTrigger 등의 노드를 사용하며. Google Sheets, Invoice Ninja 및 Gmail을 통한 인보이스 생성 및 발송 자동화
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •대상 API의 인증 정보가 필요할 수 있음
- •Google Sheets API 인증 정보
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "qclESQ5SPXlYdUS1",
"meta": {
"instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
"templateCredsSetupCompleted": true
},
"name": "Invoice Automation Workflow with Invoice NINJA",
"tags": [],
"nodes": [
{
"id": "1009fb50-b8fe-4949-8756-c61311d0ab1f",
"name": "0. Google 스프레드시트 (Invoice Trigger)",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-112,
64
],
"parameters": {},
"description": "Triggers when a project's status is changed to 'Ready for Invoice'.",
"typeVersion": 1
},
{
"id": "bba87058-2b13-4f63-8999-f45b43256ff5",
"name": "1. HTTP 요청 (Create Invoice)",
"type": "n8n-nodes-base.httpRequest",
"position": [
144,
64
],
"parameters": {},
"description": "Sends data to the invoicing service API to create a new invoice.",
"typeVersion": 1
},
{
"id": "adbca28b-bd7a-488d-86bd-8280be4cebb7",
"name": "2. Gmail (Send Invoice)",
"type": "n8n-nodes-base.gmail",
"position": [
400,
64
],
"parameters": {},
"description": "Emails the newly created invoice to the client.",
"typeVersion": 1
},
{
"id": "029aee61-c444-4445-bd04-00ac3b86d708",
"name": "3. Google 스프레드시트 (Update Status)",
"type": "n8n-nodes-base.googleSheets",
"position": [
640,
64
],
"parameters": {},
"description": "Updates the project status to 'Invoiced' in Google Sheets.",
"typeVersion": 3
},
{
"id": "8d23368c-48fe-4752-a277-0d320b9045ae",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-192,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "33b56fca-b0c9-4c74-a17c-134aa775045c",
"name": "메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-192,
304
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "0b42dd37-a3f4-4948-a9ae-1ec2550585a7",
"connections": {
"adbca28b-bd7a-488d-86bd-8280be4cebb7": {
"main": [
[
{
"node": "3. Google Sheets (Update Status)",
"type": "main",
"index": 0
}
]
]
},
"1. HTTP Request (Create Invoice)": {
"main": [
[
{
"node": "adbca28b-bd7a-488d-86bd-8280be4cebb7",
"type": "main",
"index": 0
}
]
]
},
"0. Google Sheets (Invoice Trigger)": {
"main": [
[
{
"node": "1. HTTP Request (Create Invoice)",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 청구서 처리
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
GPT-4 및 Stripe 청구서 기반 자동화된 스마트 현금 흐름 및 청구 관리 시스템
GPT-4, Stripe, Google Workspace를 사용한 자동 인voice 워크플로 및 지능형 알림
If
Wait
Gmail
+
If
Wait
Gmail
16 노드Marth
청구서 처리
자동화된 청구서 알림
Google Sheets와 Gmail을 사용한 자동 인voice 결제 알림
If
Gmail
Function
+
If
Gmail
Function
7 노드Marth
청구서 처리
Slack, Sheets 및 Gmail을 활용한 직원 인정 자동화
Slack, Sheets, Gmail 및 선택적 GPT-4를 사용한 직원 표창 자동화
If
Code
Gmail
+
If
Code
Gmail
16 노드Marth
인사
Hunter.io 및 Google Sheets를 사용한 수동적 후보자 탐색 및 교류 시스템 자동화
Hunter.io, AI 점수 및 Gmail을 통한 패시브 후보자 발굴 및 참여 자동화
If
Code
Wait
+
If
Code
Wait
21 노드Marth
인사
속성 링크 단축기 및 QR 코드 생성기
Google Sheets 및 Bitly를 사용한 속성 링크 단축 및 QR 코드 생성 자동화
Http Request
Google Sheets
Google Sheets Trigger
+
Http Request
Google Sheets
Google Sheets Trigger
6 노드Marth
기타
자동화된 리드 캡처, AI 자격 평가 및 ElevenLabs 개인화 음성 후속 조치
OpenAI와 ElevenLabs 기반 자동 리드 캡처 및 AI 개인화 음성 후속 조치
If
Set
Code
+
If
Set
Code
22 노드Marth
리드 육성
워크플로우 정보
난이도
중급
노드 수6
카테고리1
노드 유형5
저자
Marth
@marthSimplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유