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
joebndjoebnd 

Using mass email function to send SF records to outside contacts

I want to find out if I can do this out of the box, or will need to write some code.

 

 

Here's what I want to do:

I use Salesforce to store leads from my website.  Every day I would like to email these leads to specific outside contacts (not Salesforce users).  Different leads will go to different contacts - all based on the contents of a field in Salesforce (a custom field in the Lead record will contain the email address it should be sent to).  In a perfect world, the leads will go out in batches - 6 to this email, 14 to that email, etc.

  

 

How should I approach this?  Will I need a third party app or can it be done within Salesforce?  If the latter, do I need to write more code?

 

 

Thanks!

 

Joe