GPT-4 と Stripe 基于の自動スマートキャッシュフローと請求管理システム
上級
これはInvoice Processing, Multimodal AI分野の自動化ワークフローで、16個のノードを含みます。主にIf, Wait, Gmail, Slack, GoogleDocsなどのノードを使用。 GPT-4、Stripe、Google Workspaceを活用した自動入金業務フローとスマートアラート
前提条件
- •Googleアカウント + Gmail API認証情報
- •Slack Bot Token または Webhook URL
- •ターゲットAPIの認証情報が必要な場合あり
- •Google Sheets API認証情報
- •OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "6eON4lzsjqC1Z068",
"meta": {
"instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
"templateCredsSetupCompleted": true
},
"name": "Automated Smart Cash Flow & Billing Management System with GPT-4 & Stripe Invoice",
"tags": [],
"nodes": [
{
"id": "df5f56b9-4635-4e37-8a7d-817f3df75d9c",
"name": "Google Sheets トリガー",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
0,
-48
],
"parameters": {},
"typeVersion": 1
},
{
"id": "848e065e-eae8-421d-bbd9-e1a9b1eef0cd",
"name": "テンプレートからの請求書作成",
"type": "n8n-nodes-base.googleDocs",
"position": [
608,
-48
],
"parameters": {},
"typeVersion": 2
},
{
"id": "e1a76867-2490-407c-8a99-f6ae5900bbd2",
"name": "AI 請求書内容生成",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
224,
-48
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "dffb2fa4-b443-4efa-aabd-33c607d44430",
"name": "請求書送信",
"type": "n8n-nodes-base.gmail",
"position": [
816,
-48
],
"webhookId": "f7afa667-a107-43ae-b7ca-f211407cb4ac",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "a7ed9045-3db3-4552-9242-3e84d0f6cc62",
"name": "支払期日3日前まで",
"type": "n8n-nodes-base.wait",
"position": [
1040,
-48
],
"webhookId": "87a68a09-39a9-47fc-b64b-041092de2982",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "fecc0ec5-443c-4cb6-8751-c8259f3c11dd",
"name": "支払状況確認",
"type": "n8n-nodes-base.httpRequest",
"position": [
1264,
-48
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "ebcdecb9-2e66-4677-924e-ebef5fae8633",
"name": "支払済み?",
"type": "n8n-nodes-base.if",
"position": [
1488,
-48
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "f0023881-38c4-4341-89cf-3fcc8a2b52e0",
"name": "期日前リマインダー",
"type": "n8n-nodes-base.gmail",
"position": [
1712,
-48
],
"webhookId": "b7bc99c3-08bd-49af-b05d-a687c7391ccc",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "3ca8c97d-2170-4e00-9f13-4703f93deec2",
"name": "支払期日2日後まで",
"type": "n8n-nodes-base.wait",
"position": [
1936,
-48
],
"webhookId": "30074a1e-b817-41c6-a969-5d58c3bf12a0",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "4b743a9e-91b8-4cc1-b9b3-a13a7c851d78",
"name": "延滞アラート",
"type": "n8n-nodes-base.slack",
"position": [
2160,
-48
],
"webhookId": "352b46e5-a753-4521-a630-5e534b20182b",
"parameters": {},
"typeVersion": 2.3
},
{
"id": "171efded-664a-4a15-a776-c034b6784c4b",
"name": "ステータス更新",
"type": "n8n-nodes-base.googleSheets",
"position": [
1728,
240
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "8c7cc594-8735-48e5-9fff-dfd3791124a6",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-64,
-112
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "f3058313-e6d3-4833-ab1f-e9eba9ed5c02",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
192,
-112
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "121ba2c1-c7d4-4c7f-b193-81013c2dbd91",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1008,
-112
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "5344a5b1-ebed-4d48-baa2-c6cbf992df67",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1648,
160
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "c62bcaa6-9bea-44da-a257-22153a37ce19",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-64,
160
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "4c6ef985-4fb3-4f8a-b537-44570b2ca70e",
"connections": {
"ebcdecb9-2e66-4677-924e-ebef5fae8633": {
"main": [
[
{
"node": "f0023881-38c4-4341-89cf-3fcc8a2b52e0",
"type": "main",
"index": 0
}
],
[
{
"node": "171efded-664a-4a15-a776-c034b6784c4b",
"type": "main",
"index": 0
}
]
]
},
"dffb2fa4-b443-4efa-aabd-33c607d44430": {
"main": [
[
{
"node": "a7ed9045-3db3-4552-9242-3e84d0f6cc62",
"type": "main",
"index": 0
}
]
]
},
"f0023881-38c4-4341-89cf-3fcc8a2b52e0": {
"main": [
[
{
"node": "3ca8c97d-2170-4e00-9f13-4703f93deec2",
"type": "main",
"index": 0
}
]
]
},
"fecc0ec5-443c-4cb6-8751-c8259f3c11dd": {
"main": [
[
{
"node": "ebcdecb9-2e66-4677-924e-ebef5fae8633",
"type": "main",
"index": 0
}
]
]
},
"df5f56b9-4635-4e37-8a7d-817f3df75d9c": {
"main": [
[
{
"node": "e1a76867-2490-407c-8a99-f6ae5900bbd2",
"type": "main",
"index": 0
}
]
]
},
"3ca8c97d-2170-4e00-9f13-4703f93deec2": {
"main": [
[
{
"node": "4b743a9e-91b8-4cc1-b9b3-a13a7c851d78",
"type": "main",
"index": 0
}
]
]
},
"848e065e-eae8-421d-bbd9-e1a9b1eef0cd": {
"main": [
[
{
"node": "dffb2fa4-b443-4efa-aabd-33c607d44430",
"type": "main",
"index": 0
}
]
]
},
"a7ed9045-3db3-4552-9242-3e84d0f6cc62": {
"main": [
[
{
"node": "fecc0ec5-443c-4cb6-8751-c8259f3c11dd",
"type": "main",
"index": 0
}
]
]
},
"e1a76867-2490-407c-8a99-f6ae5900bbd2": {
"main": [
[
{
"node": "848e065e-eae8-421d-bbd9-e1a9b1eef0cd",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - 請求書処理, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
AIを備えた高度なリード獲得と育成自動化システム
GPT-4、LinkedIn、Hunter.ioを使ってパーソナライズされたB2Bタッチを自動化
If
Code
Wait
+
If
Code
Wait
30 ノードMarth
リードナーチャリング
リード獲得の自動化、AI資格検証、そして ElevenLabs による個別化された音声フォローアップ
OpenAI および ElevenLabs を基にした自動化されたリードキャプチャと AI による個別化音声フォローアップ
If
Set
Code
+
If
Set
Code
22 ノードMarth
リードナーチャリング
DocuSign と Trello を使用した自動候補者管理とフィードバックシステム
Slack、DocuSign、Trello、Gmail 通知を使った自動化採用プロセス
If
Code
Wait
+
If
Code
Wait
29 ノードMarth
人事
Google Docs、DocuSign、Airtable を使用した契約社員の life cycle 自動化
Google Docs、DocuSign、そして Airtable を使った契約社員ライフサイクル管理の自動化
If
Wait
Slack
+
If
Wait
Slack
16 ノードMarth
人事
従業員の表彰業務の自動化(Slack、Sheets、Gmailを使用)
Slack、Sheets、Gmailを使用し、必要に応じてGPT-4を活用した従業員賞賛業務の自動化
If
Code
Gmail
+
If
Code
Gmail
16 ノードMarth
人事
Eleven LabsとGPT-4を使用したオーディオコンテンツの自動化
Eleven LabsとGPT-4を使ってブログ記事を音声コンテンツに変換
If
Set
Gmail
+
If
Set
Gmail
12 ノードMarth
コンテンツ作成
ワークフロー情報
難易度
上級
ノード数16
カテゴリー2
ノードタイプ10
作成者
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で表示 →
このワークフローを共有