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
HoysalaHoysala 

if the user creates account, he should get email notification. How to do this?

Best Answer chosen by Hoysala
Rohit KumawatRohit Kumawat
Hi Hoysala ,

To send email alert you can use workflow.
Just go to : 
Setup ->Build -> Create -> Workflow & Approvals -> Workflow Rules

Create New Rule
Select Object as Account and Next
Give Rule Name
Select Evaluation Criteria as Created

Add Workflow Actions:
Select Send Email Alert

Select Recipient Type and Choose email field of Account
Choose you Email templet or you can write your mail also in body part.

Save the rule and activate the rule.

Now when you will create account record an email will go to the account email id.


I hope the above solution will be helpful.