Hello! I'm looking to create a flow that will send users a weekly (or biweekly) e-mail listing all of their own outstanding/open tasks. This is all I've got so far:
The sole condition I've set is that the Task's status must be open.
I'm evidently a beginner at this, so I appreciate any help on this. Thanks a lot!
#flow9 answers
Here is a solution, using Apex class to send a summary of open tasks to each active standard user in Salesforce, helping them stay informed about their pending tasks. In the following tutorial, the email is sent from a specified org-wide email address, and the tasks are listed in a table format within the email.
https://sfcrunch.com/salesforce-apex-send-weekly-emails-to-respective-owners-with-their-open-tasks/