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
mukesh guptamukesh gupta 

Email notification send to user

Hi exprt, 

When a lead assigned to user then, email send to them.  How i achieve this task. How to user received email for lead assigned to him. 

Please suggest 

Thanks 
Mukesh 
Best Answer chosen by mukesh gupta
HARSHIL U PARIKHHARSHIL U PARIKH
You need to create a workflow for this issue.

Some tips:
- Workflow would be on Lead Object
- Criteria would be the third one (the third radio button) - The one that says for subsequently meeting the criteria
- Formula would be something like below:
! ISBLANK(OwnerId)
- Then go the action of Sending an Email (but before that make sure you have your email template ready)
- Once you select the sending an email then choose OWNER and then Lead.Owner in those boxes.
- Select the Email Template that you have created
- ACTIVATE the workflow.

If it solves the puzzle then please mark it as best answered!