Integration bundle
Property Data Bundle
Combine approved property sources into one scoped property profile.
Description
AIM AI can be configured to assemble selected property data from RentCast, HouseCanary, ATTOM, and SimplyRETS. Source selection, matching rules, licensed fields, permitted use, fallbacks, and human review are confirmed before implementation.
Authentication
- Credentials are required for each selected property-data provider.
- Exact providers, licensed products, and approved actions are confirmed during workflow scoping.
Supported Actions (1)
These are the operations this integration can perform after the required credentials and permissions are approved.
- Complete property profile (aggregates all property data sources)
Examples
Use these representative payloads as a technical starting point, then replace the sample values with the approved workflow data.
Property Data Bundle - Complete Profile
Representative workflow configuration for Property Data Bundle - Complete Profile.
JSON
{
"automationType": "property_data_bundle",
"nodeParams": {
"action": "complete_property_profile",
"params": {
"address": "5500 Grand Lake Dr, San Antonio, TX, 78244",
"rentcastApiKey": "YOUR_RENTCAST_API_KEY",
"housecanaryApiKey": "YOUR_HOUSECANARY_API_KEY",
"housecanaryApiSecret": "YOUR_HOUSECANARY_API_SECRET",
"attomApiKey": "YOUR_ATTOM_API_KEY",
"simplyretsApiKey": "YOUR_SIMPLYRETS_API_KEY"
}
}
}