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
Swaroopa Akula 2Swaroopa Akula 2 

Auto lead conversion based on email domian

I need to convert the leads automatically if the lead email domain matches to contact email domain. Please letme know how can i do this
VinayVinay (Salesforce Developers) 
Hi Swaroopa,

You can achieve this by invoking apex class(@invocable method) through process builder.

Below are few examples for your reference which can help you on your implementation.

https://automationchampion.com/tag/auto-convert-lead-using-process-builder/
https://douglascayers.com/2016/06/26/advanced-lead-conversion-with-process-builder/
https://github.com/DouglasCAyers/sfdc-auto-convert-leads-process
http://himanshurana.in/auto-convert-leads-using-apex/

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar