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
Eric Rosenberg 5Eric Rosenberg 5 

Stop system generated email notifications from a Trigger Converting Leads to Contacts

Good Afternoon,

I am working with a client that has a trigger that converts leads to contacts whenever a new lead is created.  When the lead is converted and a contact is create a notification email is sent to the new contact owner.  We are going to be doing an import of over 300k new leads.  I am looking for a way to stop the notification from being sent from SFDC to the new contact owner.
Beer NutthawanBeer Nutthawan
Hi Eric 

You can check the following: 
1.Check the Workflow rules, just search for Lead or Contacts objects, and check if there is a rule for sending an email after Contact get created or Lead has been converted or not, and then you can click "Deactivate" the rule. 
2. Check the triggers in both Lead and  contact. And you can stop it by commenting where it sends.
Please also check the trigger in the Account object also. 

Hope this will help you!!