lead
This allows you to enter new lead information into Intro XL. You can post here:
https://www.introxl.com/processrequest.aspx
(Please contact us for test credentials)
Request Fields:
The fields in blue are required for authentication. The fields in orange are also required, but can be left empty.
Company | The company abbreviation in Intro XL | |
Storeid | Store Number in Intro XL. | |
Password | Leads Password from Intro XL Store Settings | |
Store | Store name. Can be empty | |
leadtype | Use “New” for new leads or “Reapply” for customers that are re-applying for a loan, or leave blank. | |
GUID | Key for the Lead. Can be left blank. If blank, a GUID will be generated by Intro XL. You can use this to reference the lead afterward. | 50 |
Source | Where the lead is coming from. The Lead “Source” is used by the rules engine in Intro XL to route new leads. | 50 |
FirstName | 50 | |
LastName | 50 | |
100 | ||
Address | 100 | |
City | 50 | |
State | 5 | |
ZipCode | 20 | |
YearsAtAddress | Suggested values: LT1 = Less than 1 year 1 = 1 to 2 years 3 = 3 to 5 years 6 = 6 to 10 years 10 = more than 10 years | 5 |
Renter | true or false | |
Phone | 20 | |
TimeReachable | 10 | |
DateOfBirth | ||
Citizen | true or false | |
SSN | 9 | |
DLNo | Drivers License No | 20 |
Military | true or false | |
MilitaryDependant | true or false | |
BorrowAmount | If no value, please send zero (0) | |
PaycheckAmount | If no value, please send zero (0) | |
DirectDeposit | true or false | |
PayFrequency | 7 = Weekly 14 = Bi-Weekly 15 = Semi-Monthly 31 = Monthly | 5 |
Last_Payday | Use this field for the person’s Last Payday | |
Next_Payday | Use this field for the person’s Next Payday | |
IncomeType | Suggested Values: Employment Government | 50 |
Employer | 50 | |
EmployerAddress | 100 | |
EmployerCity | 50 | |
EmployerState | ||
EmployerZip | 5 | |
Position | Employee’s Position | 50 |
YearsEmployed | Suggested values: LT1 = Less than 1 year 1 = 1 to 2 years 3 = 3 to 5 years 6 = 6 to 10 years 10 = more than 10 years | 5 |
WorkPhone | 20 | |
BankName | 50 | |
ABARoutingNo | 20 | |
BankAccountNo | 20 | |
Checking | true for Checking and false for Savings | |
YearswithBankAccount | 5 | |
ReferenceFirst | 20 | |
ReferenceLast | 20 | |
ReferencePhone | 20 | |
ReferenceRelationship | Suggested Values: Mother Father Wife Husband Friend Other | 20 |
CellPhone | 20 | |
CallBackNumber | 20 | |
IP | IP address of the potential customer | 20 |
Reference2First | 20 | |
Reference2Last | 20 | |
Reference2Phone | 20 | |
Reference2Relationship | Suggested Values: Mother Father Wife Husband Friend Other | 20 |
Reference3First | 20 | |
Reference3Last | 20 | |
Reference3Phone | 20 | |
Reference3Relationship | Suggested Values: Mother Father Wife Husband Friend Other | 20 |
TextingOption | Whether they have opted IN or OUT of receiving text messages. Valid Values: IN OUT | |
MarketingTextingOption | Whether the have opted IN or OUT of Marketing text messages.
Valid values: IN OUT | |
DoNotSolicit | Valid Values: true false | |
OptionValues | Extra information about the lead. If you are entering multiple items here, separate them by a Pipe Character (|). | 500 |
VehicleMake | 20 | |
VehicleModel | 20 | |
VehicleYear | 20 | |
VehicleBodyStyle | 50 | |
VehicleTransmission | 10 | |
VehicleMileage | 10 | |
VehicleColor | 20 | |
VehicleVIN | 50 | |
VehiclePlate | 20 | |
VehicleInsCompany | 50 | |
VehicleInsPolicyNo | 20 | |
VehicleInsPhone | 20 | |
VehicleTitle | 50 | |
AffiliateCode | SubID shoud go here | 100 |
DecisionLogicCode | Decision Logic Code | 10 |
ClarityTrackingCode | The Clarity Tracking Code | 50 |
note | A note that will be inserted into the Lead’s Contact Log | 500 |
Request XML:
The response fields in green will be returned with the original request data.
<?xml version=’1.0′ encoding=’utf-8′?>
<introrequest>
<lead>
<Company>cmp</Company>
<Storeid>1</Storeid>
<Password>xxxxx</Password>
<Store></Store>
<leadtype>New</leadtype>
<GUID>2b3d7b3a-9720-4e4f-b5bf-489d664e51b5</GUID>
<Source>Web</Source>
<FirstName>Tom</FirstName>
<LastName>Tester</LastName>
<Email>test@test.com</Email>
<Address>123 Elm St</Address>
<City>Chicago</City>
<State>IL</State>
<ZipCode>60000</ZipCode>
<YearsAtAddress>LT1</YearsAtAddress>
<Renter>true</Renter>
<Phone>9991112222</Phone>
<TimeReachable>MORNING</TimeReachable>
<DateOfBirth>1/1/1980</DateOfBirth>
<Citizen>true</Citizen>
<SSN>999775555</SSN>
<DLNo>a123435676</DLNo>
<Military>false</Military>
<MilitaryDependant>false</MilitaryDependant>
<BorrowAmount>300</BorrowAmount>
<PaycheckAmount>1000</PaycheckAmount>
<DirectDeposit>false</DirectDeposit>
<PayFrequency>14</PayFrequency>
<Last_Payday>9/20/2022</Last_Payday>
<Next_Payday>10/4/2022</Next_Payday>
<IncomeType>Employment</IncomeType>
<Employer>Test Company</Employer>
<EmployerAddress>455 Test St</EmployerAddress>
<EmployerCity>Chicago</EmployerCity>
<EmployerState>IL</EmployerState>
<EmployerZip>60000</EmployerZip>
<Position>Tester</Position>
<YearsEmployed>3</YearsEmployed>
<WorkPhone>9991112226</WorkPhone>
<BankName>Test Bank</BankName>
<ABARoutingNo>911911911</ABARoutingNo>
<BankAccountNo>765765</BankAccountNo>
<Checking>true</Checking>
<YearswithBankAccount>2</YearswithBankAccount>
<ReferenceFirst>Meg</ReferenceFirst>
<ReferenceLast>Tester</ReferenceLast>
<ReferencePhone>9998887777</ReferencePhone>
<ReferenceRelationship>Mother</ReferenceRelationship>
<Reference2First>Amy</Reference2First>
<Reference2Last>Tester</Reference2Last>
<Reference2Phone>9998887777</Reference2Phone>
<Reference2Relationship>Wife</Reference2Relationship>
<Reference3First></Reference3First>
<Reference3Last></Reference3Last>
<Reference3Phone></Reference3Phone>
<Reference3Relationship></Reference3Relationship>
<CallBackNumber>9991112224</CallBackNumber>
<CellPhone>9991112223</CellPhone>
<IP>200.100.10.10</IP>
<OptionValues></OptionValues>
<VehicleMake></VehicleMake>
<VehicleModel></VehicleModel>
<VehicleYear></VehicleYear>
<VehicleBodyStyle></VehicleBodyStyle>
<VehicleTransmission></VehicleTransmission>
<VehicleMileage></VehicleMileage>
<VehicleColor></VehicleColor>
<VehicleVIN></VehicleVIN>
<VehiclePlate></VehiclePlate>
<VehicleInsCompany></VehicleInsCompany>
<VehicleInsPolicyNo></VehicleInsPolicyNo>
<VehicleInsPhone></VehicleInsPhone>
<VehicleTitle></VehicleTitle>
<AffiliateCode></AffiliateCode>
<DecisionLogicCode></DecisionLogicCode>
<ClarityTrackingCode></ClarityTrackingCode>
<note></note>
<Decision>Approved</Decision>
<ReturnURL>https://test.com</ReturnURL >
<Statuscode>success</Statuscode>
<Description>Lead Inserted</Description>
</lead>
</introrequest>
Response Fields:
Statuscode | “success” means that the lead was successfully received by Intro XL. |
Description | Return Description. This will give more information if an error occurred. |
Decision | “Approved”, “Rejected”, or “None”. “Approved” means that the lead has passed the rules engine. If this lead is coming from a lead generator, then “Approved” means that the lead has been purchased. |
ReturnURL | The URL to redirect the user to. |
Leave A Comment?