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
akashakash 

Create an email alert to be sent to user who created record whenever a new record is added to account object? Plz solve this

Create an email alert to be sent to user who created record whenever a new record is added to account object? Plz solve this
Best Answer chosen by akash
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Akash,

For this you have to create an email temaplate first as below.

Go to setup-> Email Teamplate and click on classic Email Templates and click on new.

Fill all the details of the email templates as below.

User-added image
Now we have to create workflow rule for sending the email.

go to Workflow rules and click on new rule and select object as Account.

Give the Name of the rule and select the option as below.

User-added imageClick on save and next and then click on add workflow action and select new email alert option.

Give the name of the email alert and select the template which we created on first step and fill all the details as below.

User-added image

click on save  and click done .

The total workflow will look as below.

User-added image

Activate the workflow rule.

Let me know if you face any issues.

If this solution helps, Please mark it as best answer.

Thanks,