Intempt Docs
Developer DocsData Enrichment

User and Account Attributes

All 86 reserved attributes Intempt maintains on a person and a company, with types and example values.

User and Account Attributes

Intempt reserves 86 attributes: 37 on a user and 49 on an account. Reserved means the key is defined by the platform, carries a declared type, and means the same thing whoever wrote it, whether that was your SDK, a connected source, or an enrichment provider.

You can define your own attributes on top of these. These are the ones you do not have to define, and the ones enrichment knows how to fill.

All reserved attributes merge last-write-wins.

User attributes (37)

KeyNameTypeExample
intempt_user_ownerUser ownerlong
nameNamestringJohn Doe
first_nameFirst namestringJohn
last_nameLast namestringDoe
emailEmailstringjohn.doe@mail.com
phonePhone numberstring+48881293821234
cityCitystringLondon
regionRegionstringGreater London
postal_codePostal codestringC1A 1BB
countryCountrystringUnited Kingdom
intempt_tagsIntempt tagsarray
linkedinLinkedIn profilestringhttps://www.linkedin.com/in/johndoe
twitterTwitter profilestringhttps://twitter.com/username
githubGitHub profilestringhttps://github.com/johndoe
facebookFacebook profilestringhttps://facebook.com/johndoe
stateStatestringCalifornia
job_titleJob titlestringSenior Software Engineer
job_title_historyJob title historyarray["Software Engineer", "Lead Developer"]
company_name_historyCompany name historyarray["Startup X", "Global Tech"]
departmentDepartmentstringEngineering
seniority_levelSeniority levelstringSenior
employment_typeEmployment typestringFull-Time
current_job_start_dateCurrent job start datelong2022-06-01
last_job_end_dateEnd date (last job)long2022-06-01
school_nameSchool namestringHarvard University
degreeDegreestringMaster of Science in Computer Science
graduation_yearGraduation yearlong2015
websitePersonal websitestringhttps://johndoe.com
company_nameCompany namestringTechCorp Inc.
middle_nameMiddle namestringMichael
last_user_enrichment_timeLast enrichment timelong
timezoneTimezonestringEtc/Greenwich
partnershipsBusiness partnershipsstringGoogle Cloud Partner, Salesforce Ventures investment
social_engagementSocial engagementstringTwitter: 12k followers, LinkedIn: 5k connections
speaking_engagementsSpeaking engagementsstringSaaStr Annual 2024, Web Summit Lisbon
published_contentPublished contentstring‘The Future of PLG’ on Medium, Forbes contributor
lifecycle_stageIntempt lifecycle stagestringLead

Account attributes (49)

Account enrichment is where the depth is. Firmographics are table stakes; the signal and competitive fields below are the ones a generic CDP does not carry as reserved schema.

KeyNameTypeExample
intempt_account_ownerAccount ownerlong
countryAccount countrystringUnited States
postal_codeAccount postal codestring94014
cityAccount citystringSan Francisco
regionAccount regionstringCalifornia
websiteAccount websitestringintempt.com
industryAccount industrystringeCommerce
nameAccount namestringIntempt
intempt_tagsAccount Intempt tagsarray
domainAccount domainstringintempt.com
sizeAccount size (employees)double5000
revenueAccount revenuedouble100000000
company_typeAccount typestringPrivate
fundingAccount fundingdouble50000000
funding_roundsAccount funding roundsarray["Series A", "Series B"]
stateAccount statestringCalifornia
office_locationsAccount office locationsarray["New York", "Berlin", "London"]
linkedinAccount linkedIn pagestringlinkedin.com/company/techcorp
twitterAccount twitter pagestringtwitter.com/company
facebookAccount facebook pagestringfacebook.com/techcorp
technology_stackAccount technology stackarray["AWS", "Kubernetes", "Salesforce"]
hiring_activityAccount hiring activitybooleanTrue
recent_job_openingsAccount recent job openingsarray["Software Engineer", "Product Manager"]
hiring_signalsAccount hiring signalsstringActively hiring engineers
job_change_signalAccount job change signalbooleanTrue
recent_employer_changeAccount recent employer changestringMoved from Global Tech to TechCorp Inc.
buying_intent_signalsAccount buying intent signalsstringRecently engaged with similar SaaS vendors
logoAccount picture urlstring
last_account_enrichment_timeAccount last enrichment timelong
is_hiringAccount is hiringstringtrue
is_hiring_execsAccount is hiring execsstringtrue
case_studiesAccount case studiesstringHow Intempt increased conversion by 45% with onbo...
customer_testimonialsAccount customer testimonialsstring‘Best onboarding tool we’ve used’ - CMO of SaaSCo
latest_newsAccount latest newsstringAnnounced Series B funding, Acquired XYZ Inc.
new_products_servicesAccount new products or servicesstringLaunched AI-powered CRM integration in Q2 2025
financial_sourcesAccount financial sourcesstringSubscription-based revenue, Series A from Sequoia...
products_offeredAccount products offeredstringBehavioral analytics, customer journey automation...
main_competitorsAccount main competitorsstringSegment, Mixpanel, Amplitude
main_customersAccount main customersstringB2B SaaS startups, Shopify stores
public_companyAccount public companystringfalse
plg_companyAccount PLG companystringtrue
has_free_trialAccount has free trialstringtrue
has_free_planAccount has free planstringtrue
b2b_companyAccount B2B companystringtrue
saas_companyAccount SaaS companystringtrue
public_pricingAccount public pricingstringtrue
main_investorsAccount main investorsstringAccel, Y Combinator, Andreessen Horowitz
recent_10kAccount recent 10kstring
lifecycle_stageIntempt account lifecycle stagestringCustomer

Reading the type column

TypeMeaning
stringFree text
longWhole number, and the type used for dates held as epoch values
doubleDecimal number
booleanTrue or false
arrayList of values

Several boolean-looking account flags carry string rather than boolean, with values "true" and "false": is_hiring, public_company, plg_company, b2b_company, saas_company, has_free_trial, has_free_plan, public_pricing. Compare them as strings.

On this page