Notification email

Raji15
Tera Contributor

Hi,

I have a requirement to send notification email to the employees manager of XYZ company. It is a pre-hire notification email which includes Employee name, email and hire date. It should run on a daily basis in sys_user table. First we have to check if the user is XYZ company employee and the employee's manager should receive an email with all the details. I want to achieved this with Flow designer, Can anyone pls help.

1 ACCEPTED SOLUTION

hi @Raji15 

Ok, got it. 

First you add scheduled 'daily' (you already added)

Click on the "+" icon to add an action. Choose "Lookup Records" from the list of actions.

Select table = sys_user, here you can add condition 'company IS xyz company'

have a look bellow image for reference:

Screenshot 2024-10-03 at 6.54.56 PM.png

View solution in original post

10 REPLIES 10

Hi @Rajesh Chopade1 

Thank you so much!