REST API
Push a package in and pull structured findings, exceptions, and memo fields out. You own the mapping into your objects.
Salesforce overlay
Yes. Kaaj is an underwriting overlay on Salesforce: the package comes in from email, portal, button, or API; Kaaj prepares KYB, bank and MCA analysis, fraud signals, and a source-linked memo; structured output writes into the Salesforce objects you already use. Salesforce and the LOS stay the system of record. You choose the trigger so analysis credits only fire on files you intend.
What moves
What stays
Handoff
Button, webhook, API, or email. Use a manual button when you do not want every inbound file to spend a credit. Use a webhook when Salesforce would time out on a long synchronous call. Map results into existing objects; a sidecar tab alone is not the default. API docs.
Push a package in and pull structured findings, exceptions, and memo fields out. You own the mapping into your objects.
Kaaj posts JSON when analysis finishes. Your team maps the payload. Useful when Salesforce times out on a long synchronous call.
Credit or ops fires analysis on the files they choose, so credits do not run on every inbound email or portal upload.
Ingest from a shared inbox, OneDrive, SharePoint, Google Drive, or Dropbox, then write the result back to the system of record.
Implementation
Name Salesforce as CRM of record and name the LOS if it is separate (Aspire, Leasepath, nCino, or other).
Pick the trigger: button, webhook, API, or email. Separate buttons for KYB, bank statements, and invoices if you want feature-level spend control.
Stand up a sandbox and a least-privilege integration user. Partial sandbox is enough to start UAT; full-copy is a lender choice.
Agree the unique deal key so Salesforce and email cannot double-create the same application.
Run 5β10 production-like packages in sandbox before go-live.
FAQ
Continue