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
THUNDER CLOUDTHUNDER CLOUD 

How to email to all contacts associated with Account when the Account is updated ?

When Account fields are updated the associated contacts should receive the email regarding the updates . How can we automate this process ?
VineetKumarVineetKumar
Write a trigger that executes the Send Email API's taking all the related contacts email and sending it out.
Refer this salesforce document :
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_sendemail.htm