Auto-lead Data Format (ADF) is an open XML-based standard for lead delivery. Leads are delivered via email with the ADF XML as the body of the email.
Please send an email to support@everlogic.com to set up email leads to be imported into EverLogic. After setup, Customer email leads will be available under Sales Operations > Customers > ConnectNOW.
Required XML format for Website Vendors
<?xml version="1.0" encoding="UTF-8"?>
<?adf version="1.0"?>
<adf>
<prospect>
<requestdate></requestdate>
<customer>
<contact>
<name part="first"></name>
<name part="last"></name>
<phone></phone>
<email>mailto:</email>
<address>
<regioncode></regioncode>
</address>
</contact>
</customer>
<vendor>
<contact>
<name part="full"></name>
</contact>
</vendor>
</prospect>
</adf>
Related Article: