Stripe顧客を作成または検索し、自動のに請求書を生成する
中級
これはFinance, IT Ops分野の自動化ワークフローで、10個のノードを含みます。主にIf, Set, HttpRequest, ManualTriggerなどのノードを使用。 Stripe顧客の作成・検索と自動発注書生成
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
使用ノード (10)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"instanceId": "568298fde06d3db80a2eea77fe5bf45f0c7bb898dea20b769944e9ac7c6c5a80"
},
"nodes": [
{
"id": "6f5abd7f-51a7-488f-9fdc-0dc7b9b94b45",
"name": "Stripe顧客を取得",
"type": "n8n-nodes-base.httpRequest",
"position": [
-460,
100
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "3e000064-f370-4229-a46c-eb93ab34cfae",
"name": "顧客は存在しますか?",
"type": "n8n-nodes-base.if",
"position": [
-260,
100
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "82014597-3859-4762-a9b3-10e1e9d9aeda",
"name": "顧客を作成",
"type": "n8n-nodes-base.httpRequest",
"position": [
0,
200
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "0f95b863-e1f7-4732-9e9d-3e3c2deae76b",
"name": "請求書を作成",
"type": "n8n-nodes-base.httpRequest",
"position": [
280,
100
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "abcdc761-c7d2-4eaf-8cbd-c4fe80cc47ad",
"name": "請求書を確定",
"type": "n8n-nodes-base.httpRequest",
"position": [
700,
100
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "a90c9731-8fea-4037-a6c4-04bc52ad4eac",
"name": "「ワークフローをテスト」をクリック時",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-860,
100
],
"parameters": {},
"typeVersion": 1
},
{
"id": "5a3478f0-a0d3-493f-9420-126cbcde535d",
"name": "請求書データを設定",
"type": "n8n-nodes-base.set",
"position": [
-660,
100
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "eb49ed91-bd3b-4752-8932-327457c6ae72",
"name": "付箋メモ",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1480,
-40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "923b2c54-eeb8-4605-b0fd-fc24939f11ff",
"name": "顧客IDを設定",
"type": "n8n-nodes-base.set",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "250a7a35-2079-45fc-b192-dd8a012bbb97",
"name": "請求書に項目を追加",
"type": "n8n-nodes-base.httpRequest",
"position": [
500,
100
],
"parameters": {},
"typeVersion": 4.2
}
],
"pinData": {},
"connections": {
"0f95b863-e1f7-4732-9e9d-3e3c2deae76b": {
"main": [
[
{
"node": "250a7a35-2079-45fc-b192-dd8a012bbb97",
"type": "main",
"index": 0
}
]
]
},
"82014597-3859-4762-a9b3-10e1e9d9aeda": {
"main": [
[
{
"node": "0f95b863-e1f7-4732-9e9d-3e3c2deae76b",
"type": "main",
"index": 0
}
]
]
},
"923b2c54-eeb8-4605-b0fd-fc24939f11ff": {
"main": [
[
{
"node": "0f95b863-e1f7-4732-9e9d-3e3c2deae76b",
"type": "main",
"index": 0
}
]
]
},
"3e000064-f370-4229-a46c-eb93ab34cfae": {
"main": [
[
{
"node": "923b2c54-eeb8-4605-b0fd-fc24939f11ff",
"type": "main",
"index": 0
}
],
[
{
"node": "82014597-3859-4762-a9b3-10e1e9d9aeda",
"type": "main",
"index": 0
}
]
]
},
"5a3478f0-a0d3-493f-9420-126cbcde535d": {
"main": [
[
{
"node": "6f5abd7f-51a7-488f-9fdc-0dc7b9b94b45",
"type": "main",
"index": 0
}
]
]
},
"250a7a35-2079-45fc-b192-dd8a012bbb97": {
"main": [
[
{
"node": "abcdc761-c7d2-4eaf-8cbd-c4fe80cc47ad",
"type": "main",
"index": 0
}
]
]
},
"6f5abd7f-51a7-488f-9fdc-0dc7b9b94b45": {
"main": [
[
{
"node": "3e000064-f370-4229-a46c-eb93ab34cfae",
"type": "main",
"index": 0
}
]
]
},
"a90c9731-8fea-4037-a6c4-04bc52ad4eac": {
"main": [
[
{
"node": "5a3478f0-a0d3-493f-9420-126cbcde535d",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - 財務, IT運用
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
ウェブページ内リンクの抽出
Web ページから内部リンクを抽出する
If
Set
Html
+
If
Set
Html
13 ノードAudun
エンジニアリング
Replicate APIを使用してGoogle Imagen 3でテキストプロンプトから画像を生成
Replicate APIを通じてGoogle Imagen 3でテキストプロンプトから画像を生成
If
Set
Wait
+
If
Set
Wait
19 ノードAudun
請求書分析軽量
Mistral OCR と Gemini を使用して Google ドライブから請求書データをスプレッドシートに抽出する
If
Code
Merge
+
If
Code
Merge
29 ノードYsqander
財務
領料書を生成する
請求書を生成し、クラウドストレージに保存してJS+Googleスプレッドシートで顧客に送信
If
Set
Code
+
If
Set
Code
12 ノードJoseph
財務
WhatsApp と Telegram の AI トークン追跡ツール - AI 使用状況を Google スプレッドシートに保存
WhatsAppとTelegramのAIトークントラッカー - AI使用状況をGoogleスプレッドシートに保存
If
Set
Code
+
If
Set
Code
37 ノードAmanda Benks
財務
AI スマートアシスタント: Supabase ストレージと Google Drive ファイルとの対話
AIワンチャットボット:SupabaseストレージとGoogle Driveのファイルと対話
If
Set
Wait
+
If
Set
Wait
62 ノードMark Shcherbakov
エンジニアリング