{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "robert.meet",
  "slug": "spectrummeeting",
  "url": "https://ro.am/robert.meet/spectrummeeting",
  "displayUrl": "ro.am/robert.meet/spectrummeeting",
  "name": "Spectrum Benefits",
  "description": "📌 Meeting Purpose: Intro Call – Spectrum Benefits Level-Funded Health Plan\n\n🎯 Objective: Provide an overview of Spectrum’s cost-saving, level-funded health solution designed for small to mid-sized employers. Review eligibility, plan structure, network options, and next steps for quoting.\n\n🧾 Materials Needed: Dependent-level census (if available)",
  "descriptionMarkdown": "📌 Meeting Purpose: Intro Call – Spectrum Benefits Level-Funded Health Plan\n\n🎯 Objective: Provide an overview of Spectrum’s cost-saving, level-funded health solution designed for small to mid-sized employers. Review eligibility, plan structure, network options, and next steps for quoting.\n\n🧾 Materials Needed: Dependent-level census (if available)",
  "organization": {
    "name": "Taylor Insurance Services"
  },
  "hosts": [
    {
      "name": "Tim Rose",
      "imageUrl": "https://ro.am/card-images/5eeca623-8fc3-40c6-9379-f07c2c8dfab8"
    },
    {
      "name": "William Hall",
      "imageUrl": "https://ro.am/card-images/a3d8afc1-eb2c-4288-9385-85e0b5ca55f9"
    },
    {
      "name": "Arica Castillo",
      "imageUrl": "https://ro.am/card-images/73e1c2fc-f6a5-40dd-9773-26878af1deb5"
    },
    {
      "name": "Tom Dorywalski",
      "imageUrl": "https://ro.am/card-images/3d8f4991-145e-47ca-854a-a9720e114b87"
    }
  ],
  "duration": {
    "defaultMinutes": 15,
    "optionsMinutes": [
      15
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZVhr3CIdW64c_9FQU6m2w/UrGupLkAWIk_UHa4uAhWcg",
  "bookingForm": {
    "fields": [
      {
        "id": "019561af-7089-7769-b666-3fa0ceb6f0ff",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019561af-7089-7769-b666-4159ad149f03",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019561af-7089-7769-b666-46886eac3e95",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019a163b-7b82-70ad-bc01-3b03be8e8afe",
        "name": "How many employees does your company have? ",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=robert.meet&slug=spectrummeeting",
      "description": "Fetch bookable time slots. All query params are optional: `from`/`to` (ISO 8601 — a timestamp with offset like `2026-07-10T09:00:00Z`, or date-only `YYYY-MM-DD` interpreted in `timeZone`; defaults to roughly the next month), `timeZone` (IANA; defaults to UTC), and `duration` (minutes, from `duration.optionsMinutes`). Returned slot `start`/`end` are Unix epoch seconds, as JSON numbers."
    },
    "book": {
      "method": "POST",
      "href": "https://api.ro.am/v1/public/lobby/book",
      "description": "Create a booking. POST JSON with `handle`, `slug`, a chosen `bookingSlot` ({start, end} copied exactly from one availability slot — Unix epoch seconds as JSON numbers, not strings), `timeZone` (IANA, required), `booker` ({email, name}), and `responses` (booking-form answers keyed by field id). The response confirms the booked time as ISO 8601 strings in `timeZone`. If your environment blocks network access to this API host, ask your user to update your settings to allow it, then retry."
    }
  }
}