Flagging leads with known domains | Community
Skip to main content
September 25, 2017
Solved

Flagging leads with known domains

  • September 25, 2017
  • 1 reply
  • 1450 views

Hi Marketo Community,

We have lots of leads from the webinar but they all belong to existing accounts/customers and just need to be converted.
If we have an contact that is already in SFDC and then a lead with the same domain is captured (eg: @comapny.com.au) are we able to flag this somehow?

Thank you in advance.

Olya

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

There's no native way to do this. You'd have to maintain a domain list, using a webhook to both read/write from the list and set a lead field (like ExistingDomainDetectedDate) accordingly.

Or you could use a simpler webhook just to parse the domain out into its own field, then you could use a duplicate constraint.

(Of these, I'd do the former.)

Or you could flip it around and use SFDC to do the lookup, as it has better native functionality for the search.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
September 25, 2017

There's no native way to do this. You'd have to maintain a domain list, using a webhook to both read/write from the list and set a lead field (like ExistingDomainDetectedDate) accordingly.

Or you could use a simpler webhook just to parse the domain out into its own field, then you could use a duplicate constraint.

(Of these, I'd do the former.)

Or you could flip it around and use SFDC to do the lookup, as it has better native functionality for the search.

September 25, 2017

Thank you!