You need to sign in to do that
Don't have an account?
Joel Mallo
Http Post
Hi There,
I have a lead provider who wants to post data to me on leads via HTTP Post, however, I don't know the easiest way of doing this. I'm not a develper myself and don't know the easiest way of doing this. I do have all the posting variables from the lead provider and have those fields created in my salesforce account, however, I don't know the easiest way of creating the posting url to provide him and test delivery. Any help will be much appreciated.
I have a lead provider who wants to post data to me on leads via HTTP Post, however, I don't know the easiest way of doing this. I'm not a develper myself and don't know the easiest way of doing this. I do have all the posting variables from the lead provider and have those fields created in my salesforce account, however, I don't know the easiest way of creating the posting url to provide him and test delivery. Any help will be much appreciated.
as of now,you need to use API for posting them,you would need to create an application that would communicate with salesforce, either you can use java or php/.net for salesforce - client machine communication.
Thanks
D Naveen
As long as your lead provider's form fields are correctly named to match the SF field names, they should be able to point it to the web-to-lead url. Just make sure they also include the hidden input field shown in the example below with the name="oid" and the value set to your Salesforce Org ID so SF knows which org to create the lead in.