function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Priya134Priya134 

Third Party Lead Gen

Hello Everyone,
My requirement is to integrate salesforce with third party lead generator (Lending Tree). They provide leads in JSON format. 
I am looking for approaches to push JSON format leads from lending tree into salesforce.

 
Krishnamoorthi PeriasamyKrishnamoorthi Periasamy
How are you integrating with Lending Tree?  planning to use any integration tool like Mulesoft? or REST API callout? or Lightning Connect?

Please go thru this , this may help you.... https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_json_jsonparser.htm
Priya134Priya134
Thank you Krishnamoorthi for quick response. I will have to go REST API callout approach (where i have not written integration code before) We want to get this integration done in a week's time. is there any documents i can refer to?
Krishnamoorthi PeriasamyKrishnamoorthi Periasamy
See the sample code in the thread below,


http://blogforce9.blogspot.in/2013/09/salesforce-rest-webservices-part-i.html

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_callouts.htm