True Home CRM — Backend
This deployment only serves API routes — there's no dashboard here. The actual front end is true-home-crm-design.html, wired up separately to call these endpoints.
Available endpoints:
POST /api/county/ingest— county-import webhook (called by n8n)POST /api/people/create— add a person to a propertyPOST /api/team/verify-pin— PIN loginPOST /api/jobs/daily-recalculate— daily urgency/priority recompute + GHL Opportunity push (called by an n8n Schedule trigger, once a day)POST /api/jobs/retry-ghl-sync— retries any still-failing GHL Contact creations (called by an n8n Schedule trigger, every 15-30 min)
If you can see this page, the deployment is up and reachable.