{"workflow":{"id":14694,"name":"Orchestrate credit onboarding checks with GPT-4o, KYC APIs, Gmail, Slack and Airtable","views":29,"recentViews":6,"totalViews":29,"createdAt":"2026-04-04T03:21:22.324Z","description":"## How It Works\nThis workflow automates credit operations onboarding by running KYC verification, credit bureau checks, identity validation, and sanctions screening through a single AI-powered agent. Built for credit operations teams, compliance officers, and fintech platforms, it eliminates manual eligibility reviews that are slow and error-prone. Triggered via webhook, the Credit Operations Agent orchestrates all verification tools simultaneously, then routes customers by eligibility status, eligible, ineligible, pending documentation, or compliance escalation. Each path prepares structured data stored in Airtable, triggers appropriate follow-up actions (email, Slack alerts), and logs a full audit trail. A final formatted response is returned to the originating system, closing the loop end-to-end with no manual handoffs.\n## Setup Steps\n1. Set webhook URL and connect Credit Operations webhook node to your intake system.\n2. Add OpenAI API key to the OpenAI Chat Model node.\n3. Configure KYC, Credit Bureau, Identity, and Sanctions tool credentials.\n4. Add Gmail OAuth2 and Slack bot token for notification nodes.\n5. Connect Airtable API key; set base/table IDs for eligible and ineligible customer stores.\n\n## Prerequisites\n- KYC & Credit Bureau API credentials\n- Sanctions screening API access\n- Gmail OAuth2 and Slack bot token\n- Airtable API key\n## Use Cases\n- Fintech platforms automating loan application eligibility screening\n## Customisation\n- Add extra verification tools (e.g., biometric or document OCR APIs)\n## Benefits\n- Eliminates manual KYC and sanctions review bottlenecks\n\n\n\n","workflow":{"id":"fediEoeMovqocfGL","meta":{"instanceId":"b91e510ebae4127f953fd2f5f8d40d58ca1e71c746d4500c12ae86aad04c1502"},"name":"Intelligent credit operations agent for verification screening and compliance","tags":[],"nodes":[{"id":"ed5b7a96-1696-43dc-abca-dda6b95411d5","name":"Credit Operations Webhook","type":"n8n-nodes-base.webhook","position":[256,688],"webhookId":"5bc81402-4bfa-4351-b68d-60e126363ef8","parameters":{"path":"credit-operations","options":{},"httpMethod":"POST","responseMode":"responseNode"},"typeVersion":2.1},{"id":"c468325f-e3c2-4887-b06b-f314f82eb082","name":"Credit Operations Coordinator","type":"@n8n/n8n-nodes-langchain.agent","position":[992,688],"parameters":{"text":"={{ $json.body }}","options":{"systemMessage":"You are a Credit Operations Coordinator AI responsible for orchestrating customer onboarding, KYC checks, credit reviews, servicing workflows, and communications.\n\nYour responsibilities:\n- Validate structured eligibility and compliance signals from customer applications\n- Coordinate verification workflows (KYC, identity, document validation)\n- Trigger follow-up communications and servicing workflows\n- Escalate exceptions to risk or compliance teams\n- Generate structured action plans with clear next steps\n\nIMPORTANT CONSTRAINTS:\n- You do NOT approve credit or make final credit decisions\n- You do NOT alter risk models or scoring algorithms\n- You validate data completeness and compliance requirements only\n- All credit approvals must be escalated to authorized risk teams\n- All compliance exceptions must be escalated to compliance officers\n\nWhen processing requests:\n1. Analyze the customer data and request type\n2. Validate required fields and compliance signals\n3. Determine appropriate verification workflows needed\n4. Identify any exceptions or escalation requirements\n5. Return structured output with clear action plan"},"promptType":"define","hasOutputParser":true},"typeVersion":3.1},{"id":"63a54a0d-be83-4436-b350-e280a7c6f67d","name":"OpenAI Chat Model","type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","position":[352,912],"parameters":{"model":{"__rl":true,"mode":"id","value":"gpt-4o"},"options":{"temperature":0.2},"builtInTools":{}},"credentials":{"openAiApi":{"id":"mv2ECvRtbAK63G2g","name":"OpenAi account"}},"typeVersion":1.3},{"id":"c0464ba1-03ff-41b3-8de4-6e5422d3e5b5","name":"Structured Output Parser","type":"@n8n/n8n-nodes-langchain.outputParserStructured","position":[1792,912],"parameters":{"schemaType":"manual","inputSchema":"{\"type\":\"object\",\"properties\":{\"requestType\":{\"type\":\"string\",\"enum\":[\"onboarding\",\"kyc_verification\",\"credit_review\",\"servicing\",\"compliance_check\"],\"description\":\"Type of credit operation request\"},\"customerId\":{\"type\":\"string\",\"description\":\"Unique customer identifier\"},\"eligibilityStatus\":{\"type\":\"string\",\"enum\":[\"eligible\",\"pending_verification\",\"requires_documentation\",\"compliance_exception\",\"ineligible\"],\"description\":\"Current eligibility assessment\"},\"complianceSignals\":{\"type\":\"object\",\"properties\":{\"kycComplete\":{\"type\":\"boolean\"},\"identityVerified\":{\"type\":\"boolean\"},\"sanctionsCheckPassed\":{\"type\":\"boolean\"},\"documentsComplete\":{\"type\":\"boolean\"},\"riskTier\":{\"type\":\"string\",\"enum\":[\"low\",\"medium\",\"high\",\"critical\"]}},\"required\":[\"kycComplete\",\"identityVerified\",\"sanctionsCheckPassed\",\"documentsComplete\",\"riskTier\"]},\"requiredActions\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"action\":{\"type\":\"string\",\"enum\":[\"trigger_kyc\",\"verify_identity\",\"request_documents\",\"credit_bureau_check\",\"compliance_review\",\"send_notification\",\"escalate_to_risk\",\"escalate_to_compliance\"]},\"priority\":{\"type\":\"string\",\"enum\":[\"immediate\",\"high\",\"medium\",\"low\"]},\"details\":{\"type\":\"string\"}},\"required\":[\"action\",\"priority\",\"details\"]}},\"escalationRequired\":{\"type\":\"boolean\",\"description\":\"Whether this case requires human escalation\"},\"escalationReason\":{\"type\":\"string\",\"description\":\"Reason for escalation if required\"},\"nextSteps\":{\"type\":\"string\",\"description\":\"Summary of recommended next steps\"}},\"required\":[\"requestType\",\"customerId\",\"eligibilityStatus\",\"complianceSignals\",\"requiredActions\",\"escalationRequired\",\"nextSteps\"]}"},"typeVersion":1.3},{"id":"8b8653ac-e08e-4417-8d5f-0fa08370195f","name":"Conversation Memory","type":"@n8n/n8n-nodes-langchain.memoryBufferWindow","position":[528,912],"parameters":{"contextWindowLength":10},"typeVersion":1.3},{"id":"38f25767-87f4-4836-89a5-5c72fb730b15","name":"KYC Verification API Tool","type":"n8n-nodes-base.httpRequestTool","position":[672,912],"parameters":{"url":"<__PLACEHOLDER_VALUE__kyc_api_endpoint__>","method":"POST","options":{},"toolDescription":"Performs KYC (Know Your Customer) verification checks. Provide customer ID and personal information to validate identity and compliance status."},"typeVersion":4.4},{"id":"9cfbc0f6-c3ef-4a35-909f-06c17c711381","name":"Credit Bureau API Tool","type":"n8n-nodes-base.httpRequestTool","position":[848,912],"parameters":{"url":"<__PLACEHOLDER_VALUE__credit_bureau_api_endpoint__>","method":"POST","options":{},"toolDescription":"Queries credit bureau for customer credit history and score. Provide customer ID and SSN to retrieve credit report."},"typeVersion":4.4},{"id":"0a7b8ef1-f132-4002-b2d4-200c61d2ac39","name":"Identity Verification Tool","type":"n8n-nodes-base.httpRequestTool","position":[992,912],"parameters":{"url":"<__PLACEHOLDER_VALUE__identity_verification_api_endpoint__>","method":"POST","options":{},"toolDescription":"Verifies customer identity using government ID and biometric checks. Provide customer ID and document information."},"typeVersion":4.4},{"id":"02229482-0859-4e50-a742-7e57e813c0fa","name":"Sanctions Screening Tool","type":"n8n-nodes-base.httpRequestTool","position":[1152,912],"parameters":{"url":"<__PLACEHOLDER_VALUE__sanctions_screening_api_endpoint__>","method":"POST","options":{},"toolDescription":"Screens customer against sanctions lists, PEP databases, and watchlists. Provide customer name and country for compliance check."},"typeVersion":4.4},{"id":"4f45a0a6-efd2-40ad-8abb-61ce63d1fc93","name":"Email Communication Tool","type":"n8n-nodes-base.gmailTool","position":[1264,976],"webhookId":"a137a2ef-c31f-4e7e-ae8c-9d21a5881514","parameters":{"sendTo":"={{ $fromAI('toEmail', 'Recipient email address', 'string') }}","message":"={{ $fromAI('message', 'Email message body', 'string') }}","options":{},"subject":"={{ $fromAI('subject', 'Email subject line', 'string') }}","descriptionType":"manual","toolDescription":"Sends email communications to customers for verification requests, document requests, status updates, or follow-up notifications. Provide recipient email, subject, and message content."},"credentials":{"gmailOAuth2":{"id":"u1N5nBDvQ0AWhNnV","name":"Gmail account"}},"typeVersion":2.2},{"id":"793b1356-ce64-49f0-9708-440c9494bbae","name":"Risk Team Escalation Tool","type":"n8n-nodes-base.slackHitlTool","position":[1376,912],"webhookId":"5bf64125-cdc6-466a-a805-2ecaa9cce79d","parameters":{"select":"channel","message":"={{ $fromAI('escalationMessage', 'Detailed escalation message with customer context and risk factors', 'string') }}","options":{},"channelId":{"__rl":true,"mode":"id","value":"<__PLACEHOLDER_VALUE__risk_approval_slack_channel__>"},"authentication":"oAuth2"},"credentials":{"slackOAuth2Api":{"id":"d34b1ayEBbvZm2lT","name":"Slack account"}},"typeVersion":2.4},{"id":"8f2ef617-74fd-4c95-a821-a2579af6fd18","name":"Compliance Alert Tool","type":"n8n-nodes-base.slackTool","position":[1664,912],"webhookId":"a661eef0-2d55-4e42-8cd1-b69914d95539","parameters":{"text":"={{ $fromAI('alertMessage', 'Compliance alert message with violation details', 'string') }}","select":"channel","channelId":{"__rl":true,"mode":"id","value":"={{ $fromAI('channel', 'Slack channel ID or name for compliance alerts', 'string') }}"},"otherOptions":{},"authentication":"oAuth2","descriptionType":"manual","toolDescription":"Sends immediate alerts to compliance team channel for sanctions hits, PEP matches, or compliance exceptions. Provide alert details and customer information."},"credentials":{"slackOAuth2Api":{"id":"d34b1ayEBbvZm2lT","name":"Slack account"}},"typeVersion":2.4},{"id":"edd8198e-4993-4d2b-9ac3-a7363f82aa94","name":"Route by Eligibility Status","type":"n8n-nodes-base.switch","position":[2000,640],"parameters":{"rules":{"values":[{"conditions":{"string":[{"value1":"={{ $json.output.eligibilityStatus }}","value2":"eligible","operation":"equals"}]}},{"conditions":{"string":[{"value1":"={{ $json.output.eligibilityStatus }}","value2":"pending_verification","operation":"equals"}]}},{"conditions":{"string":[{"value1":"={{ $json.output.eligibilityStatus }}","value2":"requires_documentation","operation":"equals"}]}},{"conditions":{"string":[{"value1":"={{ $json.output.eligibilityStatus }}","value2":"compliance_exception","operation":"equals"}]}},{"conditions":{"string":[{"value1":"={{ $json.output.eligibilityStatus }}","value2":"ineligible","operation":"equals"}]}}]},"options":{}},"typeVersion":3.4},{"id":"65af785a-347e-43df-b201-bd0ef8f40dcf","name":"Prepare Eligible Customer Data","type":"n8n-nodes-base.set","position":[2304,848],"parameters":{"options":{},"assignments":{"assignments":[{"id":"id-1","name":"customerId","type":"string","value":"={{ $json.output.customerId }}"},{"id":"id-2","name":"status","type":"string","value":"eligible"},{"id":"id-3","name":"eligibilityStatus","type":"string","value":"={{ $json.output.eligibilityStatus }}"},{"id":"id-4","name":"kycComplete","type":"boolean","value":"={{ $json.output.complianceSignals.kycComplete }}"},{"id":"id-5","name":"identityVerified","type":"boolean","value":"={{ $json.output.complianceSignals.identityVerified }}"},{"id":"id-6","name":"sanctionsCheckPassed","type":"boolean","value":"={{ $json.output.complianceSignals.sanctionsCheckPassed }}"},{"id":"id-7","name":"documentsComplete","type":"boolean","value":"={{ $json.output.complianceSignals.documentsComplete }}"},{"id":"id-8","name":"riskTier","type":"string","value":"={{ $json.output.complianceSignals.riskTier }}"},{"id":"id-9","name":"processedAt","type":"string","value":"={{ $now.toISO() }}"},{"id":"id-10","name":"nextSteps","type":"string","value":"={{ $json.output.nextSteps }}"}]}},"typeVersion":3.4},{"id":"8540af5c-50ef-4ce4-8f46-2c631c8dcf34","name":"Prepare Verification Request","type":"n8n-nodes-base.set","position":[2304,1040],"parameters":{"options":{},"assignments":{"assignments":[{"id":"id-1","name":"customerId","type":"string","value":"={{ $json.output.customerId }}"},{"id":"id-2","name":"status","type":"string","value":"pending_verification"},{"id":"id-3","name":"eligibilityStatus","type":"string","value":"={{ $json.output.eligibilityStatus }}"},{"id":"id-4","name":"requiredActions","type":"array","value":"={{ JSON.stringify($json.output.requiredActions) }}"},{"id":"id-5","name":"complianceSignals","type":"object","value":"={{ JSON.stringify($json.output.complianceSignals) }}"},{"id":"id-6","name":"processedAt","type":"string","value":"={{ $now.toISO() }}"},{"id":"id-7","name":"nextSteps","type":"string","value":"={{ $json.output.nextSteps }}"}]}},"typeVersion":3.4},{"id":"2fd88023-f02a-4798-9387-8f32a6ea2872","name":"Prepare Documentation Request","type":"n8n-nodes-base.set","position":[2304,1232],"parameters":{"options":{},"assignments":{"assignments":[{"id":"id-1","name":"customerId","type":"string","value":"={{ $json.output.customerId }}"},{"id":"id-2","name":"status","type":"string","value":"requires_documentation"},{"id":"id-3","name":"eligibilityStatus","type":"string","value":"={{ $json.output.eligibilityStatus }}"},{"id":"id-4","name":"requiredActions","type":"array","value":"={{ JSON.stringify($json.output.requiredActions) }}"},{"id":"id-5","name":"complianceSignals","type":"object","value":"={{ JSON.stringify($json.output.complianceSignals) }}"},{"id":"id-6","name":"processedAt","type":"string","value":"={{ $now.toISO() }}"},{"id":"id-7","name":"nextSteps","type":"string","value":"={{ $json.output.nextSteps }}"}]}},"typeVersion":3.4},{"id":"9bfa68c7-ef1e-49ac-acef-d89e41b896f4","name":"Prepare Compliance Escalation","type":"n8n-nodes-base.set","position":[2304,1424],"parameters":{"options":{},"assignments":{"assignments":[{"id":"id-1","name":"customerId","type":"string","value":"={{ $json.output.customerId }}"},{"id":"id-2","name":"status","type":"string","value":"compliance_exception"},{"id":"id-3","name":"eligibilityStatus","type":"string","value":"={{ $json.output.eligibilityStatus }}"},{"id":"id-4","name":"escalationRequired","type":"boolean","value":"={{ $json.output.escalationRequired }}"},{"id":"id-5","name":"escalationReason","type":"string","value":"={{ $json.output.escalationReason }}"},{"id":"id-6","name":"complianceSignals","type":"object","value":"={{ JSON.stringify($json.output.complianceSignals) }}"},{"id":"id-7","name":"requiredActions","type":"array","value":"={{ JSON.stringify($json.output.requiredActions) }}"},{"id":"id-8","name":"processedAt","type":"string","value":"={{ $now.toISO() }}"},{"id":"id-9","name":"nextSteps","type":"string","value":"={{ $json.output.nextSteps }}"}]}},"typeVersion":3.4},{"id":"970afa65-5100-444b-a418-f6da49771ba7","name":"Store Eligible Customers","type":"n8n-nodes-base.dataTable","position":[2528,848],"parameters":{"columns":{"value":null,"mappingMode":"autoMapInputData"},"options":{},"dataTableId":{"__rl":true,"mode":"id","value":"<__PLACEHOLDER_VALUE__eligible_customers_table__>"}},"typeVersion":1.1},{"id":"d8016093-cc0b-414c-aac8-e26727dce123","name":"Trigger Verification Workflow","type":"n8n-nodes-base.executeWorkflow","position":[2528,1040],"parameters":{"options":{"waitForSubWorkflow":true},"workflowId":{"__rl":true,"mode":"list","value":""}},"typeVersion":1.3},{"id":"efe4f499-6d05-444e-b2f9-1b0f47d0b1e3","name":"Send Documentation Request Email","type":"n8n-nodes-base.gmail","position":[2528,1232],"webhookId":"8a5763f3-c81b-41b9-a4c4-d848b296328e","parameters":{"sendTo":"={{ $json.customerEmail || '<__PLACEHOLDER_VALUE__customer_email__>' }}","message":"=Dear Customer,\n\nWe are processing your credit application (Customer ID: {{ $json.customerId }}).\n\nTo proceed with your application, we require the following documentation:\n\n{{ $json.nextSteps }}\n\nRequired Actions:\n{{ $json.requiredActions.map(action => '- ' + action.details).join('\\n') }}\n\nPlease submit the requested documents at your earliest convenience.\n\nBest regards,\nCredit Operations Team","options":{"appendAttribution":false},"subject":"Documentation Required for Credit Application"},"credentials":{"gmailOAuth2":{"id":"u1N5nBDvQ0AWhNnV","name":"Gmail account"}},"typeVersion":2.2},{"id":"41f8f1c7-7358-456b-b254-84dbdfdc0607","name":"Alert Compliance Team","type":"n8n-nodes-base.slack","position":[2528,1424],"webhookId":"6a03ebe4-6d31-4845-8b1f-a6c20c6915c3","parameters":{"text":"=🚨 COMPLIANCE EXCEPTION ALERT\n\nCustomer ID: {{ $json.customerId }}\nStatus: {{ $json.eligibilityStatus }}\nRisk Tier: {{ $json.complianceSignals.riskTier }}\n\nEscalation Required: {{ $json.escalationRequired }}\nReason: {{ $json.escalationReason }}\n\nCompliance Signals:\n- KYC Complete: {{ $json.complianceSignals.kycComplete }}\n- Identity Verified: {{ $json.complianceSignals.identityVerified }}\n- Sanctions Check: {{ $json.complianceSignals.sanctionsCheckPassed }}\n- Documents Complete: {{ $json.complianceSignals.documentsComplete }}\n\nNext Steps: {{ $json.nextSteps }}\n\nRequired Actions:\n{{ $json.requiredActions.map(action => action.priority + ': ' + action.details).join('\\n') }}","select":"channel","channelId":{"__rl":true,"mode":"id","value":"<__PLACEHOLDER_VALUE__compliance_team_slack_channel__>"},"otherOptions":{},"authentication":"oAuth2"},"credentials":{"slackOAuth2Api":{"id":"d34b1ayEBbvZm2lT","name":"Slack account"}},"typeVersion":2.4},{"id":"30a3655a-314d-40aa-aa0e-12281f029fd6","name":"Log All Operations","type":"n8n-nodes-base.dataTable","position":[2976,1040],"parameters":{"columns":{"value":null,"mappingMode":"autoMapInputData"},"options":{},"dataTableId":{"__rl":true,"mode":"id","value":"<__PLACEHOLDER_VALUE__audit_log_table__>"}},"typeVersion":1.1},{"id":"20059cb8-2069-4b6c-ad27-9cc0a7fe1dc7","name":"Prepare Audit Log","type":"n8n-nodes-base.set","position":[2752,1040],"parameters":{"options":{},"assignments":{"assignments":[{"id":"id-1","name":"customerId","type":"string","value":"={{ $json.customerId }}"},{"id":"id-2","name":"requestType","type":"string","value":"={{ $('Credit Operations Coordinator').item.json.output.requestType }}"},{"id":"id-3","name":"eligibilityStatus","type":"string","value":"={{ $json.eligibilityStatus || $json.status }}"},{"id":"id-4","name":"processedAt","type":"string","value":"={{ $json.processedAt }}"},{"id":"id-5","name":"complianceSignals","type":"object","value":"={{ JSON.stringify($json.complianceSignals) }}"},{"id":"id-6","name":"requiredActions","type":"array","value":"={{ JSON.stringify($json.requiredActions || []) }}"},{"id":"id-7","name":"escalationRequired","type":"boolean","value":"={{ $json.escalationRequired || false }}"},{"id":"id-8","name":"escalationReason","type":"string","value":"={{ $json.escalationReason || 'N/A' }}"},{"id":"id-9","name":"nextSteps","type":"string","value":"={{ $json.nextSteps }}"}]}},"typeVersion":3.4},{"id":"6494937f-54c5-449b-b09c-0ca005e7da0b","name":"Send Response","type":"n8n-nodes-base.respondToWebhook","position":[3424,1040],"parameters":{"options":{},"respondWith":"json","responseBody":"={{ $json }}"},"typeVersion":1.1},{"id":"346001c9-279b-4b98-acf0-8b3c47cd55d7","name":"Format Response","type":"n8n-nodes-base.set","position":[3200,1040],"parameters":{"options":{},"assignments":{"assignments":[{"id":"id-1","name":"success","type":"boolean","value":true},{"id":"id-2","name":"customerId","type":"string","value":"={{ $json.customerId }}"},{"id":"id-3","name":"status","type":"string","value":"={{ $json.eligibilityStatus || $json.status }}"},{"id":"id-4","name":"message","type":"string","value":"={{ $json.nextSteps }}"},{"id":"id-5","name":"processedAt","type":"string","value":"={{ $json.processedAt }}"},{"id":"id-6","name":"escalationRequired","type":"boolean","value":"={{ $json.escalationRequired || false }}"}]}},"typeVersion":3.4},{"id":"0e71ef39-448a-4dde-8e15-f9bca5a509c1","name":"Risk Escalation Slack Tool","type":"n8n-nodes-base.slackTool","position":[1456,1120],"webhookId":"558ceb72-8574-43dc-87df-2097cffd6614","parameters":{"text":"={{ $fromAI('message', 'Risk escalation message', 'string') }}","select":"channel","channelId":{"__rl":true,"mode":"id","value":"={{ $fromAI('channel', 'Risk team Slack channel ID', 'string') }}"},"otherOptions":{},"authentication":"oAuth2","descriptionType":"manual","toolDescription":"Sends notification to risk team Slack channel"},"credentials":{"slackOAuth2Api":{"id":"d34b1ayEBbvZm2lT","name":"Slack account"}},"typeVersion":2.4},{"id":"3e719303-b80a-464a-b7e8-f3f452d70685","name":"Prepare Ineligible Customer Data","type":"n8n-nodes-base.set","position":[2304,656],"parameters":{"options":{},"assignments":{"assignments":[{"id":"id-1","name":"customerId","type":"string","value":"={{ $json.output.customerId }}"},{"id":"id-2","name":"status","type":"string","value":"ineligible"},{"id":"id-3","name":"eligibilityStatus","type":"string","value":"={{ $json.output.eligibilityStatus }}"},{"id":"id-4","name":"complianceSignals","type":"object","value":"={{ JSON.stringify($json.output.complianceSignals) }}"},{"id":"id-5","name":"processedAt","type":"string","value":"={{ $now.toISO() }}"},{"id":"id-6","name":"nextSteps","type":"string","value":"={{ $json.output.nextSteps }}"}]}},"typeVersion":3.4},{"id":"c8e0086f-238d-4530-acdd-4be1229fc97b","name":"Store Ineligible Customers","type":"n8n-nodes-base.dataTable","position":[2528,656],"parameters":{"columns":{"value":null,"mappingMode":"autoMapInputData"},"options":{},"dataTableId":{"__rl":true,"mode":"id","value":"<__PLACEHOLDER_VALUE__ineligible_customers_table__>"}},"typeVersion":1.1},{"id":"19011982-d2cd-4acf-8d9b-282a46c140ec","name":"Sticky Note","type":"n8n-nodes-base.stickyNote","position":[1328,160],"parameters":{"color":6,"width":496,"height":368,"content":"## Prerequisites\n- KYC & Credit Bureau API credentials\n- Sanctions screening API access\n- Gmail OAuth2 and Slack bot token\n- Airtable API key\n## Use Cases\n- Fintech platforms automating loan application eligibility screening\n## Customisation\n- Add extra verification tools (e.g., biometric or document OCR APIs)\n## Benefits\n- Eliminates manual KYC and sanctions review bottlenecks"},"typeVersion":1},{"id":"3dd2997d-2a99-4211-ad3d-4c51bd3a3d0b","name":"Sticky Note1","type":"n8n-nodes-base.stickyNote","position":[848,288],"parameters":{"width":432,"height":272,"content":"## Setup Steps\n1. Set webhook URL and connect Credit Operations webhook node to your intake system.\n2. Add OpenAI API key to the OpenAI Chat Model node.\n3. Configure KYC, Credit Bureau, Identity, and Sanctions tool credentials.\n4. Add Gmail OAuth2 and Slack bot token for notification nodes.\n5. Connect Airtable API key; set base/table IDs for eligible and ineligible customer stores."},"typeVersion":1},{"id":"128ebdfc-734c-49dd-acf0-1f8038107884","name":"Sticky Note2","type":"n8n-nodes-base.stickyNote","position":[240,272],"parameters":{"width":576,"height":272,"content":"## How It Works\nThis workflow automates credit operations onboarding by running KYC verification, credit bureau checks, identity validation, and sanctions screening through a single AI-powered agent. Built for credit operations teams, compliance officers, and fintech platforms, it eliminates manual eligibility reviews that are slow and error-prone. Triggered via webhook, the Credit Operations Agent orchestrates all verification tools simultaneously, then routes customers by eligibility status, eligible, ineligible, pending documentation, or compliance escalation. Each path prepares structured data stored in Airtable, triggers appropriate follow-up actions (email, Slack alerts), and logs a full audit trail. A final formatted response is returned to the originating system, closing the loop end-to-end with no manual handoffs."},"typeVersion":1},{"id":"43b324e9-a1c4-4b8e-b19e-2e8121ab18fd","name":"Sticky Note3","type":"n8n-nodes-base.stickyNote","position":[2704,816],"parameters":{"color":7,"width":912,"height":768,"content":"### Store & Notify\n**Why:** Persists results to Airtable and dispatches Gmail or Slack notifications per outcome."},"typeVersion":1},{"id":"4f18c821-4ddb-4641-ba74-088e0b0b7ab6","name":"Sticky Note4","type":"n8n-nodes-base.stickyNote","position":[1968,496],"parameters":{"color":7,"width":720,"height":1120,"content":"## Route by Eligibility Status\n**Why:** Splits outcomes into eligible, ineligible, documentation-required, or compliance-escalation paths."},"typeVersion":1},{"id":"af8e83a3-5650-4c5d-9c27-9d531b9f08d5","name":"Sticky Note5","type":"n8n-nodes-base.stickyNote","position":[192,560],"parameters":{"color":7,"width":1728,"height":800,"content":"## KYC, Bureau & Sanctions Checks\n**Why:** Validates identity, creditworthiness, and watchlist status before any routing decision."},"typeVersion":1}],"active":false,"pinData":{},"settings":{"binaryMode":"separate","executionOrder":"v1"},"versionId":"0b3b256e-bbca-4a0b-94bd-61386e8a25cd","connections":{"Format Response":{"main":[[{"node":"Send Response","type":"main","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Credit Operations Coordinator","type":"ai_languageModel","index":0}]]},"Prepare Audit Log":{"main":[[{"node":"Log All Operations","type":"main","index":0}]]},"Log All Operations":{"main":[[{"node":"Format Response","type":"main","index":0}]]},"Conversation Memory":{"ai_memory":[[{"node":"Credit Operations Coordinator","type":"ai_memory","index":0}]]},"Alert Compliance Team":{"main":[[{"node":"Prepare Audit Log","type":"main","index":0}]]},"Compliance Alert Tool":{"ai_tool":[[{"node":"Credit Operations Coordinator","type":"ai_tool","index":0}]]},"Credit Bureau API Tool":{"ai_tool":[[{"node":"Credit Operations Coordinator","type":"ai_tool","index":0}]]},"Email Communication Tool":{"ai_tool":[[{"node":"Credit Operations Coordinator","type":"ai_tool","index":0}]]},"Sanctions Screening Tool":{"ai_tool":[[{"node":"Credit Operations Coordinator","type":"ai_tool","index":0}]]},"Store Eligible Customers":{"main":[[{"node":"Prepare Audit Log","type":"main","index":0}]]},"Structured Output Parser":{"ai_outputParser":[[{"node":"Credit Operations Coordinator","type":"ai_outputParser","index":0}]]},"Credit Operations Webhook":{"main":[[{"node":"Credit Operations Coordinator","type":"main","index":0}]]},"KYC Verification API Tool":{"ai_tool":[[{"node":"Credit Operations Coordinator","type":"ai_tool","index":0}]]},"Risk Team Escalation Tool":{"ai_tool":[[{"node":"Credit Operations Coordinator","type":"ai_tool","index":0}]]},"Identity Verification Tool":{"ai_tool":[[{"node":"Credit Operations Coordinator","type":"ai_tool","index":0}]]},"Risk Escalation Slack Tool":{"ai_tool":[[{"node":"Risk Team Escalation Tool","type":"ai_tool","index":0}]]},"Store Ineligible Customers":{"main":[[{"node":"Prepare Audit Log","type":"main","index":0}]]},"Route by Eligibility Status":{"main":[[{"node":"Prepare Eligible Customer Data","type":"main","index":0}],[{"node":"Prepare Verification Request","type":"main","index":0}],[{"node":"Prepare Documentation Request","type":"main","index":0}],[{"node":"Prepare Compliance Escalation","type":"main","index":0}],[{"node":"Prepare Ineligible Customer Data","type":"main","index":0}]]},"Prepare Verification Request":{"main":[[{"node":"Trigger Verification Workflow","type":"main","index":0}]]},"Credit Operations Coordinator":{"main":[[{"node":"Route by Eligibility Status","type":"main","index":0}]]},"Prepare Compliance Escalation":{"main":[[{"node":"Alert Compliance Team","type":"main","index":0}]]},"Prepare Documentation Request":{"main":[[{"node":"Send Documentation Request Email","type":"main","index":0}]]},"Trigger Verification Workflow":{"main":[[{"node":"Prepare Audit Log","type":"main","index":0}]]},"Prepare Eligible Customer Data":{"main":[[{"node":"Store Eligible Customers","type":"main","index":0}]]},"Prepare Ineligible Customer Data":{"main":[[{"node":"Store Ineligible Customers","type":"main","index":0}]]},"Send Documentation Request Email":{"main":[[{"node":"Prepare Audit Log","type":"main","index":0}]]}}},"lastUpdatedBy":1,"workflowInfo":{"nodeCount":34,"nodeTypes":{"n8n-nodes-base.set":{"count":7},"n8n-nodes-base.gmail":{"count":1},"n8n-nodes-base.slack":{"count":1},"n8n-nodes-base.switch":{"count":1},"n8n-nodes-base.webhook":{"count":1},"n8n-nodes-base.dataTable":{"count":3},"n8n-nodes-base.gmailTool":{"count":1},"n8n-nodes-base.slackTool":{"count":2},"n8n-nodes-base.stickyNote":{"count":6},"n8n-nodes-base.slackHitlTool":{"count":1},"@n8n/n8n-nodes-langchain.agent":{"count":1},"n8n-nodes-base.executeWorkflow":{"count":1},"n8n-nodes-base.httpRequestTool":{"count":4},"n8n-nodes-base.respondToWebhook":{"count":1},"@n8n/n8n-nodes-langchain.lmChatOpenAi":{"count":1},"@n8n/n8n-nodes-langchain.memoryBufferWindow":{"count":1},"@n8n/n8n-nodes-langchain.outputParserStructured":{"count":1}}},"status":"published","readyToDemo":null,"user":{"name":"Cheng Siong Chin","username":"cschin","bio":"Dr. Cheng Siong CHIN is an n8n workflow creator specializing in AI-powered automation, agent orchestration, and intelligent system integrations. He designs and builds end-to-end workflows that combine LLMs, APIs, and data pipelines to streamline complex processes and deliver production-ready automation solutions. Contact me to discuss custom AI workflows and agent architectures.\n","verified":true,"links":["https://gravatar.com/mysticluminary9fa255f7f5"],"avatar":"https://gravatar.com/avatar/54544f98e839bb9dd9a764ad1e6823eeddb6db5138d201e42f291a7b0a73303f?r=pg&d=retro&size=200"},"nodes":[{"id":38,"icon":"fa:pen","name":"n8n-nodes-base.set","codex":{"data":{"alias":["Set","JS","JSON","Filter","Transform","Map"],"resources":{"generic":[{"url":"https://n8n.io/blog/learn-to-automate-your-factorys-incident-reporting-a-step-by-step-guide/","icon":"🏭","label":"Learn to Automate Your Factory's Incident Reporting: A Step by Step Guide"},{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/","icon":"📈","label":"Automatically pulling and visualizing data with n8n"},{"url":"https://n8n.io/blog/database-monitoring-and-alerting-with-n8n/","icon":"📡","label":"Database Monitoring and Alerting with n8n"},{"url":"https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/","icon":"🧾","label":"Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n"},{"url":"https://n8n.io/blog/no-code-ecommerce-workflow-automations/","icon":"store","label":"6 e-commerce workflows to power up your Shopify s"},{"url":"https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/","icon":"🔗","label":"How to build a low-code, self-hosted URL shortener in 3 steps"},{"url":"https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/","icon":"⚙️","label":"Automate your data processing pipeline in 9 steps"},{"url":"https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "},{"url":"https://n8n.io/blog/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"url":"https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/","icon":" 🕸️","label":"How uProc scraped a multi-page website with a low-code workflow"},{"url":"https://n8n.io/blog/building-an-expense-tracking-app-in-10-minutes/","icon":"📱","label":"Building an expense tracking app in 10 minutes"},{"url":"https://n8n.io/blog/the-ultimate-guide-to-automate-your-video-collaboration-with-whereby-mattermost-and-n8n/","icon":"📹","label":"The ultimate guide to automate your video collaboration with Whereby, Mattermost, and n8n"},{"url":"https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/","icon":"🤖","label":"5 workflow automations for Mattermost that we love at n8n"},{"url":"https://n8n.io/blog/learn-to-build-powerful-api-endpoints-using-webhooks/","icon":"🧰","label":"Learn to Build Powerful API Endpoints Using Webhooks"},{"url":"https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/","icon":"📈","label":"How a Membership Development Manager automates his work and investments"},{"url":"https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/","icon":"📈","label":"A low-code bitcoin ticker built with QuestDB and n8n.io"},{"url":"https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/","icon":"🎡","label":"How to set up a no-code CI/CD pipeline with GitHub and TravisCI"},{"url":"https://n8n.io/blog/benefits-of-automation-and-n8n-an-interview-with-hubspots-hugh-durkin/","icon":"🎖","label":"Benefits of automation and n8n: An interview with HubSpot's Hugh Durkin"},{"url":"https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/","icon":"🛵","label":"How Goomer automated their operations with over 200 n8n workflows"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.set/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Data Transformation"]}}},"group":"[\"input\"]","defaults":{"name":"Edit Fields"},"iconData":{"icon":"pen","type":"icon"},"displayName":"Edit Fields (Set)","typeVersion":3,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":40,"icon":"file:slack.svg","name":"n8n-nodes-base.slack","codex":{"data":{"alias":["human","form","wait","hitl","approval"],"resources":{"generic":[{"url":"https://n8n.io/blog/no-code-ecommerce-workflow-automations/","icon":"store","label":"6 e-commerce workflows to power up your Shopify s"},{"url":"https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/","icon":"⚙️","label":"Automate your data processing pipeline in 9 steps"},{"url":"https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "},{"url":"https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/","icon":"👦","label":"Build your own virtual assistant with n8n: A step by step guide"},{"url":"https://n8n.io/blog/how-to-automatically-give-kudos-to-contributors-with-github-slack-and-n8n/","icon":"👏","label":"How to automatically give kudos to contributors with GitHub, Slack, and n8n"},{"url":"https://n8n.io/blog/automations-for-activists/","icon":"✨","label":"How Common Knowledge use workflow automation for activism"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.slack/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/slack/"}]},"categories":["Communication","HITL"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"HITL":["Human in the Loop"]}}},"group":"[\"output\"]","defaults":{"name":"Slack"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB2aWV3Qm94PSIwIDAgMTUwLjg1MiAxNTAuODUyIj48dXNlIHhsaW5rOmhyZWY9IiNhIiB4PSIuOTI2IiB5PSIuOTI2Ii8+PHN5bWJvbCBpZD0iYSIgb3ZlcmZsb3c9InZpc2libGUiPjxnIHN0cm9rZS13aWR0aD0iMS44NTIiPjxwYXRoIGZpbGw9IiNlMDFlNWEiIHN0cm9rZT0iI2UwMWU1YSIgZD0iTTQwLjc0MSA5My41NWMwLTguNzM1IDYuNjA3LTE1Ljc3MiAxNC44MTUtMTUuNzcyczE0LjgxNSA3LjAzNyAxNC44MTUgMTUuNzcydjM4LjgyNGMwIDguNzM3LTYuNjA3IDE1Ljc3NC0xNC44MTUgMTUuNzc0cy0xNC44MTUtNy4wMzctMTQuODE1LTE1Ljc3MnoiLz48cGF0aCBmaWxsPSIjZWNiMjJkIiBzdHJva2U9IiNlY2IyMmQiIGQ9Ik05My41NSAxMDcuNDA4Yy04LjczNSAwLTE1Ljc3Mi02LjYwNy0xNS43NzItMTQuODE1czcuMDM3LTE0LjgxNSAxNS43NzItMTQuODE1aDM4LjgyNmM4LjczNSAwIDE1Ljc3MiA2LjYwNyAxNS43NzIgMTQuODE1cy03LjAzNyAxNC44MTUtMTUuNzcyIDE0LjgxNXoiLz48cGF0aCBmaWxsPSIjMmZiNjdjIiBzdHJva2U9IiMyZmI2N2MiIGQ9Ik03Ny43NzggMTUuNzcyQzc3Ljc3OCA3LjAzNyA4NC4zODUgMCA5Mi41OTMgMHMxNC44MTUgNy4wMzcgMTQuODE1IDE1Ljc3MnYzOC44MjZjMCA4LjczNS02LjYwNyAxNS43NzItMTQuODE1IDE1Ljc3MnMtMTQuODE1LTcuMDM3LTE0LjgxNS0xNS43NzJ6Ii8+PHBhdGggZmlsbD0iIzM2YzVmMSIgc3Ryb2tlPSIjMzZjNWYxIiBkPSJNMTUuNzcyIDcwLjM3MUM3LjAzNyA3MC4zNzEgMCA2My43NjMgMCA1NS41NTZzNy4wMzctMTQuODE1IDE1Ljc3Mi0xNC44MTVoMzguODI2YzguNzM1IDAgMTUuNzcyIDYuNjA3IDE1Ljc3MiAxNC44MTVzLTcuMDM3IDE0LjgxNS0xNS43NzIgMTQuODE1eiIvPjxnIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiPjxwYXRoIGZpbGw9IiNlY2IyMmQiIHN0cm9rZT0iI2VjYjIyZCIgZD0iTTc3Ljc3OCAxMzMuMzMzYzAgOC4yMDggNi42MDcgMTQuODE1IDE0LjgxNSAxNC44MTVzMTQuODE1LTYuNjA3IDE0LjgxNS0xNC44MTUtNi42MDctMTQuODE1LTE0LjgxNS0xNC44MTVINzcuNzc4eiIvPjxwYXRoIGZpbGw9IiMyZmI2N2MiIHN0cm9rZT0iIzJmYjY3YyIgZD0iTTEzMy4zMzQgNzAuMzcxaC0xNC44MTVWNTUuNTU2YzAtOC4yMDcgNi42MDctMTQuODE1IDE0LjgxNS0xNC44MTVzMTQuODE1IDYuNjA3IDE0LjgxNSAxNC44MTUtNi42MDcgMTQuODE1LTE0LjgxNSAxNC44MTV6Ii8+PHBhdGggZmlsbD0iI2UwMWU1YSIgc3Ryb2tlPSIjZTAxZTVhIiBkPSJNMTQuODE1IDc3Ljc3OEgyOS42M3YxNC44MTVjMCA4LjIwNy02LjYwNyAxNC44MTUtMTQuODE1IDE0LjgxNVMwIDEwMC44IDAgOTIuNTkzczYuNjA3LTE0LjgxNSAxNC44MTUtMTQuODE1eiIvPjxwYXRoIGZpbGw9IiMzNmM1ZjEiIHN0cm9rZT0iIzM2YzVmMSIgZD0iTTcwLjM3MSAxNC44MTVWMjkuNjNINTUuNTU2Yy04LjIwNyAwLTE0LjgxNS02LjYwNy0xNC44MTUtMTQuODE1UzQ3LjM0OCAwIDU1LjU1NiAwczE0LjgxNSA2LjYwNyAxNC44MTUgMTQuODE1eiIvPjwvZz48L2c+PC9zeW1ib2w+PC9zdmc+"},"displayName":"Slack","typeVersion":2,"nodeCategories":[{"id":6,"name":"Communication"},{"id":28,"name":"HITL"}]},{"id":47,"icon":"file:webhook.svg","name":"n8n-nodes-base.webhook","codex":{"data":{"alias":["HTTP","API","Build","WH"],"resources":{"generic":[{"url":"https://n8n.io/blog/learn-how-to-automatically-cross-post-your-content-with-n8n/","icon":"✍️","label":"Learn how to automatically cross-post your content with n8n"},{"url":"https://n8n.io/blog/running-n8n-on-ships-an-interview-with-maranics/","icon":"🛳","label":"Running n8n on ships: An interview with Maranics"},{"url":"https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/","icon":"🔗","label":"How to build a low-code, self-hosted URL shortener in 3 steps"},{"url":"https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/","icon":" 🪢","label":"What are APIs and how to use them with no code"},{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "},{"url":"https://n8n.io/blog/how-a-digital-strategist-uses-n8n-for-online-marketing/","icon":"💻","label":"How a digital strategist uses n8n for online marketing"},{"url":"https://n8n.io/blog/the-ultimate-guide-to-automate-your-video-collaboration-with-whereby-mattermost-and-n8n/","icon":"📹","label":"The ultimate guide to automate your video collaboration with Whereby, Mattermost, and n8n"},{"url":"https://n8n.io/blog/how-to-automatically-give-kudos-to-contributors-with-github-slack-and-n8n/","icon":"👏","label":"How to automatically give kudos to contributors with GitHub, Slack, and n8n"},{"url":"https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/","icon":"🤖","label":"5 workflow automations for Mattermost that we love at n8n"},{"url":"https://n8n.io/blog/why-this-product-manager-loves-workflow-automation-with-n8n/","icon":"🧠","label":"Why this Product Manager loves workflow automation with n8n"},{"url":"https://n8n.io/blog/creating-custom-incident-response-workflows-with-n8n/","label":"How to automate every step of an incident response workflow"},{"url":"https://n8n.io/blog/learn-to-build-powerful-api-endpoints-using-webhooks/","icon":"🧰","label":"Learn to Build Powerful API Endpoints Using Webhooks"},{"url":"https://n8n.io/blog/learn-how-to-use-webhooks-with-mattermost-slash-commands/","icon":"🦄","label":"Learn how to use webhooks with Mattermost slash commands"},{"url":"https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/","icon":"🛵","label":"How Goomer automated their operations with over 200 n8n workflows"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.webhook/"}]},"categories":["Development","Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"trigger\"]","defaults":{"name":"Webhook"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCI+PHBhdGggZmlsbD0iIzM3NDc0ZiIgZD0iTTM1IDM3Yy0yLjIgMC00LTEuOC00LTRzMS44LTQgNC00IDQgMS44IDQgNC0xLjggNC00IDQiLz48cGF0aCBmaWxsPSIjMzc0NzRmIiBkPSJNMzUgNDNjLTMgMC01LjktMS40LTcuOC0zLjdsMy4xLTIuNWMxLjEgMS40IDIuOSAyLjMgNC43IDIuMyAzLjMgMCA2LTIuNyA2LTZzLTIuNy02LTYtNmMtMSAwLTIgLjMtMi45LjdsLTEuNyAxTDIzLjMgMTZsMy41LTEuOSA1LjMgOS40YzEtLjMgMi0uNSAzLS41IDUuNSAwIDEwIDQuNSAxMCAxMFM0MC41IDQzIDM1IDQzIi8+PHBhdGggZmlsbD0iIzM3NDc0ZiIgZD0iTTE0IDQzQzguNSA0MyA0IDM4LjUgNCAzM2MwLTQuNiAzLjEtOC41IDcuNS05LjdsMSAzLjlDOS45IDI3LjkgOCAzMC4zIDggMzNjMCAzLjMgMi43IDYgNiA2czYtMi43IDYtNnYtMmgxNXY0SDIzLjhjLS45IDQuNi01IDgtOS44IDgiLz48cGF0aCBmaWxsPSIjZTkxZTYzIiBkPSJNMTQgMzdjLTIuMiAwLTQtMS44LTQtNHMxLjgtNCA0LTQgNCAxLjggNCA0LTEuOCA0LTQgNCIvPjxwYXRoIGZpbGw9IiMzNzQ3NGYiIGQ9Ik0yNSAxOWMtMi4yIDAtNC0xLjgtNC00czEuOC00IDQtNCA0IDEuOCA0IDQtMS44IDQtNCA0Ii8+PHBhdGggZmlsbD0iI2U5MWU2MyIgZD0ibTE1LjcgMzQtMy40LTIgNS45LTkuN2MtMi0xLjktMy4yLTQuNS0zLjItNy4zIDAtNS41IDQuNS0xMCAxMC0xMHMxMCA0LjUgMTAgMTBjMCAuOS0uMSAxLjctLjMgMi41bC0zLjktMWMuMS0uNS4yLTEgLjItMS41IDAtMy4zLTIuNy02LTYtNnMtNiAyLjctNiA2YzAgMi4xIDEuMSA0IDIuOSA1LjFsMS43IDF6Ii8+PC9zdmc+"},"displayName":"Webhook","typeVersion":2,"nodeCategories":[{"id":5,"name":"Development"},{"id":9,"name":"Core Nodes"}]},{"id":111,"icon":"fa:sign-in-alt","name":"n8n-nodes-base.executeWorkflow","codex":{"data":{"alias":["n8n","call","sub","workflow","sub-workflow","subworkflow"],"details":"The Execute Workflow node can be used when you want your workflow to treat another workflow as a step in your flow. It allows you to modularize your workflows and have a single source of truth for series of actions you perform often. ","resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers","Flow"]}}},"group":"[\"transform\"]","defaults":{"name":"Execute Workflow","color":"#ff6d5a"},"iconData":{"icon":"sign-in-alt","type":"icon"},"displayName":"Execute Sub-workflow","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":112,"icon":"fa:map-signs","name":"n8n-nodes-base.switch","codex":{"data":{"alias":["Router","If","Path","Filter","Condition","Logic","Branch","Case"],"resources":{"generic":[{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/","icon":"👦","label":"Build your own virtual assistant with n8n: A step by step guide"},{"url":"https://n8n.io/blog/automation-for-maintainers-of-open-source-projects/","icon":"🏷️","label":"How to automatically manage contributions to open-source projects"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.switch/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Flow"]}}},"group":"[\"transform\"]","defaults":{"name":"Switch","color":"#506000"},"iconData":{"icon":"map-signs","type":"icon"},"displayName":"Switch","typeVersion":3,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":356,"icon":"file:gmail.svg","name":"n8n-nodes-base.gmail","codex":{"data":{"alias":["email","human","form","wait","hitl","approval"],"resources":{"generic":[{"url":"https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/","icon":"🧬","label":"Why business process automation with n8n can change your daily life"},{"url":"https://n8n.io/blog/supercharging-your-conference-registration-process-with-n8n/","icon":"🎫","label":"Supercharging your conference registration process with n8n"},{"url":"https://n8n.io/blog/no-code-ecommerce-workflow-automations/","icon":"store","label":"6 e-commerce workflows to power up your Shopify s"},{"url":"https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"url":"https://n8n.io/blog/your-business-doesnt-need-you-to-operate/","icon":" 🖥️","label":"Hey founders! Your business doesn't need you to operate"},{"url":"https://n8n.io/blog/using-automation-to-boost-productivity-in-the-workplace/","icon":"💪","label":"Using Automation to Boost Productivity in the Workplace"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gmail/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]},"categories":["Communication","HITL"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"HITL":["Human in the Loop"]}}},"group":"[\"transform\"]","defaults":{"name":"Gmail"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYiIGhlaWdodD0iMTkzIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PHBhdGggZmlsbD0iIzQyODVGNCIgZD0iTTU4LjE4MiAxOTIuMDVWOTMuMTRMMjcuNTA3IDY1LjA3NyAwIDQ5LjUwNHYxMjUuMDkxYzAgOS42NTggNy44MjUgMTcuNDU1IDE3LjQ1NSAxNy40NTV6Ii8+PHBhdGggZmlsbD0iIzM0QTg1MyIgZD0iTTE5Ny44MTggMTkyLjA1aDQwLjcyN2M5LjY1OSAwIDE3LjQ1NS03LjgyNiAxNy40NTUtMTcuNDU1VjQ5LjUwNWwtMzEuMTU2IDE3LjgzNy0yNy4wMjYgMjUuNzk4eiIvPjxwYXRoIGZpbGw9IiNFQTQzMzUiIGQ9Im01OC4xODIgOTMuMTQtNC4xNzQtMzguNjQ3IDQuMTc0LTM2Ljk4OUwxMjggNjkuODY4bDY5LjgxOC01Mi4zNjQgNC42NyAzNC45OTItNC42NyA0MC42NDRMMTI4IDE0NS41MDR6Ii8+PHBhdGggZmlsbD0iI0ZCQkMwNCIgZD0iTTE5Ny44MTggMTcuNTA0VjkzLjE0TDI1NiA0OS41MDRWMjYuMjMxYzAtMjEuNTg1LTI0LjY0LTMzLjg5LTQxLjg5LTIwLjk0NXoiLz48cGF0aCBmaWxsPSIjQzUyMjFGIiBkPSJtMCA0OS41MDQgMjYuNzU5IDIwLjA3TDU4LjE4MiA5My4xNFYxNy41MDRMNDEuODkgNS4yODZDMjQuNjEtNy42NiAwIDQuNjQ2IDAgMjYuMjN6Ii8+PC9zdmc+"},"displayName":"Gmail","typeVersion":2,"nodeCategories":[{"id":6,"name":"Communication"},{"id":28,"name":"HITL"}]},{"id":535,"icon":"file:webhook.svg","name":"n8n-nodes-base.respondToWebhook","codex":{"data":{"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/"}]},"categories":["Core Nodes","Utility"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"transform\"]","defaults":{"name":"Respond to Webhook"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCI+PHBhdGggZmlsbD0iIzM3NDc0ZiIgZD0iTTM1IDM3Yy0yLjIgMC00LTEuOC00LTRzMS44LTQgNC00IDQgMS44IDQgNC0xLjggNC00IDQiLz48cGF0aCBmaWxsPSIjMzc0NzRmIiBkPSJNMzUgNDNjLTMgMC01LjktMS40LTcuOC0zLjdsMy4xLTIuNWMxLjEgMS40IDIuOSAyLjMgNC43IDIuMyAzLjMgMCA2LTIuNyA2LTZzLTIuNy02LTYtNmMtMSAwLTIgLjMtMi45LjdsLTEuNyAxTDIzLjMgMTZsMy41LTEuOSA1LjMgOS40YzEtLjMgMi0uNSAzLS41IDUuNSAwIDEwIDQuNSAxMCAxMFM0MC41IDQzIDM1IDQzIi8+PHBhdGggZmlsbD0iIzM3NDc0ZiIgZD0iTTE0IDQzQzguNSA0MyA0IDM4LjUgNCAzM2MwLTQuNiAzLjEtOC41IDcuNS05LjdsMSAzLjlDOS45IDI3LjkgOCAzMC4zIDggMzNjMCAzLjMgMi43IDYgNiA2czYtMi43IDYtNnYtMmgxNXY0SDIzLjhjLS45IDQuNi01IDgtOS44IDgiLz48cGF0aCBmaWxsPSIjZTkxZTYzIiBkPSJNMTQgMzdjLTIuMiAwLTQtMS44LTQtNHMxLjgtNCA0LTQgNCAxLjggNCA0LTEuOCA0LTQgNCIvPjxwYXRoIGZpbGw9IiMzNzQ3NGYiIGQ9Ik0yNSAxOWMtMi4yIDAtNC0xLjgtNC00czEuOC00IDQtNCA0IDEuOCA0IDQtMS44IDQtNCA0Ii8+PHBhdGggZmlsbD0iI2U5MWU2MyIgZD0ibTE1LjcgMzQtMy40LTIgNS45LTkuN2MtMi0xLjktMy4yLTQuNS0zLjItNy4zIDAtNS41IDQuNS0xMCAxMC0xMHMxMCA0LjUgMTAgMTBjMCAuOS0uMSAxLjctLjMgMi41bC0zLjktMWMuMS0uNS4yLTEgLjItMS41IDAtMy4zLTIuNy02LTYtNnMtNiAyLjctNiA2YzAgMi4xIDEuMSA0IDIuOSA1LjFsMS43IDF6Ii8+PC9zdmc+"},"displayName":"Respond to Webhook","typeVersion":2,"nodeCategories":[{"id":7,"name":"Utility"},{"id":9,"name":"Core Nodes"}]},{"id":565,"icon":"fa:sticky-note","name":"n8n-nodes-base.stickyNote","codex":{"data":{"alias":["Comments","Notes","Sticky"],"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"input\"]","defaults":{"name":"Sticky Note","color":"#FFD233"},"iconData":{"icon":"sticky-note","type":"icon"},"displayName":"Sticky Note","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":1119,"icon":"fa:robot","name":"@n8n/n8n-nodes-langchain.agent","codex":{"data":{"alias":["LangChain","Chat","Conversational","Plan and Execute","ReAct","Tools"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/"}]},"categories":["AI","Langchain"],"subcategories":{"AI":["Agents","Root Nodes"]}}},"group":"[\"transform\"]","defaults":{"name":"AI Agent","color":"#404040"},"iconData":{"icon":"robot","type":"icon"},"displayName":"AI Agent","typeVersion":3,"nodeCategories":[{"id":25,"name":"AI"},{"id":26,"name":"Langchain"}]},{"id":1153,"icon":"file:openAiLight.svg","name":"@n8n/n8n-nodes-langchain.lmChatOpenAi","codex":{"data":{"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatopenai/"}]},"categories":["AI","Langchain"],"subcategories":{"AI":["Language Models","Root Nodes"],"Language Models":["Chat Models (Recommended)"]}}},"group":"[\"transform\"]","defaults":{"name":"OpenAI Chat Model"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2Ljg2NzEgMTYuMzcxOEMzNy43NzQ2IDEzLjY0OCAzNy40NjIxIDEwLjY2NDIgMzYuMDEwOCA4LjE4NjYxQzMzLjgyODIgNC4zODY1MyAyOS40NDA3IDIuNDMxNDkgMjUuMTU1NiAzLjM1MTUxQzIzLjI0OTMgMS4yMDM5NiAyMC41MTA1IC0wLjAxNzMxNDggMTcuNjM5MiAwLjAwMDE4NTUzM0MxMy4yNTkxIC0wLjAwOTgxNDY4IDkuMzcyNzMgMi44MTAyNSA4LjAyNTIgNi45Nzc4M0M1LjIxMTM5IDcuNTU0MSAyLjc4MjU4IDkuMzE1MzggMS4zNjEzIDExLjgxMTdDLTAuODM3NDkzIDE1LjYwMTggLTAuMzM2MjMyIDIwLjM3OTQgMi42MDEzMyAyMy42Mjk0QzEuNjkzODEgMjYuMzUzMiAyLjAwNjMyIDI5LjMzNzEgMy40NTc2IDMxLjgxNDZDNS42NDAxNSAzNS42MTQ3IDEwLjAyNzcgMzcuNTY5NyAxNC4zMTI4IDM2LjY0OTdDMTYuMjE3OSAzOC43OTczIDE4Ljk1NzkgNDAuMDE4NSAyMS44MjkyIDM5Ljk5OThDMjYuMjExOCA0MC4wMTEgMzAuMDk5NCAzNy4xODg1IDMxLjQ0NjkgMzMuMDE3MUMzNC4yNjA4IDMyLjQ0MDkgMzYuNjg5NiAzMC42Nzk2IDM4LjExMDggMjguMTgzM0M0MC4zMDcxIDI0LjM5MzIgMzkuODA0NiAxOS42MTk0IDM2Ljg2ODMgMTYuMzY5M0wzNi44NjcxIDE2LjM3MThaTTIxLjgzMTcgMzcuMzg2QzIwLjA3OCAzNy4zODg1IDE4LjM3OTIgMzYuNzc0NyAxNy4wMzI5IDM1LjY1MDlDMTcuMDk0MSAzNS42MTg0IDE3LjIwMDQgMzUuNTU5NyAxNy4yNjkxIDM1LjUxNzJMMjUuMjM0MyAzMC45MTcxQzI1LjY0MTggMzAuNjg1OCAyNS44OTE4IDMwLjI1MjEgMjUuODg5MyAyOS43ODMzVjE4LjU1NDNMMjkuMjU1NyAyMC40OTgxQzI5LjI5MTkgMjAuNTE1NiAyOS4zMTU3IDIwLjU1MDYgMjkuMzIwNyAyMC41OTA2VjI5Ljg4OTZDMjkuMzE1NyAzNC4wMjQ3IDI1Ljk2NjggMzcuMzc3MiAyMS44MzE3IDM3LjM4NlpNNS43MjY0IDMwLjUwNzFDNC44NDc2MyAyOC45ODk2IDQuNTMxMzcgMjcuMjEwOCA0LjgzMjYzIDI1LjQ4NDVDNC44OTEzOCAyNS41MTk1IDQuOTk1MTMgMjUuNTgzMiA1LjA2ODg4IDI1LjYyNTdMMTMuMDM0MSAzMC4yMjU4QzEzLjQzNzggMzAuNDYyMSAxMy45Mzc4IDMwLjQ2MjEgMTQuMzQyOCAzMC4yMjU4TDI0LjA2NjggMjQuNjEwN1YyOC40OTgzQzI0LjA2OTMgMjguNTM4MyAyNC4wNTA1IDI4LjU3NyAyNC4wMTkzIDI4LjYwMkwxNS45Njc5IDMzLjI1MDlDMTIuMzgxNSAzNS4zMTU5IDcuODAxNDQgMzQuMDg4NCA1LjcyNzY1IDMwLjUwNzFINS43MjY0Wk0zLjYzMDEgMTMuMTIwNUM0LjUwNTEyIDExLjYwMDQgNS44ODY0IDEwLjQzNzkgNy41MzE0NCA5LjgzNDE1QzcuNTMxNDQgOS45MDI5IDcuNTI3NjkgMTAuMDI0MiA3LjUyNzY5IDEwLjEwOTJWMTkuMzEwNkM3LjUyNTE5IDE5Ljc3ODEgNy43NzUxOSAyMC4yMTE5IDguMTgxNDUgMjAuNDQzMUwxNy45MDU0IDI2LjA1N0wxNC41MzkxIDI4LjAwMDhDMTQuNTA1MyAyOC4wMjMzIDE0LjQ2MjggMjguMDI3IDE0LjQyNTMgMjguMDEwOEw2LjM3MjY2IDIzLjM1ODJDMi43OTM4MyAyMS4yODU2IDEuNTY2MzEgMTYuNzA2OCAzLjYyODg1IDEzLjEyMTdMMy42MzAxIDEzLjEyMDVaTTMxLjI4ODIgMTkuNTU2OUwyMS41NjQyIDEzLjk0MTdMMjQuOTMwNiAxMS45OTkyQzI0Ljk2NDMgMTEuOTc2NyAyNS4wMDY4IDExLjk3MjkgMjUuMDQ0MyAxMS45ODkyTDMzLjA5NyAxNi42MzhDMzYuNjgyMSAxOC43MDkzIDM3LjkxMDggMjMuMjk1NyAzNS44Mzk1IDI2Ljg4MDhDMzQuOTYzMyAyOC4zOTgzIDMzLjU4MzIgMjkuNTYwOCAzMS45Mzk1IDMwLjE2NThWMjAuNjg5NEMzMS45NDMyIDIwLjIyMTkgMzEuNjk0NSAxOS43ODk0IDMxLjI4OTQgMTkuNTU2OUgzMS4yODgyWk0zNC42MzgzIDE0LjUxNDJDMzQuNTc5NSAxNC40NzggMzQuNDc1OCAxNC40MTU1IDM0LjQwMiAxNC4zNzNMMjYuNDM2OCA5Ljc3Mjg5QzI2LjAzMzEgOS41MzY2NCAyNS41MzMxIDkuNTM2NjQgMjUuMTI4MSA5Ljc3Mjg5TDE1LjQwNDEgMTUuMzg4VjExLjUwMDRDMTUuNDAxNiAxMS40NjA0IDE1LjQyMDQgMTEuNDIxNyAxNS40NTE2IDExLjM5NjdMMjMuNTAzIDYuNzUxNThDMjcuMDg5NCA0LjY4Mjc5IDMxLjY3NDUgNS45MTQwNiAzMy43NDIgOS41MDE2NEMzNC42MTU4IDExLjAxNjcgMzQuOTMyIDEyLjc5MDUgMzQuNjM1OCAxNC41MTQySDM0LjYzODNaTTEzLjU3NDEgMjEuNDQzMUwxMC4yMDY1IDE5LjQ5OTRDMTAuMTcwMiAxOS40ODE5IDEwLjE0NjUgMTkuNDQ2OCAxMC4xNDE1IDE5LjQwNjhWMTAuMTA3OUMxMC4xNDQgNS45Njc4MSAxMy41MDI4IDIuNjEyNzQgMTcuNjQyOSAyLjYxNTI0QzE5LjM5NDIgMi42MTUyNCAyMS4wODkyIDMuMjMwMjUgMjIuNDM1NSA0LjM1MDI4QzIyLjM3NDMgNC4zODI3OCAyMi4yNjkzIDQuNDQxNTMgMjIuMTk5MiA0LjQ4NDAzTDE0LjIzNDEgOS4wODQxM0MxMy44MjY2IDkuMzE1MzggMTMuNTc2NiA5Ljc0Nzg5IDEzLjU3OTEgMTAuMjE2N0wxMy41NzQxIDIxLjQ0MDZWMjEuNDQzMVpNMTUuNDAyOSAxNy41MDA2TDE5LjczNDIgMTQuOTk5M0wyNC4wNjU1IDE3LjQ5OTNWMjIuNTAwN0wxOS43MzQyIDI1LjAwMDdMMTUuNDAyOSAyMi41MDA3VjE3LjUwMDZaIiBmaWxsPSIjN0Q3RDg3Ii8+Cjwvc3ZnPgo="},"displayName":"OpenAI Chat Model","typeVersion":1,"nodeCategories":[{"id":25,"name":"AI"},{"id":26,"name":"Langchain"}]},{"id":1163,"icon":"fa:database","name":"@n8n/n8n-nodes-langchain.memoryBufferWindow","codex":{"data":{"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorybufferwindow/"}]},"categories":["AI","Langchain"],"subcategories":{"AI":["Memory"],"Memory":["For beginners"]}}},"group":"[\"transform\"]","defaults":{"name":"Simple Memory"},"iconData":{"icon":"database","type":"icon"},"displayName":"Simple Memory","typeVersion":1,"nodeCategories":[{"id":25,"name":"AI"},{"id":26,"name":"Langchain"}]},{"id":1179,"icon":"fa:code","name":"@n8n/n8n-nodes-langchain.outputParserStructured","codex":{"data":{"alias":["json","zod"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.outputparserstructured/"}]},"categories":["AI","Langchain"],"subcategories":{"AI":["Output Parsers"]}}},"group":"[\"transform\"]","defaults":{"name":"Structured Output Parser"},"iconData":{"icon":"code","type":"icon"},"displayName":"Structured Output Parser","typeVersion":1,"nodeCategories":[{"id":25,"name":"AI"},{"id":26,"name":"Langchain"}]},{"id":1315,"icon":"fa:table","name":"n8n-nodes-base.dataTable","codex":{"data":{"alias":["data","table","knowledge","data table","table","sheet","database","data base","mysql","postgres","postgresql","airtable","supabase","noco","notion"],"details":"Data table","resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.datatable/"}]},"categories":["Core Nodes","Development"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"input\",\"transform\"]","defaults":{"name":"Data table"},"iconData":{"icon":"table","type":"icon"},"displayName":"Data table","typeVersion":1,"nodeCategories":[{"id":5,"name":"Development"},{"id":9,"name":"Core Nodes"}]}],"categories":[{"id":35,"name":"Document Extraction"},{"id":47,"name":"AI Chatbot"}],"image":[]}}