Settings

Settings

Organization, Customer Experience SOP, training scripts, tags, and phone-system ingest credentials.

Customer Experience

Chloe's CX Process SOP applies to every scored advisor call (with the call-type script). It does not rebuild inbound/outbound rubric weights.

Customer Experience SOP

Org-wide Chloe's CX process. Used on every scored call with the inbound/outbound script — does not replace rubric %. Paste text (from PDF) or upload .txt / .md.

4,568 characters on file

Training scripts

Upload Chloe's Inbound Sales Inquiry and Outbound DVI / Estimate scripts. We rebuild rubric weights from the script (AI when OPENAI_API_KEY is set), then Coaching Triage scores calls and writes coaching tips against that script.

Inbound Sales Inquiry

Original Chloe's / Sanco-style inbound script grading · applies to inbound

View on Rubrics

Current rubric weights

  • SERVICE ADVISOR:**12%
  • > "Thank you for calling Chloe's Auto Repair …12%
  • If the customer asks:12%
  • > "How much do you charge for __________?"12%
  • > "I think my vehicle needs __________."12%
  • Do **NOT** immediately quote a price.12%
  • > "I'd be happy to help you with that. May I …12%
  • Allow the customer to fully explain.16%

Outbound DVI / Estimate

Role-play structure for estimate delivery calls · applies to outbound

View on Rubrics

Current rubric weights

  • SERVICE ADVISOR**12%
  • > "Hello, may I speak with **Mr./Ms. (Custome…12%
  • > "Hi, this is **(Your Name)** from Chloe's A…12%
  • > "Absolutely, I understand. What would be a …12%
  • Document the callback time and follow through.12%
  • > "Great! Our ASE Certified Technician, **(Te…12%
  • > "We inspected the concern you brought your …12%
  • Before discussing the repair, reassure the cu…16%

Organization

Chloe's Auto Repair

Locations: Kennesaw · Dallas Hiram

Phone ingest

Point your Grandstream / Edge CCTV recording pipeline at this endpoint after every call:

POST /api/ingest/calls
Authorization: Bearer dev-ingest-key-change-me
Content-Type: application/json

{
  "externalId": "cdr-unique-id",
  "direction": "inbound",
  "fromNumber": "+1...",
  "toNumber": "+1...",
  "extension": "101",
  "locationCode": "KEN",
  "startedAt": "2026-08-07T15:00:00.000Z",
  "durationSec": 180,
  "transcript": "optional if you already have text",
  "attributionSource": "google_ads"
}

Multipart also supported: field payload (JSON) + file field recording.

  • Grandstream / Edge CCTV Ingest · prefix dev-ingest-k… · active

Tags

Attribution: Google AdsAttribution: Google OrganicEmployees: JordanAttribution: MailerEmployees: MariaEmployees: Zachimportedliveoutboundsoftphone

AI scoring & transcription

  • OPENAI_API_KEY — Whisper transcription + GPT rubric scoring + script→rubric rebuild + CX SOP–aware coaching tips.
  • DEEPGRAM_API_KEY — preferred for phone audio STT when set (falls back to Whisper).
  • Without keys, paste a transcript on Import — heuristic scoring still works; script rebuild uses line-based criteria.