Send Lead Data from MKTO to SFDC Web-to-Lead Form

Sheila_McGrath
Level 2

Send Lead Data from MKTO to SFDC Web-to-Lead Form

I'm attempting to create a lead in Salesforce from a Marketo form and have set up a webhook as outlined in this post but it is still not posting to Salesforce. Any suggestions? This is currently directed towards a Salesforce sandbox instance.  https://nation.marketo.com/t5/product-discussions/send-lead-data-from-mkto-to-sfdc-web-to-lead-form/...

Marketo support confirmed the webhook is being called correctly. Webhook details:

 

first_name={{lead.First Name}}&last_name={{lead.Last Name}}&email={{lead.Email Address}}&phone={{lead.Phone Number}}&company={{company.Company Name}}&street={{lead.Address}}&city={{lead.City}}&state={{lead.State}}&zip={{lead.Postal Code}}&country={{lead.Country}}&00N6u000000Kk0I={{lead.Question}}&00N6u000000Kv8y={{lead.Loan Amount}}&oid=XXXXXXXXXXXXXX&&retURL=http://&submit=Submit
 
Form/Url
Request Type:
POST
Response Format:
None
Tags (2)
1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Send Lead Data from MKTO to SFDC Web-to-Lead Form

What is the response from the endpoint? (The detail of the Call Webhook activity)? And do you have a page with a live Web2Lead form (i.e. going directly to SFDC) we can look at it to compare?