Account Members & Owners → HubSpot Contacts
Last updated: May 29, 2026
What this is
In SmartRec, an Account holds the people associated with a household or organization — both Members (everyone in the account) and Owners (the adults responsible for it). Both are synced to HubSpot as Contacts, so you can use HubSpot lists, workflows, and marketing tools on your full SmartRec roster.
When it syncs
Real-time — webhook on Account (Create/Update/Delete) and Person (Delete)
Historical backfill —
GET /accounts, all accounts
Field mapping
SmartRec field | HubSpot property | HubSpot label | Property group | Type |
|---|---|---|---|---|
|
| First Name |
| String |
|
| Last Name |
| String |
|
|
| String | |
|
| Phone Number |
| Phone number |
|
| Mobile Phone Number |
| Phone number |
|
| Street Address |
| String |
|
| City |
| String |
|
| State/Region |
| String |
|
| Postal Code |
| String |
|
| Country/Region |
| String |
|
| Address 2 |
| String |
|
| Latitude (SmartRec) |
| String |
|
| Longitude (SmartRec) |
| String |
|
| Account ID |
| String |
|
| Account Owner ID |
| String |
|
| Account Owner Full Name |
| String |
|
| Account Owner Email |
| String |
|
| Account Owner Mobile Phone |
| Phone number |
|
| Person ID (unique identifier) |
| String |
|
| Full Name |
| String |
|
| Gender (SmartRec) |
| Enumeration (integration adds missing options) |
|
| Date of Birth (SmartRec) |
| Date |
|
| Is Child |
| Boolean checkbox |
|
| Is Archived |
| Boolean checkbox |
|
| Join Date |
| Date |
|
| Skills |
| String |
|
| Membership IDs |
| String (semicolon-separated) |
|
| External ID |
| String |
|
| Work Phone Number |
| Phone number |
|
| Work Phone Extension |
| String |
(sync timestamp) |
| Last Sync Timestamp |
| Datetime |
(branch) |
| Organization |
| Enumeration (checkbox, multi-select) |
Unique identifier: smartrec_person_id
Associations
From | To | What it represents |
|---|---|---|
Contact | Deal | Donations, memberships, and multipasses they've purchased |
Contact | Contact | Account Owner ↔ Account Members in the same household |
Contact | Appointment | Activity registrations |
Things to know
Member-first, Owner-overrides order. Members are synced first, then Owners. If the same email appears in both lists, the Owner's data wins.
No email? Still synced. Persons without a valid email address (typically children) are synced without the
emailfield. The integration usessmartrec_person_idas the primary identifier.HubSpot enforces email uniqueness. HubSpot doesn't allow two contacts with the same email. The integration tries to maintain contacts by
smartrec_person_id, but if an email appears on another record, the integration may switch which HubSpot record represents that person.smartrec_organizationis multi-select on Contacts. A person can belong to multiple SmartRec branches in a network. On all other object types, this field is single-select. See Multi-Organization Support.smartrec_genderdefault options: Female, Male, NotSpecified, PreferNotToSay. The integration adds new values automatically as they appear.smartrec_membership_idsis a semicolon-separated list of membership IDs the person holds.