Create Lead with Salesforce API -


i have lot of simple html web forms. forms take user's information, should map bunch of fields in salesforce.

i've been using eloqua migration salesforce, i'm not happy eloqua , looking injecting data directly salesforce in lieu of using eloqua.

there's plethora of resources on topic, , it's kind of daunting.

i'm looking make simple c# or javascript call our company's salesforce instance, take fields html form, , put them on lead or contact in salesforce.

if wanted insert leads, salesforce web-to-lead functionality straight forward implement. can drop generated form html page. have number of limitations, particularly around preventing spam.

for c#, i'd recommend going partner api. use enterprise api, tailored specific org, partner api serve in scenario.

there example c# code create call , update call. when combined examples using partner wsdl have of need insert or update leads , contacts.

incidentally, salesforce stackexchange great place ask salesforce specific questions.


Comments