SOLVED

Re: Web-to-Case - Use Marketo or SFDC Forms?

Go to solution
Amy_Lepre
Level 7

Web-to-Case - Use Marketo or SFDC Forms?

We are getting ready to implement Salesforce Web-to-Case and are now at a crossroads in deciding if we should use Marketo or SFDC forms to capture the user data. A little bit about our integration: we sync every lead & contact that is created in SFDC to Marketo, but only sync SQL to SFDC from Marketo. I am concerned that if we have a SFDC form, we'll end up with a duplication issue if we have a large number of people fill out the form that are leads in Marketo, but not previously known to SFDC. If we do end up using a Marketo form, can someone point me to documentation on the best way to implement? I've read through some community posts that talk about using webhooks and API calls and I've read the Marketo documentation on creating webhooks, but I've never created one before. Are webhooks the ideal method to use for this? Any other thoughts, caveats, best practices to share?

1 ACCEPTED SOLUTION

Accepted Solutions
Grégoire_Miche2
Level 10

Re: Web-to-Case - Use Marketo or SFDC Forms?

Hi Amy,

Indeed, if you use forms from SFDC in addition to Marketo ones, you will end up with duplicates if someone has filled out a Marketo form but is not SQL (and therefore not was not pushed to SFDC) and is also created in SFDC, by whatever system.

BUT unless you modify it on purpose (through some custom develoment), the good news is that by default, SFDC web-to-case does NOT create new contacts in SFDC (See Autocreating Contacts From Web To Case - developer.force.com ) it will only create a case and an email address in the case.

Now it is indeed possible to capture people and case info through a Marketo form and relay this data to SFDC Web-to-case with a webhook. Since web-to-case is a simple web form, you can post data to it with a simple HTTP POST, that you can fire with a webhook. Unfortunately, guiding you through it goes beyond what we can reasonably do here

Another side comment : lways better pushing all new leads to SFDC and if you do not want the sales to see them, have them owned by a lead queue to which sales have no access.

-Greg

View solution in original post

3 REPLIES 3
Grégoire_Miche2
Level 10

Re: Web-to-Case - Use Marketo or SFDC Forms?

Hi Amy,

Indeed, if you use forms from SFDC in addition to Marketo ones, you will end up with duplicates if someone has filled out a Marketo form but is not SQL (and therefore not was not pushed to SFDC) and is also created in SFDC, by whatever system.

BUT unless you modify it on purpose (through some custom develoment), the good news is that by default, SFDC web-to-case does NOT create new contacts in SFDC (See Autocreating Contacts From Web To Case - developer.force.com ) it will only create a case and an email address in the case.

Now it is indeed possible to capture people and case info through a Marketo form and relay this data to SFDC Web-to-case with a webhook. Since web-to-case is a simple web form, you can post data to it with a simple HTTP POST, that you can fire with a webhook. Unfortunately, guiding you through it goes beyond what we can reasonably do here

Another side comment : lways better pushing all new leads to SFDC and if you do not want the sales to see them, have them owned by a lead queue to which sales have no access.

-Greg

Amy_Lepre
Level 7

Re: Web-to-Case - Use Marketo or SFDC Forms?

Hi Greg,

Thank you for your response!! I am really glad you suggested the last thing, as I think we may go that route. The reason we have not in the past is because we have SFDC workflows running that look for any users that match our key accounts by domain and then assigns them to a key account manager. We've been hesitant to push all leads over and then have sales complain they received leads with no activity/score, etc. I have no control over the SFDC workflows, so was trying to control what I could from the Marketo side, but I think I have buy-in now to do what you suggested because of the duplication issue we've been seeing.

Grégoire_Miche2
Level 10

Re: Web-to-Case - Use Marketo or SFDC Forms?

Hi Amy,

Pls mark it as responded.

-Greg