mirror of
https://github.com/wassupjay/n8n-free-templates.git
synced 2025-12-29 16:14:46 +00:00
main_commit
This commit is contained in:
10
Finance_Accounting/README.md
Normal file
10
Finance_Accounting/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Finance_Accounting Templates
|
||||
|
||||
- **stripe_to_quickbooks.json** – Uses OpenAI Chat, OpenAI Embeddings, Supabase Vector
|
||||
- **ocr_receipts_to_notion.json** – Uses Anthropic Claude, OpenAI Embeddings, Supabase Vector
|
||||
- **weekly_shopify_sales_summary.json** – Uses Anthropic Claude, Cohere Embeddings, Pinecone
|
||||
- **currency_rate_monitor.json** – Uses OpenAI Chat, OpenAI Embeddings
|
||||
- **monthly_expense_report.json** – Uses Anthropic Claude, OpenAI Embeddings
|
||||
- **unpaid_invoice_reminder.json** – Uses Cohere Embeddings, OpenAI Chat
|
||||
- **paypal_to_airtable.json** – Uses OpenAI Chat, OpenAI Embeddings
|
||||
- **transaction_logs_backup.json** – Uses Cohere Embeddings, OpenAI Chat, Supabase Vector
|
||||
353
Finance_Accounting/currency_rate_monitor.json
Normal file
353
Finance_Accounting/currency_rate_monitor.json
Normal file
@@ -0,0 +1,353 @@
|
||||
{
|
||||
"name": "Currency Rate Monitor",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "Placeholder for Currency Rate Monitor",
|
||||
"height": 530,
|
||||
"width": 1100,
|
||||
"color": 5
|
||||
},
|
||||
"id": "e6175cfd-e193-423d-9bbd-fc7119684f7a",
|
||||
"name": "Sticky Note",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-480,
|
||||
-240
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "currency-rate-monitor"
|
||||
},
|
||||
"id": "80b80c82-20c3-4174-ad9c-611f3261b0e5",
|
||||
"name": "Webhook Trigger",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "7fd033de-1f84-44c7-b067-c3d3e9b08b72",
|
||||
"name": "Text Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-130,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "text-embedding-3-small",
|
||||
"options": {}
|
||||
},
|
||||
"id": "1fa4d8fe-1214-4fa9-8534-7c0f0d5d8531",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
70,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"options": {},
|
||||
"indexName": "currency_rate_monitor"
|
||||
},
|
||||
"id": "42ee78dd-c790-4e3c-8732-4e2395b1a9b6",
|
||||
"name": "Weaviate Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"weaviateApi": {
|
||||
"id": "WEAVIATE_API",
|
||||
"name": "Weaviate account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "currency_rate_monitor"
|
||||
},
|
||||
"id": "0d13f988-4d82-440d-ac56-bb8e225d9be1",
|
||||
"name": "Weaviate Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"weaviateApi": {
|
||||
"id": "WEAVIATE_API",
|
||||
"name": "Weaviate account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Weaviate",
|
||||
"description": "Vector context"
|
||||
},
|
||||
"id": "7c645977-36de-4c85-9615-b76a72dd9882",
|
||||
"name": "Vector Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "521025ae-08c9-48f9-b3ea-8eed7859c340",
|
||||
"name": "Window Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
450,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"options": {}
|
||||
},
|
||||
"id": "bf695dd1-f69c-4be6-a2d7-27951a948b1c",
|
||||
"name": "Chat Model",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "Handle data",
|
||||
"options": {
|
||||
"systemMessage": "You are an assistant for Currency Rate Monitor"
|
||||
}
|
||||
},
|
||||
"id": "c83a7b48-e374-4d2f-832e-3929bab00308",
|
||||
"name": "RAG Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
720,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": {
|
||||
"__rl": true,
|
||||
"value": "SHEET_ID",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Currency Rate Monitor"
|
||||
},
|
||||
"sheetName": {
|
||||
"__rl": true,
|
||||
"value": "Log",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Log"
|
||||
},
|
||||
"columns": {
|
||||
"mappingMode": "defineBelow",
|
||||
"value": "Status",
|
||||
"schema": []
|
||||
}
|
||||
},
|
||||
"id": "931647ba-372d-46b7-810f-76ba4087c0b5",
|
||||
"name": "Append Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
930,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Google Sheets account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"channel": "#alerts",
|
||||
"text": "Currency Rate Monitor error: {$json.error.message}"
|
||||
},
|
||||
"id": "59e59fd4-268f-4c56-a034-b1a32e5f4115",
|
||||
"name": "Slack Alert",
|
||||
"type": "n8n-nodes-base.slack",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
930,
|
||||
120
|
||||
],
|
||||
"credentials": {
|
||||
"slackApi": {
|
||||
"id": "SLACK_API",
|
||||
"name": "Slack"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook Trigger": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Text Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Window Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Text Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Weaviate Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Weaviate Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Weaviate Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Weaviate Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Weaviate Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Vector Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Vector Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Window Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat Model": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"RAG Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Append Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"onError": [
|
||||
[
|
||||
{
|
||||
"node": "Slack Alert",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"triggerCount": 1
|
||||
}
|
||||
353
Finance_Accounting/monthly_expense_report.json
Normal file
353
Finance_Accounting/monthly_expense_report.json
Normal file
@@ -0,0 +1,353 @@
|
||||
{
|
||||
"name": "Monthly Expense Report",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "Placeholder for Monthly Expense Report",
|
||||
"height": 530,
|
||||
"width": 1100,
|
||||
"color": 5
|
||||
},
|
||||
"id": "8728dad1-36d7-4ed0-8162-7622f31b4bc1",
|
||||
"name": "Sticky Note",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-480,
|
||||
-240
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "monthly-expense-report"
|
||||
},
|
||||
"id": "7f107229-acbb-4195-a5cd-b0f97bedc954",
|
||||
"name": "Webhook Trigger",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "a7b02852-85a2-4048-bf05-64106a5aa1b3",
|
||||
"name": "Text Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-130,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "text-embedding-3-small",
|
||||
"options": {}
|
||||
},
|
||||
"id": "f8683870-d2ea-4541-a98e-994f04327170",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
70,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"options": {},
|
||||
"indexName": "monthly_expense_report"
|
||||
},
|
||||
"id": "1eec63a3-ddfd-45d0-be4d-6533cf8e3dea",
|
||||
"name": "Weaviate Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"weaviateApi": {
|
||||
"id": "WEAVIATE_API",
|
||||
"name": "Weaviate account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "monthly_expense_report"
|
||||
},
|
||||
"id": "8073feb4-b770-45b8-84e1-76c37e332e1f",
|
||||
"name": "Weaviate Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"weaviateApi": {
|
||||
"id": "WEAVIATE_API",
|
||||
"name": "Weaviate account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Weaviate",
|
||||
"description": "Vector context"
|
||||
},
|
||||
"id": "d68e93b2-d64e-42d5-9782-364c5e43e148",
|
||||
"name": "Vector Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "925a8cad-26c0-435f-9e94-6a037380f9f2",
|
||||
"name": "Window Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
450,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"options": {}
|
||||
},
|
||||
"id": "ad4dfd87-e12a-43d0-959f-31df79dbc0f0",
|
||||
"name": "Chat Model",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"anthropicApi": {
|
||||
"id": "ANTHROPIC_API",
|
||||
"name": "Anthropic"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "Handle data",
|
||||
"options": {
|
||||
"systemMessage": "You are an assistant for Monthly Expense Report"
|
||||
}
|
||||
},
|
||||
"id": "a9f139f6-be27-4aec-9ca3-51ff754c9036",
|
||||
"name": "RAG Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
720,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": {
|
||||
"__rl": true,
|
||||
"value": "SHEET_ID",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Monthly Expense Report"
|
||||
},
|
||||
"sheetName": {
|
||||
"__rl": true,
|
||||
"value": "Log",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Log"
|
||||
},
|
||||
"columns": {
|
||||
"mappingMode": "defineBelow",
|
||||
"value": "Status",
|
||||
"schema": []
|
||||
}
|
||||
},
|
||||
"id": "12ca3491-606a-4229-b392-705431a87aff",
|
||||
"name": "Append Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
930,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Google Sheets account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"channel": "#alerts",
|
||||
"text": "Monthly Expense Report error: {$json.error.message}"
|
||||
},
|
||||
"id": "3af6e41f-e4c2-4bd3-92ae-4c8a7b27e495",
|
||||
"name": "Slack Alert",
|
||||
"type": "n8n-nodes-base.slack",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
930,
|
||||
120
|
||||
],
|
||||
"credentials": {
|
||||
"slackApi": {
|
||||
"id": "SLACK_API",
|
||||
"name": "Slack"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook Trigger": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Text Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Window Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Text Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Weaviate Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Weaviate Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Weaviate Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Weaviate Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Weaviate Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Vector Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Vector Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Window Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat Model": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"RAG Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Append Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"onError": [
|
||||
[
|
||||
{
|
||||
"node": "Slack Alert",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"triggerCount": 1
|
||||
}
|
||||
353
Finance_Accounting/ocr_receipts_to_notion.json
Normal file
353
Finance_Accounting/ocr_receipts_to_notion.json
Normal file
@@ -0,0 +1,353 @@
|
||||
{
|
||||
"name": "OCR Receipts to Notion",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "Placeholder for OCR Receipts to Notion",
|
||||
"height": 530,
|
||||
"width": 1100,
|
||||
"color": 5
|
||||
},
|
||||
"id": "c04dfa5c-bb11-4b59-afff-6186fc96a740",
|
||||
"name": "Sticky Note",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-480,
|
||||
-240
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "ocr-receipts-to-notion"
|
||||
},
|
||||
"id": "59a9fd15-53ab-4c11-ac79-d2a41441cf2f",
|
||||
"name": "Webhook Trigger",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "17092410-c43e-411d-9c9f-26e049276ae0",
|
||||
"name": "Text Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-130,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "text-embedding-3-small",
|
||||
"options": {}
|
||||
},
|
||||
"id": "60598051-e62a-4be1-8868-f5c19ea8978e",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
70,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"options": {},
|
||||
"indexName": "ocr_receipts_to_notion"
|
||||
},
|
||||
"id": "4645c3ee-90cb-4320-86f3-d7c3f712a036",
|
||||
"name": "Supabase Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"supabaseApi": {
|
||||
"id": "SUPABASE_API",
|
||||
"name": "Supabase account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "ocr_receipts_to_notion"
|
||||
},
|
||||
"id": "6387ad1d-32fb-4575-9dfc-dfc90d2cb25c",
|
||||
"name": "Supabase Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"supabaseApi": {
|
||||
"id": "SUPABASE_API",
|
||||
"name": "Supabase account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Supabase",
|
||||
"description": "Vector context"
|
||||
},
|
||||
"id": "fef3c58b-321a-44d2-a9ba-86a7bc58acf7",
|
||||
"name": "Vector Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "7bdab29d-ad62-4e40-87e7-fd13cd2cec3e",
|
||||
"name": "Window Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
450,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"options": {}
|
||||
},
|
||||
"id": "30f1d449-b35d-45a9-80c2-ba136b48a93e",
|
||||
"name": "Chat Model",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"anthropicApi": {
|
||||
"id": "ANTHROPIC_API",
|
||||
"name": "Anthropic"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "Handle data",
|
||||
"options": {
|
||||
"systemMessage": "You are an assistant for OCR Receipts to Notion"
|
||||
}
|
||||
},
|
||||
"id": "d5adb725-61aa-4ecd-83ed-ada1ab0f9669",
|
||||
"name": "RAG Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
720,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": {
|
||||
"__rl": true,
|
||||
"value": "SHEET_ID",
|
||||
"mode": "list",
|
||||
"cachedResultName": "OCR Receipts to Notion"
|
||||
},
|
||||
"sheetName": {
|
||||
"__rl": true,
|
||||
"value": "Log",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Log"
|
||||
},
|
||||
"columns": {
|
||||
"mappingMode": "defineBelow",
|
||||
"value": "Status",
|
||||
"schema": []
|
||||
}
|
||||
},
|
||||
"id": "696adffa-2c85-461d-876a-dd880b9b38e3",
|
||||
"name": "Append Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
930,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Google Sheets account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"channel": "#alerts",
|
||||
"text": "OCR Receipts to Notion error: {$json.error.message}"
|
||||
},
|
||||
"id": "efc8ed2e-3e85-4bf4-b1e8-cab2a3e2135f",
|
||||
"name": "Slack Alert",
|
||||
"type": "n8n-nodes-base.slack",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
930,
|
||||
120
|
||||
],
|
||||
"credentials": {
|
||||
"slackApi": {
|
||||
"id": "SLACK_API",
|
||||
"name": "Slack"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook Trigger": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Text Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Window Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Text Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Supabase Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Supabase Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Supabase Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Supabase Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Supabase Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Vector Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Vector Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Window Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat Model": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"RAG Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Append Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"onError": [
|
||||
[
|
||||
{
|
||||
"node": "Slack Alert",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"triggerCount": 1
|
||||
}
|
||||
353
Finance_Accounting/paypal_to_airtable.json
Normal file
353
Finance_Accounting/paypal_to_airtable.json
Normal file
@@ -0,0 +1,353 @@
|
||||
{
|
||||
"name": "PayPal to Airtable",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "Placeholder for PayPal to Airtable",
|
||||
"height": 530,
|
||||
"width": 1100,
|
||||
"color": 5
|
||||
},
|
||||
"id": "4dc16bed-a5fc-41a8-879d-887e7cd668f2",
|
||||
"name": "Sticky Note",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-480,
|
||||
-240
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "paypal-to-airtable"
|
||||
},
|
||||
"id": "e98d9b01-45dc-42d5-96bb-f33ad31c2a4c",
|
||||
"name": "Webhook Trigger",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "9e156c78-d969-43b0-8c47-29be47d9e374",
|
||||
"name": "Text Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-130,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "text-embedding-3-small",
|
||||
"options": {}
|
||||
},
|
||||
"id": "67173cd7-c563-4e20-894f-4a3bb2a3154d",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
70,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"options": {},
|
||||
"indexName": "paypal_to_airtable"
|
||||
},
|
||||
"id": "3273daeb-1fef-4975-bf30-11fe790b7a93",
|
||||
"name": "Weaviate Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"weaviateApi": {
|
||||
"id": "WEAVIATE_API",
|
||||
"name": "Weaviate account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "paypal_to_airtable"
|
||||
},
|
||||
"id": "8319e3d9-ee3c-40d5-9afa-4718d3c475e3",
|
||||
"name": "Weaviate Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"weaviateApi": {
|
||||
"id": "WEAVIATE_API",
|
||||
"name": "Weaviate account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Weaviate",
|
||||
"description": "Vector context"
|
||||
},
|
||||
"id": "16b3f51c-6036-4e62-a49b-d83ce62bc770",
|
||||
"name": "Vector Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "f3e97b45-2c73-47a2-b969-37fe5cbce0e2",
|
||||
"name": "Window Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
450,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"options": {}
|
||||
},
|
||||
"id": "141626f4-bf31-4c63-ab83-bde6d05dc0eb",
|
||||
"name": "Chat Model",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "Handle data",
|
||||
"options": {
|
||||
"systemMessage": "You are an assistant for PayPal to Airtable"
|
||||
}
|
||||
},
|
||||
"id": "ae1ef58d-8ed5-4ffe-bfe4-804a2fd16095",
|
||||
"name": "RAG Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
720,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": {
|
||||
"__rl": true,
|
||||
"value": "SHEET_ID",
|
||||
"mode": "list",
|
||||
"cachedResultName": "PayPal to Airtable"
|
||||
},
|
||||
"sheetName": {
|
||||
"__rl": true,
|
||||
"value": "Log",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Log"
|
||||
},
|
||||
"columns": {
|
||||
"mappingMode": "defineBelow",
|
||||
"value": "Status",
|
||||
"schema": []
|
||||
}
|
||||
},
|
||||
"id": "c68be0fc-19fe-4e45-8c3d-3ce101e1634f",
|
||||
"name": "Append Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
930,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Google Sheets account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"channel": "#alerts",
|
||||
"text": "PayPal to Airtable error: {$json.error.message}"
|
||||
},
|
||||
"id": "3e058106-dd19-44a8-91a3-3aef71622480",
|
||||
"name": "Slack Alert",
|
||||
"type": "n8n-nodes-base.slack",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
930,
|
||||
120
|
||||
],
|
||||
"credentials": {
|
||||
"slackApi": {
|
||||
"id": "SLACK_API",
|
||||
"name": "Slack"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook Trigger": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Text Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Window Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Text Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Weaviate Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Weaviate Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Weaviate Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Weaviate Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Weaviate Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Vector Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Vector Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Window Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat Model": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"RAG Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Append Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"onError": [
|
||||
[
|
||||
{
|
||||
"node": "Slack Alert",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"triggerCount": 1
|
||||
}
|
||||
353
Finance_Accounting/stripe_to_quickbooks.json
Normal file
353
Finance_Accounting/stripe_to_quickbooks.json
Normal file
@@ -0,0 +1,353 @@
|
||||
{
|
||||
"name": "Stripe to QuickBooks",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "Placeholder for Stripe to QuickBooks",
|
||||
"height": 530,
|
||||
"width": 1100,
|
||||
"color": 5
|
||||
},
|
||||
"id": "516d2d75-bad5-47a2-9aae-441c2e47505a",
|
||||
"name": "Sticky Note",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-480,
|
||||
-240
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "stripe-to-quickbooks"
|
||||
},
|
||||
"id": "b336b0e9-75c9-476e-b708-eee49a79782a",
|
||||
"name": "Webhook Trigger",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "aff09b5e-ab9c-4906-876c-be1cbd49bad3",
|
||||
"name": "Text Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-130,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "text-embedding-3-small",
|
||||
"options": {}
|
||||
},
|
||||
"id": "28798bcc-42c3-405f-becd-dd9e2628fbec",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
70,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"options": {},
|
||||
"indexName": "stripe_to_quickbooks"
|
||||
},
|
||||
"id": "ebb44e83-73d5-48b0-9458-cbb4dd5db829",
|
||||
"name": "Supabase Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"supabaseApi": {
|
||||
"id": "SUPABASE_API",
|
||||
"name": "Supabase account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "stripe_to_quickbooks"
|
||||
},
|
||||
"id": "dda295d6-3267-468b-b6c9-4e0dae2d3953",
|
||||
"name": "Supabase Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"supabaseApi": {
|
||||
"id": "SUPABASE_API",
|
||||
"name": "Supabase account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Supabase",
|
||||
"description": "Vector context"
|
||||
},
|
||||
"id": "fad24949-758c-4879-8fe1-2965b81c835c",
|
||||
"name": "Vector Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "36927cf2-4dc9-42c0-b427-2893e5982a85",
|
||||
"name": "Window Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
450,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"options": {}
|
||||
},
|
||||
"id": "87360d8c-11b2-4293-9213-83525a4ffc48",
|
||||
"name": "Chat Model",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "Handle data",
|
||||
"options": {
|
||||
"systemMessage": "You are an assistant for Stripe to QuickBooks"
|
||||
}
|
||||
},
|
||||
"id": "6a6e8043-e4ba-4b17-8815-5d14adc8f33b",
|
||||
"name": "RAG Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
720,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": {
|
||||
"__rl": true,
|
||||
"value": "SHEET_ID",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Stripe to QuickBooks"
|
||||
},
|
||||
"sheetName": {
|
||||
"__rl": true,
|
||||
"value": "Log",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Log"
|
||||
},
|
||||
"columns": {
|
||||
"mappingMode": "defineBelow",
|
||||
"value": "Status",
|
||||
"schema": []
|
||||
}
|
||||
},
|
||||
"id": "b6300c02-0a43-4cc4-8079-7739e8b51a37",
|
||||
"name": "Append Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
930,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Google Sheets account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"channel": "#alerts",
|
||||
"text": "Stripe to QuickBooks error: {$json.error.message}"
|
||||
},
|
||||
"id": "4f848ea4-b5cd-4594-b598-cfff98863583",
|
||||
"name": "Slack Alert",
|
||||
"type": "n8n-nodes-base.slack",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
930,
|
||||
120
|
||||
],
|
||||
"credentials": {
|
||||
"slackApi": {
|
||||
"id": "SLACK_API",
|
||||
"name": "Slack"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook Trigger": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Text Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Window Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Text Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Supabase Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Supabase Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Supabase Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Supabase Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Supabase Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Vector Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Vector Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Window Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat Model": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"RAG Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Append Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"onError": [
|
||||
[
|
||||
{
|
||||
"node": "Slack Alert",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"triggerCount": 1
|
||||
}
|
||||
353
Finance_Accounting/transaction_logs_backup.json
Normal file
353
Finance_Accounting/transaction_logs_backup.json
Normal file
@@ -0,0 +1,353 @@
|
||||
{
|
||||
"name": "Transaction Logs Backup",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "Placeholder for Transaction Logs Backup",
|
||||
"height": 530,
|
||||
"width": 1100,
|
||||
"color": 5
|
||||
},
|
||||
"id": "9bc96e9b-a90d-4467-8844-c0d49825c7bb",
|
||||
"name": "Sticky Note",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-480,
|
||||
-240
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "transaction-logs-backup"
|
||||
},
|
||||
"id": "654ee7d9-bd77-47eb-af47-5afb9b1f3023",
|
||||
"name": "Webhook Trigger",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "fbb3ef99-38e6-4ee3-a317-71af8cb06801",
|
||||
"name": "Text Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-130,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "embed-english-v3.0",
|
||||
"options": {}
|
||||
},
|
||||
"id": "cfb733fc-6bb8-427b-ad37-926693691ed8",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsCohere",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
70,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"cohereApi": {
|
||||
"id": "COHERE_API",
|
||||
"name": "Cohere"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"options": {},
|
||||
"indexName": "transaction_logs_backup"
|
||||
},
|
||||
"id": "86365712-95aa-407f-b156-877d6ee5b412",
|
||||
"name": "Supabase Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"supabaseApi": {
|
||||
"id": "SUPABASE_API",
|
||||
"name": "Supabase account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "transaction_logs_backup"
|
||||
},
|
||||
"id": "a1085404-bc57-46c0-9ffb-375a66ebfb92",
|
||||
"name": "Supabase Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"supabaseApi": {
|
||||
"id": "SUPABASE_API",
|
||||
"name": "Supabase account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Supabase",
|
||||
"description": "Vector context"
|
||||
},
|
||||
"id": "1442d4f0-eefb-4beb-862a-6569b22b7ef3",
|
||||
"name": "Vector Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "4d59d819-e2d1-4cfb-997a-04e6cc18b15c",
|
||||
"name": "Window Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
450,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"options": {}
|
||||
},
|
||||
"id": "bc9f2e77-61d1-4fd1-9069-fc07906f004f",
|
||||
"name": "Chat Model",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "Handle data",
|
||||
"options": {
|
||||
"systemMessage": "You are an assistant for Transaction Logs Backup"
|
||||
}
|
||||
},
|
||||
"id": "94397527-356c-43da-9827-265d1e38c4d4",
|
||||
"name": "RAG Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
720,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": {
|
||||
"__rl": true,
|
||||
"value": "SHEET_ID",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Transaction Logs Backup"
|
||||
},
|
||||
"sheetName": {
|
||||
"__rl": true,
|
||||
"value": "Log",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Log"
|
||||
},
|
||||
"columns": {
|
||||
"mappingMode": "defineBelow",
|
||||
"value": "Status",
|
||||
"schema": []
|
||||
}
|
||||
},
|
||||
"id": "015110f6-d107-4061-9de1-4f7e77248256",
|
||||
"name": "Append Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
930,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Google Sheets account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"channel": "#alerts",
|
||||
"text": "Transaction Logs Backup error: {$json.error.message}"
|
||||
},
|
||||
"id": "22011e33-1522-40c5-b752-6e1a6b8f5372",
|
||||
"name": "Slack Alert",
|
||||
"type": "n8n-nodes-base.slack",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
930,
|
||||
120
|
||||
],
|
||||
"credentials": {
|
||||
"slackApi": {
|
||||
"id": "SLACK_API",
|
||||
"name": "Slack"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook Trigger": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Text Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Window Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Text Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Supabase Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Supabase Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Supabase Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Supabase Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Supabase Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Vector Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Vector Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Window Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat Model": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"RAG Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Append Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"onError": [
|
||||
[
|
||||
{
|
||||
"node": "Slack Alert",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"triggerCount": 1
|
||||
}
|
||||
353
Finance_Accounting/unpaid_invoice_reminder.json
Normal file
353
Finance_Accounting/unpaid_invoice_reminder.json
Normal file
@@ -0,0 +1,353 @@
|
||||
{
|
||||
"name": "Unpaid Invoice Reminder",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "Placeholder for Unpaid Invoice Reminder",
|
||||
"height": 530,
|
||||
"width": 1100,
|
||||
"color": 5
|
||||
},
|
||||
"id": "38637b48-7d7d-4c0d-ae2d-7cb9049435f0",
|
||||
"name": "Sticky Note",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-480,
|
||||
-240
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "unpaid-invoice-reminder"
|
||||
},
|
||||
"id": "c105161c-2c3f-4167-859c-63a03f8e2dfc",
|
||||
"name": "Webhook Trigger",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "2089eb99-b5f6-4c05-aff4-d9542c42657f",
|
||||
"name": "Text Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-130,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "embed-english-v3.0",
|
||||
"options": {}
|
||||
},
|
||||
"id": "c5937246-c89c-4972-965d-4e8896b02679",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsCohere",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
70,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"cohereApi": {
|
||||
"id": "COHERE_API",
|
||||
"name": "Cohere"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"options": {},
|
||||
"indexName": "unpaid_invoice_reminder"
|
||||
},
|
||||
"id": "d64450ce-5760-4160-9074-580eb285342c",
|
||||
"name": "Weaviate Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"weaviateApi": {
|
||||
"id": "WEAVIATE_API",
|
||||
"name": "Weaviate account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"indexName": "unpaid_invoice_reminder"
|
||||
},
|
||||
"id": "0c5c8d79-8348-41d6-bf34-45ea812fa19e",
|
||||
"name": "Weaviate Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStoreWeaviate",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"weaviateApi": {
|
||||
"id": "WEAVIATE_API",
|
||||
"name": "Weaviate account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Weaviate",
|
||||
"description": "Vector context"
|
||||
},
|
||||
"id": "6c05df42-540f-410e-a3ac-938d6babf6b6",
|
||||
"name": "Vector Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "238d800d-1c62-4d7b-bf8e-a58985c7365a",
|
||||
"name": "Window Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
450,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"options": {}
|
||||
},
|
||||
"id": "5461d55e-4235-45fd-b392-7abdfa189fac",
|
||||
"name": "Chat Model",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"openAiApi": {
|
||||
"id": "OPENAI_API",
|
||||
"name": "OpenAI"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "Handle data",
|
||||
"options": {
|
||||
"systemMessage": "You are an assistant for Unpaid Invoice Reminder"
|
||||
}
|
||||
},
|
||||
"id": "86a7198b-5a78-4801-9e4e-70d8a69856fe",
|
||||
"name": "RAG Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
720,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": {
|
||||
"__rl": true,
|
||||
"value": "SHEET_ID",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Unpaid Invoice Reminder"
|
||||
},
|
||||
"sheetName": {
|
||||
"__rl": true,
|
||||
"value": "Log",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Log"
|
||||
},
|
||||
"columns": {
|
||||
"mappingMode": "defineBelow",
|
||||
"value": "Status",
|
||||
"schema": []
|
||||
}
|
||||
},
|
||||
"id": "dc0da3ae-a80c-4d70-afbc-d48094d6a80c",
|
||||
"name": "Append Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
930,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Google Sheets account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"channel": "#alerts",
|
||||
"text": "Unpaid Invoice Reminder error: {$json.error.message}"
|
||||
},
|
||||
"id": "00c44887-0061-4fc1-afe3-21a150cb4c04",
|
||||
"name": "Slack Alert",
|
||||
"type": "n8n-nodes-base.slack",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
930,
|
||||
120
|
||||
],
|
||||
"credentials": {
|
||||
"slackApi": {
|
||||
"id": "SLACK_API",
|
||||
"name": "Slack"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook Trigger": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Text Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Window Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Text Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Weaviate Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Weaviate Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Weaviate Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Weaviate Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Weaviate Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Vector Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Vector Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Window Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat Model": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"RAG Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Append Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"onError": [
|
||||
[
|
||||
{
|
||||
"node": "Slack Alert",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"triggerCount": 1
|
||||
}
|
||||
363
Finance_Accounting/weekly_shopify_sales_summary.json
Normal file
363
Finance_Accounting/weekly_shopify_sales_summary.json
Normal file
@@ -0,0 +1,363 @@
|
||||
{
|
||||
"name": "Weekly Shopify Sales Summary",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"content": "Placeholder for Weekly Shopify Sales Summary",
|
||||
"height": 530,
|
||||
"width": 1100,
|
||||
"color": 5
|
||||
},
|
||||
"id": "48cbb971-b7f5-439b-9ff7-51e48fe8cd99",
|
||||
"name": "Sticky Note",
|
||||
"type": "n8n-nodes-base.stickyNote",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-480,
|
||||
-240
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "weekly-shopify-sales-summary"
|
||||
},
|
||||
"id": "986a4dbf-6fd1-468e-9404-891be5d7e982",
|
||||
"name": "Webhook Trigger",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-300,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"chunkSize": 400,
|
||||
"chunkOverlap": 40
|
||||
},
|
||||
"id": "fe85f7f9-ec98-496c-9623-73934248c4dd",
|
||||
"name": "Text Splitter",
|
||||
"type": "@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
-130,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "embed-english-v3.0",
|
||||
"options": {}
|
||||
},
|
||||
"id": "91db179a-59d3-4335-a3f8-5a1767283536",
|
||||
"name": "Embeddings",
|
||||
"type": "@n8n/n8n-nodes-langchain.embeddingsCohere",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
70,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"cohereApi": {
|
||||
"id": "COHERE_API",
|
||||
"name": "Cohere"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"mode": "insert",
|
||||
"options": {},
|
||||
"pineconeIndex": {
|
||||
"__rl": true,
|
||||
"value": "weekly_shopify_sales_summary",
|
||||
"mode": "list",
|
||||
"cachedResultName": "weekly_shopify_sales_summary"
|
||||
}
|
||||
},
|
||||
"id": "12e2e6d8-9882-4e5e-958d-1a5263f3d498",
|
||||
"name": "Pinecone Insert",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
0
|
||||
],
|
||||
"credentials": {
|
||||
"pineconeApi": {
|
||||
"id": "PINECONE_API",
|
||||
"name": "Pinecone account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"pineconeIndex": {
|
||||
"__rl": true,
|
||||
"value": "weekly_shopify_sales_summary",
|
||||
"mode": "list",
|
||||
"cachedResultName": "weekly_shopify_sales_summary"
|
||||
}
|
||||
},
|
||||
"id": "86e1304a-cb0e-42ae-a608-576468de3977",
|
||||
"name": "Pinecone Query",
|
||||
"type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
270,
|
||||
-180
|
||||
],
|
||||
"credentials": {
|
||||
"pineconeApi": {
|
||||
"id": "PINECONE_API",
|
||||
"name": "Pinecone account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"name": "Pinecone",
|
||||
"description": "Vector context"
|
||||
},
|
||||
"id": "1b99ec18-874c-4238-947b-4208a7187782",
|
||||
"name": "Vector Tool",
|
||||
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-180
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "f57ed2d1-31f6-48e0-9d49-a34d828a2b21",
|
||||
"name": "Window Memory",
|
||||
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
|
||||
"typeVersion": 1.3,
|
||||
"position": [
|
||||
450,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"options": {}
|
||||
},
|
||||
"id": "8bd35d96-4b86-4db9-8df1-3e1234a598b6",
|
||||
"name": "Chat Model",
|
||||
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
450,
|
||||
-340
|
||||
],
|
||||
"credentials": {
|
||||
"anthropicApi": {
|
||||
"id": "ANTHROPIC_API",
|
||||
"name": "Anthropic"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"promptType": "define",
|
||||
"text": "Handle data",
|
||||
"options": {
|
||||
"systemMessage": "You are an assistant for Weekly Shopify Sales Summary"
|
||||
}
|
||||
},
|
||||
"id": "339b9829-f9ab-4521-a6f7-d57972f5960d",
|
||||
"name": "RAG Agent",
|
||||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
720,
|
||||
-40
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "append",
|
||||
"documentId": {
|
||||
"__rl": true,
|
||||
"value": "SHEET_ID",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Weekly Shopify Sales Summary"
|
||||
},
|
||||
"sheetName": {
|
||||
"__rl": true,
|
||||
"value": "Log",
|
||||
"mode": "list",
|
||||
"cachedResultName": "Log"
|
||||
},
|
||||
"columns": {
|
||||
"mappingMode": "defineBelow",
|
||||
"value": "Status",
|
||||
"schema": []
|
||||
}
|
||||
},
|
||||
"id": "913c3b44-b464-492a-9214-d9dc1952c96b",
|
||||
"name": "Append Sheet",
|
||||
"type": "n8n-nodes-base.googleSheets",
|
||||
"typeVersion": 4,
|
||||
"position": [
|
||||
930,
|
||||
-40
|
||||
],
|
||||
"credentials": {
|
||||
"googleSheetsOAuth2Api": {
|
||||
"id": "SHEETS_API",
|
||||
"name": "Google Sheets account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"channel": "#alerts",
|
||||
"text": "Weekly Shopify Sales Summary error: {$json.error.message}"
|
||||
},
|
||||
"id": "7e04b6aa-2c81-4491-8383-48f48f5e47d5",
|
||||
"name": "Slack Alert",
|
||||
"type": "n8n-nodes-base.slack",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
930,
|
||||
120
|
||||
],
|
||||
"credentials": {
|
||||
"slackApi": {
|
||||
"id": "SLACK_API",
|
||||
"name": "Slack"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook Trigger": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Text Splitter",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Window Memory",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Text Splitter": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Embeddings",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"ai_textSplitter": [
|
||||
[
|
||||
{
|
||||
"node": "Pinecone Insert",
|
||||
"type": "ai_textSplitter",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Embeddings": {
|
||||
"ai_embedding": [
|
||||
[
|
||||
{
|
||||
"node": "Pinecone Insert",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Pinecone Query",
|
||||
"type": "ai_embedding",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Pinecone Insert": {
|
||||
"ai_document": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"Pinecone Query": {
|
||||
"ai_vectorStore": [
|
||||
[
|
||||
{
|
||||
"node": "Vector Tool",
|
||||
"type": "ai_vectorStore",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Vector Tool": {
|
||||
"ai_tool": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_tool",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Window Memory": {
|
||||
"ai_memory": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_memory",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Chat Model": {
|
||||
"ai_languageModel": [
|
||||
[
|
||||
{
|
||||
"node": "RAG Agent",
|
||||
"type": "ai_languageModel",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"RAG Agent": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Append Sheet",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"onError": [
|
||||
[
|
||||
{
|
||||
"node": "Slack Alert",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"triggerCount": 1
|
||||
}
|
||||
Reference in New Issue
Block a user