Knowledge Hub
No items found.

Welcome Email to New Employee Template

Source Link ↗

Creator:

Gusto

Submitter:

Date

Jun 18, 2021

Tags: 

No items found.
Welcome Email to New Employee Template
Read this content here ↗

SUBJECT:

Welcome to ____________!

Dear __________,

You = incredible

Us = beyond excited to work with you

We’re ecstatic that you decided to join __________ as we [Describe mission here]. Welcome to the team!

Everyone is excited to see you on __________. You can arrive at __________, and [Name of welcome buddy] will be here to show you around and introduce you to the rest of the team. We’ll have to fill out some paperwork together, so please remember to bring a valid ID and [Anything else you need them to bring to complete the I-9 and W-4 forms].

To refresh your memory, our office is located at ___________________, which is close to [Public transportation stops]. We can’t wait for you to start, __________! If you have any questions before your first day, feel free to reach out by email or [Phone number]. See you soon!

Cheers,

____________

Outseta.on('accessToken.set', function(member) { Outseta.getUser().then(function (result) { console.log(result); if(result['Account']['HasLoggedIn']){ console.log('user is logged in'); try{ let firstName = result['Account']['PrimaryContact']['FirstName']; let lastName = result['Account']['PrimaryContact']['LastName']; let email = result['Account']['PrimaryContact']['Email']; let airtableID = result['Account']['airtableID']; let hubspotID = result['Account']['hubspotID']; let accountUID = result['Account']['Uid']; const userProperties = { 'First name': firstName, 'Last name': lastName, 'Email': email, 'Airtable ID': airtableID, 'Hubspot ID': hubspotID, 'Account ID': accountUID }; heap.identify(email); heap.addUserProperties(userProperties); console.log('completed heap identification'); } catch(e) { console.log(e) } } }); });