Enformion
Use approved Enformion identity, contact, and public-record data in a workflow.
Description
AIM AI can be configured to request selected Enformion data when a phone workflow requires verification or enrichment. Permitted purposes, fields, searches, retention, and human review are confirmed before implementation.
Authentication
- EnformionGO AP Name and AP Password credentials are required.
- Exact data products, permissible purpose, and approved actions are confirmed during workflow scoping.
Supported Actions (36)
These are the operations this integration can perform after the required credentials and permissions are approved.
- Count Alerts
- Get Alerts
- Business Search
- Combined Business Search
- Combined Business Teaser
- FEIN Search
- Workplace Search
- OFAC Search
- Criminal Search
- Criminal Watch Add
- Incarceration Search
- Contact Enrichment
- Contact Enrichment Plus
- Debt Search
- Address Autocomplete
- Address ID
- Business ID
- Caller ID
- Caller ID Plus
- Contact ID
- Contact ID Plus
- Electronic Identity Verification
- Email ID
- LinkedIn ID
- Professional License Search
- Person Search
- SSN Address Trace
- Reverse Phone Search
- Pre-Foreclosure Search
- Divorce Search
- Eviction Search
- Add Subscription
- Get Subscription
- Remove Subscription
- Auto Search
- Vehicle Ownership
Examples
Use these representative payloads as a technical starting point, then replace the sample values with the approved workflow data.
Representative workflow configuration for Vehicle.
{
"automationType": "enformion",
"nodeId": "example-node-001",
"nodeParams": {
"action": "person_search",
"params": {
"apName": "YOUR_ENFORMION_AP_NAME",
"apPassword": "YOUR_ENFORMION_AP_PASSWORD",
"FirstName": "John",
"LastName": "Smith",
"Dob": "",
"Ssn": "",
"Email": "",
"Phone": "",
"Addresses": [],
"TahoeIds": [],
"Includes": [],
"FilterOptions": [],
"Page": 1,
"ResultsPerPage": 5
}
}
}Representative workflow configuration for Divorce Search.
{
"automationType": "enformion",
"nodeId": "example-node-001",
"nodeParams": {
"action": "divorce_search",
"params": {
"apName": "YOUR_ENFORMION_AP_NAME",
"apPassword": "YOUR_ENFORMION_AP_PASSWORD",
"FirstName": "John",
"LastName": "Smith",
"State": "CA",
"Page": 1,
"ResultsPerPage": 5
}
}
}Representative workflow configuration for Workplace Search.
{
"automationType": "enformion",
"nodeId": "example-node-001",
"nodeParams": {
"action": "workplace_search",
"params": {
"apName": "YOUR_ENFORMION_AP_NAME",
"apPassword": "YOUR_ENFORMION_AP_PASSWORD",
"FirstName": "John",
"LastName": "Smith",
"BusinessName": "",
"State": "",
"Industry": "",
"ResultsPerPage": 5
}
}
}Representative workflow configuration for DEA Search.
{
"automationType": "enformion",
"nodeId": "example-node-001",
"nodeParams": {
"action": "dea_search",
"params": {
"apName": "YOUR_ENFORMION_AP_NAME",
"apPassword": "YOUR_ENFORMION_AP_PASSWORD",
"FirstName": "John",
"LastName": "Smith",
"BusinessName": "",
"DeaNumber": "",
"City": "",
"State": "",
"Page": 1,
"ResultsPerPage": 5
}
}
}Representative workflow configuration for Auto Search.
{
"automationType": "enformion",
"nodeId": "example-node-001",
"nodeParams": {
"action": "auto_search",
"params": {
"apName": "YOUR_ENFORMION_AP_NAME",
"apPassword": "YOUR_ENFORMION_AP_PASSWORD",
"firstName": "John",
"lastName": "Smith",
"state": "CA",
"vin": "",
"licensePlateNumber": "",
"licensePlateState": "",
"page": 1,
"resultsPerPage": 5
}
}
}Representative workflow configuration for Add Subscription.
{
"automationType": "enformion",
"nodeId": "example-node-001",
"nodeParams": {
"action": "add_subscription",
"params": {
"apName": "YOUR_ENFORMION_AP_NAME",
"apPassword": "YOUR_ENFORMION_AP_PASSWORD",
"clientId": "your-client-id",
"alertType": "NewBestPublicAddress",
"tahoeIds": [
"G-XXXXXXXXXXXXXXXXXX1"
]
}
}
}Representative workflow configuration for Combined Business Teaser.
{
"automationType": "enformion",
"nodeId": "example-node-001",
"nodeParams": {
"action": "combined_business_teaser",
"params": {
"apName": "YOUR_ENFORMION_AP_NAME",
"apPassword": "YOUR_ENFORMION_AP_PASSWORD",
"EntityName": "Acme Corp",
"PersonName": "",
"Page": 1,
"ResultsPerPage": 5
}
}
}Representative workflow configuration for ePreFill.
{
"automationType": "enformion",
"nodeId": "example-node-001",
"nodeParams": {
"action": "eprefill",
"params": {
"apName": "YOUR_ENFORMION_AP_NAME",
"apPassword": "YOUR_ENFORMION_AP_PASSWORD",
"FirstName": "John",
"LastName": "Smith",
"Dob": "",
"AddressLine1": "",
"AddressLine2": "",
"City": "",
"State": "",
"Zip": "",
"Email": "",
"Phone": ""
}
}
}