function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Chris HeathChris Heath 

Verifying Leads with emailed link?

Hello,

I am trying to figure out a way to automatically verify that a lead email is valid.

My idea is to use a workflow to automatically email the registered email address a link that they would click. This link would then automatically update a custom field in the lead object titled "Verified".

Is a link like this a possibility? What would I need to do for this link?

Thank you in advance!
Vinita_SFDCVinita_SFDC

Hi,

There are two possible ways to validate email address:

1) Use regular expression

2) Use lead validation rules

Refer following links for examples:

http://www.techguyswhogetmarketing.com/blog/2014/01/stop-spam-leads-salesforce-web-to-lead/

http://stackoverflow.com/questions/9852125/how-does-salesforce-com-validate-email-fields