ADF/XML Email API

{primary} The Calldrip email API allows anyone to connect their website or business with a Calldrip account in just seconds. Simply send an email containing the lead’s information directly to your Calldrip account. Calldrip then processes these emails and instantly turns them into phone calls.

How do I get started?


  1. To get started, simply locate the unique Email Address for the desired source from within your Calldrip account
  2. Send or forward an email containing the necessary fieldsets shown below
  3. Start receiving new calls!

{warning} Please note only active users have access to the Email API

Email Address


(API Username)@dealer.calldrip.com

{info} Source ID's can be found under My Account > API

Acceptable Parameters


Key Value Optional
<name part="first"> First Name required
<name part="last"> Last Name optional
<email> example@example.com optional
<phone type="voice"> 1234567890 required
<zip_code> 12345 optional
<comments> Text optional
<vehicle> Vehicle Information optional
<provider> Provider information optional

Basic Example


<adf>
    <prospect>
        <requestdate>2020-05-13T14:17:18-10:00</requestdate>
        <service>My Lead Vendor</service>
        <vehicle interest="buy" status="used">
            <year>2015</year>
            <make>Honda</make>
            <model>Civic</model>
            <vin>1C3CCBAA8CN203874</vin>
            <vuid>6664337</vuid>
            <stock>1404270</stock>
            <trim>4dr Sdn Touring</trim>
        </vehicle>
        <customer>
            <contact>
                <name part="first">John</name>
                <name part="last">Doe</name>
                <email>john.doe@gmail.com</email>
                <phone type="voice">8011234567</phone>
                <zip_code>84561</zip_code>
            </contact>
            <comments>Likes blue civic we have in overflow lot</comments>
        </customer>
        <provider>
            <name part="full">MyLeadVendor</name>
            <service>My Lead Service</service>
            <url>http://www.myleadvendor.com</url>
            <email>support@myleadvendor.com</email>
            <contact primarycontact="1">
                <name part="full" type="business">My Lead Vendor</name>
                <phone type="voice" time="day">(888) 123-1111</phone>
                <phone type="fax" time="day">(888) 123-1107</phone>
                <address>
                    <street line="1">426 Cherry Lane</street>
                    <city>Detroit</city>
                    <regioncode>MI</regioncode>
                    <postalcode>48207</postalcode>
                    <country>USA</country>
                </address>
            </contact>
        </provider>
    </prospect>
</adf>