InsideSales.com Integration Tool
The InsideSales.com Integration Tool is setup to easily accept posts from web pages, vendors and custom scripts that push over an XML file.
The first thing you will need to do is find out what kind of mapping you will be setting up. There are two ways to get data into InsideSales.com through our integration tool, HTTP Post or an XML push, which we will go into more detail later.
After we find out what type of post the vendor will be pushing to InsideSales.com we need to get a list of all of the variables that they will be pushing to InsideSales, the best way to get this is to get a sample post from them. If they are pushing an XML post over then the post must be in the following format.
- <?xml version="1.0" encoding="UTF-8" ?>
<export>
- <lead>
- <first_name>First Name </first_name>
<last_name>Last Name </last_name>
<phone_number>123.456.7890</phone_number>
</lead>
</export>
While you are waiting for your lead vendor you can setup the campaign and lead sources that you want the lead to come in as. Depending on how your dialer initiatives are setup as well those might need to be modified to accept the new lead source and/or campaign.
After you have gotten all the information from your lead vendor you are now ready to start the integration.
- Click on the Admin Tab
- Under Site Settings click on Manage Fields and Labels
- Click on Map Lead Fields


