{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "TISmeeting",
  "slug": "",
  "url": "https://ro.am/TISmeeting/",
  "displayUrl": "ro.am/TISmeeting",
  "name": "Spectrum Benefits Consultation",
  "description": "Learn how Spectrum Benefits helps small and mid-sized businesses offer competitive, customizable health plans with level funding. On this call, we’ll cover how you can reduce costs, improve benefits, and simplify your health insurance strategy — all with no participation or contribution minimums and as few as 5 enrolled employees.\n\nIncludes Health, MEC, GAP and all your employee benefits needs. \n\nStraightforward information to help you explore if Spectrum is the right fit for your team.",
  "descriptionMarkdown": "Learn how Spectrum Benefits helps small and mid-sized businesses offer competitive, customizable health plans with level funding. On this call, we’ll cover how you can reduce costs, improve benefits, and simplify your health insurance strategy — all with no participation or contribution minimums and as few as 5 enrolled employees.\n\nIncludes Health, MEC, GAP and all your employee benefits needs. \n\nStraightforward information to help you explore if Spectrum is the right fit for your team.",
  "organization": {
    "name": "Taylor Insurance Services"
  },
  "hosts": [
    {
      "name": "William Hall",
      "imageUrl": "https://ro.am/card-images/a3d8afc1-eb2c-4288-9385-85e0b5ca55f9"
    },
    {
      "name": "Tom Dorywalski",
      "imageUrl": "https://ro.am/card-images/3d8f4991-145e-47ca-854a-a9720e114b87"
    },
    {
      "name": "Arica Castillo",
      "imageUrl": "https://ro.am/card-images/73e1c2fc-f6a5-40dd-9773-26878af1deb5"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZjm4MnjdcqkHnawepTTpw/7cn7_UdQm7RLH5fPmT3Hsg",
  "bookingForm": {
    "fields": [
      {
        "id": "0198e6e0-c9e4-778f-85c8-a4c25e5a104e",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0198e6e0-c9e5-73be-8ecd-af886d1002e3",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0198e6e0-c9e5-73be-8ecd-b3bee6f3cf3b",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "01998103-1006-723a-99ee-f5d77208b937",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      },
      {
        "id": "019c9040-8af7-750e-abf4-1aaa1120965d",
        "name": "Company Name",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=TISmeeting&slug=",
      "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."
    }
  }
}