Orchestrate credit onboarding checks with GPT-4o, KYC APIs, Gmail, Slack and Airtable

Go to Workflow
0 views
Built by Cheng Siong Chin Cheng Siong Chin
Created on June 05, 2026

Description

How It Works
This 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.
Setup Steps
Set webhook URL and connect Credit Operations webhook node to your intake system.
Add OpenAI API key to the OpenAI Chat Model node.
Configure KYC, Credit Bureau, Identity, and Sanctions tool credentials.
Add Gmail OAuth2 and Slack bot token for notification nodes.
Connect Airtable API key; set base/table IDs for eligible and ineligible customer stores.

Prerequisites
KYC & Credit Bureau API credentials
Sanctions screening API access
Gmail OAuth2 and Slack bot token
Airtable API key
Use Cases
Fintech platforms automating loan application eligibility screening
Customisation
Add extra verification tools (e.g., biometric or document OCR APIs)
Benefits
Eliminates manual KYC and sanctions review bottlenecks



Nodes Used (6)

AI Agent
@n8n/n8n-nodes-langchain.agent
Gmail
n8n-nodes-base.gmail
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow
Slack
n8n-nodes-base.slack
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured