You need to sign in to do that
Don't have an account?

How to use .net c# to add website lead to salesforce ?
We use web2lead form to submit lead from our website, but it would be fail sometime due to browser tracking protection or other reason.
So we decide to add the lead via background process, not from foreground like using ajax
Is there a dll or api or web service that our partner can use to add the lead to saleforce ?
We have provide some info at setup/Build/Develop/api. But our partner said it does not help.
Please give us some advice, Thanks
So we decide to add the lead via background process, not from foreground like using ajax
Is there a dll or api or web service that our partner can use to add the lead to saleforce ?
We have provide some info at setup/Build/Develop/api. But our partner said it does not help.
Please give us some advice, Thanks
It can be easliy done by importing Salesforce provided WSDL into their .net application.Please go through the below article that explains the process. They have provided a sample for lead creation.
Integrating Force.com with Microsoft .NET: (https://developer.salesforce.com/page/Integrating_Force.com_with_Microsoft_.NET)