Knowledge Hub
No items found.

Startup Documents

Source Link ↗

Creator:

Y Combinator

Submitter:

Date

Jun 18, 2021

Tags: 

No items found.
Startup Documents
Read this content here ↗

There are four versions of the new post-money safe, plus an optional side letter.

[

Postmoney Safe - Valuation Cap Only v1.1 (1).docx52.7KB

](https://s3.us-west-2.amazonaws.com/secure.notion-static.com/1de6e0d2-2fbe-4b7b-941c-58aae387ff27/Postmoney_Safe_-Valuation_Cap_Only_v1.1%281%29.docx?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAT73L2G45O3KS52Y5%2F20210628%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210628T034517Z&X-Amz-Expires=86400&X-Amz-Signature=b35a99e67a647f36e58aa81ccca9cddc17132600a6feaf7c36c456ae3e28fa0e&X-Amz-SignedHeaders=host)[

Postmoney Safe - Discount Only v1.1.docx45.6KB

](https://s3.us-west-2.amazonaws.com/secure.notion-static.com/9fb475a3-a28b-4079-a0e3-2455c7bd1222/Postmoney_Safe_-_Discount_Only_v1.1.docx?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAT73L2G45O3KS52Y5%2F20210628%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210628T034517Z&X-Amz-Expires=86400&X-Amz-Signature=40610acf4f71e5751888ec4e6957999022ee5546d33609349b71116c48ea8c5c&X-Amz-SignedHeaders=host)[

Postmoney Safe - Valuation Cap and Discount v1.1.docx48.5KB

](https://s3.us-west-2.amazonaws.com/secure.notion-static.com/14baffc9-59d6-48a7-a315-64491df6288d/Postmoney_Safe_-_Valuation_Cap_and_Discount_v1.1.docx?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAT73L2G45O3KS52Y5%2F20210628%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210628T034517Z&X-Amz-Expires=86400&X-Amz-Signature=273caf7bbe20b506cdc6fdab8b7167967ed69defdd2186d3cfc6e8aa37cb3c34&X-Amz-SignedHeaders=host)[

Postmoney Safe - MFN Only v1.1.docx45.7KB

](https://s3.us-west-2.amazonaws.com/secure.notion-static.com/df3305b3-3ff7-4bec-9d1f-2f163354b0cc/Postmoney_Safe_-_MFN_Only_v1.1.docx?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAT73L2G45O3KS52Y5%2F20210628%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210628T034517Z&X-Amz-Expires=86400&X-Amz-Signature=11cba830275daf5f598622db44ac7ae7c5b93b03ec92c120bef0bfe2cfc29f57&X-Amz-SignedHeaders=host)[

Pro Rata Side Letter.docx22.4KB

](https://s3.us-west-2.amazonaws.com/secure.notion-static.com/96f4f069-3306-4f86-8c03-ea5bcf4bddac/Pro_Rata_Side_Letter.docx?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAT73L2G45O3KS52Y5%2F20210628%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210628T034517Z&X-Amz-Expires=86400&X-Amz-Signature=9d1edb0e7fe326c50094e9cfa0370e1a5112c4b64649915b0b70fe90f0c53fa7&X-Amz-SignedHeaders=host)

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