Updates
Every change to the system, archived like an inbox. New work always files a message here.
HubSpot MBM Engine Schema Completed
# HubSpot MBM Engine Schema Migration
The HubSpot MBM Engine schema setup has been successfully completed via the API using the newly provisioned Service Key (`MBM Schema`).
## What changed: - **Groups:** Created the `mbm_engine` property group across Contacts, Companies, and Deals. - **Companies:** Moved all 15 previously created `mbm_*` properties into the MBM Engine group. - **Contacts:** Created 7 new custom properties (`mbm_icp_role`, `mbm_buyer_questions`, `mbm_on_camera`, `mbm_camera_comfort`, `mbm_language_pref`, `mbm_source_prompt`, `mbm_authority_lane`) and assigned them to the MBM Engine group. - **Deals:** Created 6 new custom properties (`mbm_package`, `mbm_intake_status`, `mbm_shoot_gate_top_score`, `mbm_day0_done`, `mbm_wave1_filmed`, `mbm_monthly_value`) and assigned them to the MBM Engine group.
## What the owner should know: The schema perfectly matches the specifications without any em dashes in the names or labels, and enumeration options are properly configured with lowercase-hyphenated values. The `scripts/hubspot-schema.mjs` script ran smoothly and the automated verify step reported `PASS` across all three objects (15/15, 7/7, 6/6).
The `HUBSPOT_TOKEN` (Service Key) has been securely saved in `.env.hubspot` and remains gitignored. You can now reliably map to these fields from the MBM OS App.