Skip to content

IDX Broker Leads to Salesforce

antonioortegajr edited this page Feb 7, 2015 · 3 revisions

Using the Salesforce Froce.com documentation and the available php tool kit v20 found here: https://developer.salesforce.com/page/PHP_Toolkit

A SOAP call is made using the json response from IDX Broker's API call. This based on these sample docs: https://developer.salesforce.com/page/PHP_Toolkit_20.0_Samples

Any custom fields meant for the Salesforce Lead object will need to be added.

The call used has a add lead limit of 200. I set the foreach loop to stop at 100. Any beyond that are sent to an array for you to do something with.

Remember that both IDX Broker and Salesforce have API rate limits. Take those limits and any other applications using the two APIs into consideration.

Clone this wiki locally