監査ドキュメントの自動化 – v1
中級
これはDocument Extraction分野の自動化ワークフローで、9個のノードを含みます。主にSet, Gmail, Merge, Compression, GoogleDriveなどのノードを使用。 Google Drive、Sheets、Gmailを使ったコンプライアンス監査文書管理の自動化
前提条件
- •Googleアカウント + Gmail API認証情報
- •Google Drive API認証情報
- •Google Sheets API認証情報
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "KPUhmGUm3HsZ9NKu",
"meta": {
"instanceId": "6feff41aadeb8409737e26476f9d0a45f95eec6a9c16afff8ef87a662455b6df"
},
"name": "Audit Documentation Automation – v1",
"tags": [],
"nodes": [
{
"id": "dadbd689-4e8f-4fa5-8522-105d572593d7",
"name": "ワークフロー実行時",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "a13bc01c-d0f6-456e-8947-1f3a737bb856",
"name": "監査ログの読み込み",
"type": "n8n-nodes-base.googleSheets",
"position": [
220,
0
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "dd24ad69-9614-4fca-a86b-1252a66a2dbf",
"name": "証拠ファイルの取得",
"type": "n8n-nodes-base.googleDrive",
"position": [
460,
200
],
"parameters": {},
"typeVersion": 3
},
{
"id": "e1e94897-d0cd-4618-9ae3-b3aaec9ac9fb",
"name": "ログとファイルの結合",
"type": "n8n-nodes-base.merge",
"position": [
1040,
20
],
"parameters": {},
"typeVersion": 3.2
},
{
"id": "afe9af73-d873-461f-81f0-c7e46d398f7d",
"name": "Fileにcontrol_idを追加",
"type": "n8n-nodes-base.set",
"position": [
700,
200
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "075e1947-d1bf-48b1-84a2-c7f73488e3a6",
"name": "証拠ファイルのダウンロード",
"type": "n8n-nodes-base.googleDrive",
"position": [
1260,
20
],
"parameters": {},
"typeVersion": 3
},
{
"id": "719d6943-73f4-40bb-b7de-8d49ca940d8b",
"name": "ファイルの圧縮",
"type": "n8n-nodes-base.compression",
"position": [
1480,
20
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "9ae3ab6f-6ad7-44c5-ac60-5c4a3b7974ae",
"name": "証拠メールの送信",
"type": "n8n-nodes-base.gmail",
"position": [
1660,
20
],
"webhookId": "fee93921-e756-413d-b56e-fe5730fd2e38",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "e733b2be-e4a7-4185-9dbc-44ebb480f8b6",
"name": "付箋メモ",
"type": "n8n-nodes-base.stickyNote",
"position": [
160,
440
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "332b6ac2-9d99-4dc2-bc67-9d93787e0a2d",
"connections": {
"719d6943-73f4-40bb-b7de-8d49ca940d8b": {
"main": [
[
{
"node": "9ae3ab6f-6ad7-44c5-ac60-5c4a3b7974ae",
"type": "main",
"index": 0
}
]
]
},
"a13bc01c-d0f6-456e-8947-1f3a737bb856": {
"main": [
[
{
"node": "dd24ad69-9614-4fca-a86b-1252a66a2dbf",
"type": "main",
"index": 0
},
{
"node": "e1e94897-d0cd-4618-9ae3-b3aaec9ac9fb",
"type": "main",
"index": 0
}
]
]
},
"e1e94897-d0cd-4618-9ae3-b3aaec9ac9fb": {
"main": [
[
{
"node": "075e1947-d1bf-48b1-84a2-c7f73488e3a6",
"type": "main",
"index": 0
}
]
]
},
"dd24ad69-9614-4fca-a86b-1252a66a2dbf": {
"main": [
[
{
"node": "afe9af73-d873-461f-81f0-c7e46d398f7d",
"type": "main",
"index": 0
}
]
]
},
"afe9af73-d873-461f-81f0-c7e46d398f7d": {
"main": [
[
{
"node": "e1e94897-d0cd-4618-9ae3-b3aaec9ac9fb",
"type": "main",
"index": 1
}
]
]
},
"075e1947-d1bf-48b1-84a2-c7f73488e3a6": {
"main": [
[
{
"node": "719d6943-73f4-40bb-b7de-8d49ca940d8b",
"type": "main",
"index": 0
}
]
]
},
"dadbd689-4e8f-4fa5-8522-105d572593d7": {
"main": [
[
{
"node": "a13bc01c-d0f6-456e-8947-1f3a737bb856",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - 文書抽出
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
ISO 42001 コントロールマッピングモジュール
GPTとGoogleスプレッドシートを使用したISO 42001コンプライアンス評価の自動化
If
Set
Gmail
+
If
Set
Gmail
13 ノードAdnan Tariq
文書抽出
GRC - セキュリティアンケートの自動回答
自動化したセキュリティアンケートの回答:GPT-4oとGoogle Sheets
If
Set
Code
+
If
Set
Code
11 ノードAdnan Tariq
セキュリティ運用
Google Workspace、PDF、メール自動化で商業保険提出
Googleスイート、PDF、メールを使用したビジネス保険申請プロセスの自動化
If
Set
Code
+
If
Set
Code
37 ノードDavid Olusola
文書抽出
AI-Deepseek-R1t を用いた会議交通費精算申請と旅費承認
Deepseek AI、Gmail、Google Sheetsを使った会議出張承認の自動化
If
Set
Code
+
If
Set
Code
24 ノードCheng Siong Chin
文書抽出
PCI 制御評価を自動化
Google Sheetsを使ってPCI DSSコントロールの評価とコンプライアンス追跡を自動化する
If
Set
Code
+
If
Set
Code
19 ノードAdnan Tariq
セキュリティ運用
CyberPulseコンプライアンス – v2 バッチパイプライン
CyberPulse、GPT-4o、Google Sheetsを使用した自動コンプライアンスコントロールスコアリング
Set
Code
Merge
+
Set
Code
Merge
18 ノードAdnan Tariq
ワークフロー情報
難易度
中級
ノード数9
カテゴリー1
ノードタイプ8
作成者
Adnan Tariq
@adnantariqFounder of CYBERPULSE AI — helping security teams and SMEs eliminate repetitive tasks through modular n8n automations. I build workflows for vulnerability triage, compliance reporting, threat intel, and Red/Blue/GRC ops. Book a session if you'd like custom automation for your use case. https://linkedin.com/in/adnan-tariq-4b2a1a47
外部リンク
n8n.ioで表示 →
このワークフローを共有