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
SFDC NoobSFDC Noob 

Using Flows to send email template to multiple recipients

I would like to create a flow to send an email template to multiple recipients. I have created 2 custom objects and the custom email template which includes data from these custom objects.

 

Object 1: Parent

Object 2: Child

 

The Child object has a lookup relationship with Contacts.

 

I would like to add a button to the Parent object's page layout, which when clicked, executes the flow.

 

The flow would cycle through all of the Child objects for that Parent and send the populated email template to Contact's email for each Child.

 

Can I do this? Does anyone have an example that they can share or recommend some reading on how to do such a thing?

sandeep@Salesforcesandeep@Salesforce
This is simple and can be implemented using Apex send email method.

Thanks
Sandeep Singhal
http://www.codespokes.com/
vleandrovleandro
Sandeep: It would be great if you could provide more details.  Is there a link to sample code you could point us to?

Virginia