医療請求書自動化テンプレート

中級

これはFinance分野の自動化ワークフローで、11個のノードを含みます。主にIf, Set, Code, Gmail, FormTriggerなどのノードを使用。 Google Sheets と Gmail を使って医療請求書処理を自動化

前提条件
  • Googleアカウント + Gmail API認証情報
  • ターゲットAPIの認証情報が必要な場合あり
  • Google Sheets API認証情報

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "pJLEzimgy33CTesQ",
  "meta": {
    "instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc",
    "templateCredsSetupCompleted": true
  },
  "name": "Medical Biling AUTOMATION TEMPLATE",
  "tags": [],
  "nodes": [
    {
      "id": "a35b7936-081d-40cd-ab1d-be7104135780",
      "name": "データ構造1",
      "type": "n8n-nodes-base.set",
      "position": [
        -240,
        980
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c7c3c834-7415-478a-8d14-9435249da169",
      "name": "エラーチェック1",
      "type": "n8n-nodes-base.if",
      "position": [
        400,
        980
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "3ab7cc86-44bb-457a-b55a-b2289fa1a436",
      "name": "管理者通知1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        780,
        1020
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a04df0cf-b88f-4548-a574-4f0b43d159dd",
      "name": "フォーム送信時",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -440,
        980
      ],
      "webhookId": "1fd452db-53ad-43a0-b3b0-5150ac15b5e2",
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "0739a55b-cfdd-47b5-8168-5af16cd71465",
      "name": "価格計算",
      "type": "n8n-nodes-base.code",
      "position": [
        200,
        980
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "aa8322bd-f007-4ce5-8bc4-51c705cffe1e",
      "name": "日付フォーマット",
      "type": "n8n-nodes-base.code",
      "position": [
        -40,
        980
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "43105af9-fb2f-483f-9c5c-1d6baa6688bc",
      "name": "付箋メモ",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        740
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "6ad456b7-69ef-419a-9e69-da5620c747f7",
      "name": "エラーメッセージ生成1",
      "type": "n8n-nodes-base.set",
      "position": [
        580,
        1020
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "83cd63f1-91cb-4f7e-8950-8a9a07e8e582",
      "name": "患者請求書メール送信",
      "type": "n8n-nodes-base.gmail",
      "position": [
        560,
        840
      ],
      "webhookId": "4d3f2c71-62f6-439b-8999-935bb545bbba",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "e93ac2e2-113f-463d-a4f8-215cf6bf1d66",
      "name": "請求書をGooglesheetsに記録",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        780,
        840
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "6e3cb4a0-e9f4-4625-a87e-05009c16453f",
      "name": "付箋メモ1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        340,
        720
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "a4080380-112f-49c8-8031-08535b92cb04",
  "connections": {
    "aa8322bd-f007-4ce5-8bc4-51c705cffe1e": {
      "main": [
        [
          {
            "node": "0739a55b-cfdd-47b5-8168-5af16cd71465",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c7c3c834-7415-478a-8d14-9435249da169": {
      "main": [
        [
          {
            "node": "6ad456b7-69ef-419a-9e69-da5620c747f7",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "83cd63f1-91cb-4f7e-8950-8a9a07e8e582",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a35b7936-081d-40cd-ab1d-be7104135780": {
      "main": [
        [
          {
            "node": "aa8322bd-f007-4ce5-8bc4-51c705cffe1e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0739a55b-cfdd-47b5-8168-5af16cd71465": {
      "main": [
        [
          {
            "node": "c7c3c834-7415-478a-8d14-9435249da169",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a04df0cf-b88f-4548-a574-4f0b43d159dd": {
      "main": [
        [
          {
            "node": "a35b7936-081d-40cd-ab1d-be7104135780",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6ad456b7-69ef-419a-9e69-da5620c747f7": {
      "main": [
        [
          {
            "node": "3ab7cc86-44bb-457a-b55a-b2289fa1a436",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "83cd63f1-91cb-4f7e-8950-8a9a07e8e582": {
      "main": [
        [
          {
            "node": "e93ac2e2-113f-463d-a4f8-215cf6bf1d66",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - 財務

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

関連ワークフロー

AIリードマシンProfessional版:Google Maps→Slack→HubSpot→$$$
Googleマップ、GPT-4、HubSpotを使った自動リード生成とクオリファイアケーション
If
Set
Code
+
If
Set
Code
16 ノードDavid Olusola
営業
GPT-4oとエラーハンドリングによる自動リジューム選別 - Google スプレッドシートとクラウドハブワークフロー
GPT-4o +エラーハンドリングの自動再履歴スクリーニング - Google テーブルと Google ドラाइブワークフロー
If
Set
Gmail
+
If
Set
Gmail
34 ノードDavid Olusola
コンテンツ作成
LinkedInリード生成+CRMオートメーションソフトウェアパック
Apifyを使用してLinkedInプロフィールから抽出し、Google Sheets CRMに自動のにリードデータを生成
If
Set
Code
+
If
Set
Code
18 ノードDavid Olusola
リード獲得
潜在顧客開掘とメールワーキングフロー
Google Maps、SendGrid、AIを使用してB2Bリード獲得とメールマーケティングを自動化
If
Set
Code
+
If
Set
Code
141 ノードEzema Kingsley Chibuzo
リード獲得
Gmail、GPT-4、ベクター知識ベースを使用した顧客サポートシステムの自動化
自動顧客サポートシステム(Gmail、GPT-4、ベクター知識ベース)
If
Set
Code
+
If
Set
Code
32 ノードKhair Ahammed
AI RAG検索拡張
ApifyとDeepSeek AIを使ってYouTubeチャンネルのコンテンツをGoogleスプレッドシートにバッチで分析する
ApifyとDeepSeek AIを使用してYouTubeチャンネルのコンテンツをGoogleスプレッドシートにバッチで分析
If
Set
Code
+
If
Set
Code
33 ノードOwenLee
ワークフロー情報
難易度
中級
ノード数11
カテゴリー1
ノードタイプ8
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
David Olusola

David Olusola

@dae221

I love building smart, efficient automations with n8n that help businesses save time and scale effortlessly. Turning complex workflows into simple solutions is where I have the most fun

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34