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
Kiranraj RasumallaKiranraj Rasumalla 

Automated Task Creation and Email Alerts

Is it possible to create an autmated  task and email alert through visual workflow ? We need to create 10 automated task creations and email alerts as per our requirement . I know workflow task creation and through coding we can do it. But any ideas will be helpful
Best Answer chosen by Kiranraj Rasumalla
Geoffrey J FlynnGeoffrey J Flynn
Take a look at Action Plans from the AppExchange to see if they can help you as well.  We've implemented them in the past for automating quantities of tasks all at once
https://appexchange.salesforce.com/listingDetail?listingId=a0N30000003HcINEA0

All Answers

BalajiRanganathanBalajiRanganathan
yes it is possible to to create tasks and send emails using visual flows. simply search for tasks and email alerts in the quick search (Find in Palette)
Kiranraj RasumallaKiranraj Rasumalla
Thank you so much . Does it invovle any UI changes . For example i would select a contact object based on the field values it should display related contact object who are in the same team.
BalajiRanganathanBalajiRanganathan

you can use Record Lookup Data Element to get the list of contacts based on the input values and either show the contact in the screen element to select or use it in the Email Alert element to send the email. you might have to use send email action instead of email alert element for this case.
Geoffrey J FlynnGeoffrey J Flynn
Take a look at Action Plans from the AppExchange to see if they can help you as well.  We've implemented them in the past for automating quantities of tasks all at once
https://appexchange.salesforce.com/listingDetail?listingId=a0N30000003HcINEA0
This was selected as the best answer