Published on: 2024-08-10 18:48:28
Data sources can help enrich decision-making in real time.
Decisimo lets you integrate any RESTful API directly into your decision flow.
Minimum API requirements for integration?
The API must be accessible over the internet and return JSON or XML.
Types of third party external data
Examples of third-party services you can integrate into Decisimo include:
- Anti-fraud services
- Address validation
- Email checking & profiling services
- Your internal data services
We have several templates you can use to speed up integration of popular data services. You can find guides for those templates here.
How to use results?
Any response from third-party data services can be used in the rest of the decision flow.
The output from each data service request is stored in the output attributes as JSON, based on the decision flow step where the request was made and the service name used in the definition.
$.output..
Related Articles
-
How to detect Google Suite hosted email address
This article explains how to detect Google Suite-hosted email addresses by checking DNS MX records, and why public data cannot reliably show whether an account is a paid G Suite instance or a legacy free Google Apps account. It then shows how to query MX records through a DNS API and implement the check in Decisimo with a sample data object, data source, and decision flow.
-
How to integrate macaddress.io into a decision engine
This guide shows how to connect macaddress.io to a decision engine and use MAC address data in automated checks. It walks through API key setup, data source configuration in Decisimo Portal, and adding the lookup to your decision flow.
-
How to integrate Ekata Address Risk API into a decision engine
This article shows how to connect Ekata Address Risk API to a decision engine in Decisimo. It covers API key setup, data source configuration, and how to add the call to a decision flow so address checks run as part of decision logic.
-
Email address profiling
Email address profiling is a low-cost, high-signal way to assess customer quality. In fintech and insurance, it can support credit risk and actuarial ML models. By extracting username features such as first or last name presence, numbers, nickname or gibberish indicators, and Levenshtein distances, along with domain signals such as MX or WHOIS deliverability, disposable email detection, and provider type, teams can improve scoring, fraud detection, and deliverability decisions.
-
Subdomain Verification for Email Authentication - Decisimo
Email validation often misses the difference between corporate addresses and junk, which leads to false positives and false negatives. This article shows how to detect corporate domains by checking for subdomains with the SecurityTrails Subdomains API. It also outlines rules to implement that check in a fraud rule engine.
