Skip to content
FlowHubFluxonLab
A
AI Automationfree

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

by Cheng Siong Chinadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAAI AgentGmailGmailOpenAI Chat ModelOpenAI Chat ModelSSimple MemorySlackStructured Output ParserStructured Output Parser
Share Post Share
WeCredit Operations WebhookCredit Operatio…AgCredit Operations CoordinatorCredit Operatio…OpenAI Chat ModelOpenAI Chat Mod…OPStructured Output ParserStructured Outp…MBConversation MemoryConversation Me…HRKYC Verification API ToolKYC Verificatio…HRCredit Bureau API ToolCredit Bureau A…HRIdentity Verification ToolIdentity Verifi…HRSanctions Screening ToolSanctions Scree…Email Communication ToolEmail Communica…SHRisk Team Escalation ToolRisk Team Escal…STCompliance Alert ToolCompliance Aler…SwRoute by Eligibility StatusRoute by Eligib…SePrepare Eligible Customer DataPrepare Eligibl…SePrepare Verification RequestPrepare Verific…SePrepare Documentation RequestPrepare Documen…SePrepare Compliance EscalationPrepare Complia…DTStore Eligible CustomersStore Eligible …EWTrigger Verification WorkflowTrigger Verific…Send Documentation Request EmailSend Documentat…Alert Compliance TeamAlert Complianc…DTLog All OperationsLog All Operati…SePrepare Audit LogPrepare Audit L…RTSend ResponseSeFormat ResponseSTRisk Escalation Slack ToolRisk Escalation…SePrepare Ineligible Customer DataPrepare Ineligi…DTStore Ineligible CustomersStore Ineligibl…12345678910111213141516171819202122232425262728293031
1/5
STEPS · 31
Starts on an incoming request

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.

Tags

n8nreference-onlyagentgmaillm-chat-open-aimemory-buffer-windowoutput-parser-structuredslack
Connects
AAI AgentgmailGmailopenaichatmodelOpenAI Chat ModelSSimple MemorySlackstructuredoutputparserStructured Output Parser
CategoryAI Automation
Triggermanual
Complexityadvanced
Nodes28
AddedMar 30, 2026

Related workflows

See all AI Automation
ABCD
free

Run AI employee onboarding with Groq, Google Workspace, and Gemini

Quick overview This workflow ingests onboarding documents from Google Drive into an in-memory vector store with Google Gemini embeddings, then runs a multi-channel onboarding chatbot powered by Groq, sends role-based welcome emails via Gmail when a new hire appears in Google Sheets, and schedules day 1/7/30 check-in emails. How it works Manually runs an ingestion flow that lists files in a specified Google Drive folder, downloads them, extracts text, and indexes them into an in-memory vector store using Google Gemini embeddings. Receives employee questions via n8n Chat (and optionally Slack or Telegram), normalizes the message into a single format, and rejects empty or overly long inputs. Uses a Groq LLM agent with per-user session memory to retrieve relevant excerpts from the in-memory company_docs knowledge base and generate a grounded answer, or directs the user to HR when no relevant content is found. Routes the assistant’s response back to the originating channel (n8n Chat, and optionally Slack or Telegram). Triggers every minute on updates to a Google Sheets “Hires” sheet, validates rows marked as Hired, and skips hires already present in the “Tracking” sheet. Builds a depart

by Yash Kabra
AopenaichatmodelserpapigooglesearchS
free

Slack chatbot powered by AI

This workflow offers an effective way to handle a chatbot's functionality, making use of multiple tools for information retrieval, conversation context storage, and message sending. It's a setup tailored for a Slack environment, aiming to offer an interactive, AI-driven chatbot experience. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team
Agmailopenaichatmodeltextclassifier
free

Suggest meeting slots using AI

The purpose of this n8n workflow is to automate the process of identifying incoming Gmail emails that are requesting an appointment, evaluating their content, checking calendar availability, and then composing and sending a response email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team