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
erin ryan 8erin ryan 8 

Account > File object / Contact mass email

Is it possible to trigger a mass email to multiple contacts (per account)  when a file is dropped (via external API) into the Account's related list File object.
Example: (lightning or classic) The account has File object as a related list.
                 API drops a file into the File related list (accountID).
                 The new file trigger a mass email to all Contacts associated to that Account. Or filtered by contacts that have boolean = True. 
Objective: provide an automated native "file sharing" function that will distrube content to multiple contacts per Account. ........make sense?