Getting the relevant contact information about new team members as soon as they are added to the team is vital for a manager. It can be embarrassing for a manager if they are unaware of their new employee’s work email or employee ID. It can be even more so if they have to ask for it from the employee him/herself. A new manager should receive all the relevant details to be sure that their new team member’s Google Workplace Account has been made ready. This can be executed by sending an email with the new hire’s contact information to the manager.
Consider the number of employees hired on a regular basis, especially in a growing company. Having to locate the contact information of each manager and sending them a new email every time someone new is hired to their organizational unit can be cumbersome. And Google Workspace admins do not have an option to automate this task in the Google Admin Console yet.
As you add new users to your domain, Foresight can automate sending their information to their managers, saving you a significant amount of time and increasing productivity.
Video Demo
This video demo illustrates a simple example case. Suppose you are setting up a new user’s profile in your Admin Console and want his or her manager to get their relevant details like work email, work phone, and employee ID. You can automate sending a personalized onboarding email to the respective manager.
Instructions
Rule Setup
Follow these easy step-by-step instructions to set up your own rule for automated onboarding emails to managers.
- Sign into Foresight.
- Go to Rules.
- Click the + button to create a new rule.
- In the Select a trigger page, select the User created trigger to initiate your sequence.
- In the Edit trigger page, Sign in with Google
- Click Next.
- In the Select an action page, select the Wait action.
- In the Edit actions page,
- Change the Wait time to 300 seconds.
- Click ADD NEXT ACTION.
- In the Select an action page, select the Get user info action.
- In the Edit actions page,
- Sign in with Google
- In the Primary email field, type {{ to drop down the variable menu and select the Primary Email variable. The variable is displayed as
{{ primaryEmail_xxxxxxbd0aa8 }}
, wherexxxxxx
is a random text. - Click ADD NEXT ACTION.
- In the Select an action page, select the Email action.
- In the Edit actions page,
- Sign in with Google
- In the To field, type {{ to drop down the variable menu and select the Manager Email variable.
- In the Subject field, type your preferred subject line that the email will go out with. It could be "New Team Member" + User First Name + User Last Name.
- To add the new user’s first and last names into the subject field, type {{ and select the drop-down variables First Name and Last Name, respectively.
- In the Email body field, type the template text you want to send to the manager.
- When you are finished with the email formatting, click Review.
- In the Review page, name the new rule.
- Click Create.
- Your rule's workflow looks like this.
Rule Test
To test your rule, follow these steps.
- Go to Google Admin Console > Users.
- Select the Add new user option.
- In the User Information page,
- Type sample entries in the First Name, Last Name, and Primary email fields.
- Click on the Manage user's password, organizational unit, and profile photo option if you want to edit any of those fields.
- Click ADD NEW USER.
- Click DONE.
- Go to the new user's page.
- Select User information.
- In the User information page,
- Go to the Employee information tab.
- Fill in the Manager's email field.
- Fill in other fields necessary to be filled as in the email template in your rule.
- Click SAVE.
- Go back to Foresight.
- Click on the New Notifications bell icon.
- Select the VIEW LOG option in the notification.
- The log tells you the total number of actions used, how many were successful, and how many failed.
- Go to the manager's email inbox and check if the auto generated email was received as intended.
Notes
- We add a 5-minute Wait action between the creation of a user and sending the email to the manager to account for the time it takes to add the user's manager's email address after creating a new profile.
- You can also choose to send the onboarding email to yourself or to any other user in the system by inputting your/ their email from in the cc and bcc fields when editing the Email action.
- You can include other variables in the email body as well such as the new user's work phone and employee ID. You can do this by typing {{ in the email body where you want the relevant data to appear and select your preferred variable from the drop down menu.