Knowledge Hub
No items found.

Offer Letter Email Template

Source Link ↗

Creator:

Gusto

Submitter:

Date

Jun 4, 2022

Tags: 

No items found.
Offer Letter Email Template
Read this content here ↗

SUBJECT:Will you join us?

Dear __________,Drumroll please... On behalf of everyone at _________, we’re delighted to offer you the role of _________! After getting to know you over these past few [days/weeks/months], it became clear that your talents, goals, and values are a perfect match for our team. It’s such an honor to bring you on board as we work toward [Describe a little bit about your mission].

As our new _________, you will be working alongside _________ to [Describe the goal of your team]. Here are some of the things you’ll get to do on a daily basis: [List out a few of the main duties].

Now, the details: Your starting salary will be _________ per year, which you will be paid every _________. This amount is subject to any deductions and tax withholdings required by law. The role is [exempt/non-exempt] [and employment is on an at-will basis]. [Describe any extra compensation, like stock options]. As a [full-time/part-time] employee, you will be entitled to _______ days of paid vacation in addition to _______ days of sick leave. You’ll also have the option to enroll in our company benefits program, which includes [List out benefits].

We’d love to answer any questions you might have about this offer. We’re aiming for a start date of __________, and it would be great to hear back from you by __________. If this time frame doesn’t work for you, just let us know.We’re oh-so-excited to welcome you as our newest [Team nickname for employee]! So the real question is, can we order your [laptop/name plaque/team jacket] yet? ;)

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) } } }); });