AutomationFlowsAI & RAG › AI Loan Approval with Signatrust Receipt

AI Loan Approval with Signatrust Receipt

AI Loan Approval with Signatrust Receipt. Uses openAi, n8n-nodes-signatrust. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexityAI-powered4 nodesOpenAIN8N Nodes Signatrust
AI & RAG Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ AI nodes: yes Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "AI Loan Approval with Signatrust Receipt",
  "nodes": [
    {
      "parameters": {},
      "id": "1",
      "name": "When clicking 'Test workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "model": "gpt-4o",
        "messages": {
          "values": [
            {
              "role": "user",
              "content": "Evaluate this loan application. Name: John Doe. Annual income: $120,000. Requested amount: $50,000. Existing debt: $8,000. Reply with strict JSON: {\"approved\": boolean, \"reason\": string}."
            }
          ]
        }
      },
      "id": "2",
      "name": "OpenAI \u00b7 Loan decision",
      "type": "n8n-nodes-base.openAi",
      "typeVersion": 1,
      "position": [
        460,
        300
      ]
    },
    {
      "parameters": {
        "operation": "generateReceipt",
        "agentName": "LoanApprovalAgent",
        "workflowName": "={{$workflow.name}}",
        "action": "Evaluated loan application",
        "decision": "={{$json.message.content}}",
        "additionalFields": {
          "modelProvider": "openai",
          "modelUsed": "gpt-4o",
          "decisionType": "loan_decision",
          "riskLevel": "high",
          "humanReview": false,
          "policies": "eu-ai-act-high-risk, internal-credit-v3",
          "permissions": "credit.decide",
          "tags": "finance, loan, demo"
        }
      },
      "id": "3",
      "name": "Signatrust \u00b7 Generate Receipt",
      "type": "n8n-nodes-signatrust.signatrust",
      "typeVersion": 1,
      "position": [
        680,
        300
      ],
      "credentials": {
        "signatrustApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "verifyReceipt",
        "receiptId": "={{$json.receipt_id}}"
      },
      "id": "4",
      "name": "Signatrust \u00b7 Verify Receipt",
      "type": "n8n-nodes-signatrust.signatrust",
      "typeVersion": 1,
      "position": [
        900,
        300
      ],
      "credentials": {
        "signatrustApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking 'Test workflow'": {
      "main": [
        [
          {
            "node": "OpenAI \u00b7 Loan decision",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI \u00b7 Loan decision": {
      "main": [
        [
          {
            "node": "Signatrust \u00b7 Generate Receipt",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Signatrust \u00b7 Generate Receipt": {
      "main": [
        [
          {
            "node": "Signatrust \u00b7 Verify Receipt",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {}
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

AI Loan Approval with Signatrust Receipt. Uses openAi, n8n-nodes-signatrust. Event-driven trigger; 4 nodes.

Source: https://github.com/abokenan444/n8n-nodes-signatrust/blob/main/example-workflow.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

An AI inbox labelling manager that has reasoning attached to the ChatGPT inbox manager within n8n. Super simple yet highly effective automation.

Gmail, Gmail Trigger, Tool Think +1
AI & RAG

This template triggers when a new row appears in Google Sheets (from any intake form that writes to the sheet). It validates key fields, performs light deduplication by email or phone, and sends the d

Google Sheets Trigger, OpenAI, Gmail +2
AI & RAG

Language Translation with OpenAI. Uses openAi. Event-driven trigger; 13 nodes.

OpenAI
AI & RAG

Automate UGC Content Creation with N8N and Sora 2 - Santhej Kallada. Uses formTrigger, googleDrive, httpRequest, openAi. Event-driven trigger; 13 nodes.

Form Trigger, Google Drive, HTTP Request +1
AI & RAG

Check this channel: AutoTechAi_bot

Telegram Trigger, OpenAI, Telegram