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
Harry Smith 5Harry Smith 5 

How to create a process that will send an email once a record is created

Hi all,

I have a question - I created a object that will process new starters in our company and automatically created a user based on the new form.

I also need to send an email to certain people automatically once the form is filled in and created. I need any suggestions or instructions to do this, all will be greatly appreciated.
Best Answer chosen by Harry Smith 5
Murali MattaMurali Matta
Hi Harry,

You can Create a Workflow Rule 

1.  Select the Evaluation Criteria as "Created"
 User-added image

2. Make the Rule Criteria as "your object 18 - Character ID" does not contain Null 
User-added image

3. After saving select the Email Alert in the Workflow Rule.
User-added image

You can select the users  and select the Email Template.


Thanks,
Murali