Locations → AmiliaSmartRec Locations (App Object)

Last updated: May 29, 2026

What this is

SmartRec Locations — your physical facilities — are synced to a HubSpot App Object called AmiliaSmartRec Locations. App Objects are custom record types provided by the integration; you'll see them in HubSpot's left navigation under the integration's section.

App Object properties cannot be edited in HubSpot. This is a HubSpot platform limitation for app-provided objects. Editing happens in SmartRec; the next scheduled sync brings it across.

App Object name: a27939345_locationUnique identifier: a27939345_location_id

Screenshot 2026-05-29 at 9.37.05 AM.png

When it syncs

  • Scheduled — daily at 4:00 AM local time via GET /locations

  • (No webhook. No on-demand backfill — the daily job covers all locations.)

Field mapping

SmartRec field

HubSpot property

HubSpot label

Property group

Type

Id

a27939345_location_id

Location ID (unique)

amilia_smartrec

String

FullName

a27939345_full_name

Full Name (hierarchical)

amilia_smartrec

String

ParentId

a27939345_parent_id

Parent ID

amilia_smartrec

String

TopParentId

a27939345_top_parent_id

Top Parent ID

amilia_smartrec

String

(sync timestamp)

a27939345_last_sync_timestamp

Last Sync Timestamp

amilia_smartrec

Datetime

Name

a27939345_location_name

Location Name

general_information

String

Description

a27939345_description

Description

general_information

String

Telephone

a27939345_telephone

Telephone

location

Phone number

TelephoneExtension

a27939345_telephone_extension

Telephone Extension

location

String

TimeZone

a27939345_time_zone

Time Zone

location

String

Address.Address1

a27939345_address_line_1

Address Line 1

location

String

Address.Address2

a27939345_address_line_2

Address Line 2

location

String

Address.City

a27939345_city

City

location

String

Address.Country

a27939345_country

Country

location

String

Address.StateProvince

a27939345_state_province

State/Province

location

String

Address.ZipPostalCode

a27939345_zip_postal_code

Zip/Postal Code

location

String

Address.Latitude

a27939345_latitude

Latitude

location

String

Address.Longitude

a27939345_longitude

Longitude

location

String

OpeningHours["Sunday"] → {Start} - {End}

a27939345_hours_sunday

Hours – Sunday

opening_hours

String

OpeningHours["Monday"]

a27939345_hours_monday

Hours – Monday

opening_hours

String

OpeningHours["Tuesday"]

a27939345_hours_tuesday

Hours – Tuesday

opening_hours

String

OpeningHours["Wednesday"]

a27939345_hours_wednesday

Hours – Wednesday

opening_hours

String

OpeningHours["Thursday"]

a27939345_hours_thursday

Hours – Thursday

opening_hours

String

OpeningHours["Friday"]

a27939345_hours_friday

Hours – Friday

opening_hours

String

OpeningHours["Saturday"]

a27939345_hours_saturday

Hours – Saturday

opening_hours

String

(branch)

smartrec_organization

Organization

amilia_smartrec

Enumeration (select)

Associations

From

To

What it represents

App Object (Location)

Deal

Activity Occurrences held at this location

📸 Screenshot: AmiliaSmartRec Locations record in HubSpot showing the four property groups: amilia_smartrec, general_information, location, opening_hours.

Things to know

  • About the a27939345_ prefix. Every property name starts with a27939345_ — that's the integration app's namespace in HubSpot. You don't need to memorize it; the labels (e.g., "Location Name", "Hours – Monday") are what you'll see in the UI.

  • a27939345_full_name is the full hierarchical name (parent → child). Use it when a single location name is ambiguous across a network.

  • Opening hours format. Each day is a string formatted as HH:mm - HH:mm in 24-hour time. Closed days come through as empty.

Related articles