{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "ZachBaston",
  "slug": "",
  "url": "https://ro.am/ZachBaston/",
  "displayUrl": "ro.am/ZachBaston",
  "name": "Set up a chat!",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "PrimeBid"
  },
  "hosts": [
    {
      "name": "Zach Baston",
      "imageUrl": "https://ro.am/card-images/e74c8643-931c-48b8-a7b9-b5cf463bb3b5"
    }
  ],
  "duration": {
    "defaultMinutes": 10,
    "optionsMinutes": [
      10
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "0192c648-ae9c-7556-afdb-8e0e205fdf09",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192c648-ae9c-7556-afdb-961346434515",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0194ae49-6daa-715c-b4b5-11f3638d1ed7",
        "name": "Phone",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "01949591-b983-743f-bc7f-3bf0dc8b5dae",
        "name": "Street Address",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01949592-0844-74db-8bb9-8390dc32426a",
        "name": "City",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01949592-526f-75af-8fc7-89b81fab480d",
        "name": "State",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01949592-2bef-739f-b71e-afd92ad75391",
        "name": "Zip Code",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019494f1-9c05-77dc-9e26-084708fd1e04",
        "name": "Select all the services you're interested in exploring",
        "type": "checkbox",
        "required": true,
        "options": [
          {
            "id": "019494f0-d657-73bc-9aef-ec8bb107f8c5",
            "label": "Solar Panels"
          },
          {
            "id": "01949595-088c-77aa-b10a-41dc9c903093",
            "label": "Tesla Solar Roof"
          },
          {
            "id": "019494f0-d657-73bc-9aef-f3fd5bc45517",
            "label": "Battery Back Up"
          },
          {
            "id": "01949592-acac-709e-8202-ef2fcfca26bb",
            "label": "EV Charging/Powershare"
          },
          {
            "id": "01949594-ef1f-7043-988b-9db238291099",
            "label": "Roof Replacement"
          }
        ]
      },
      {
        "id": "01949596-35e5-73f7-ac2b-0eae7a50f1a0",
        "name": "Average Monthly Electric Bill",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192c648-ae9c-7556-afdb-9a80be0c9209",
        "name": "Is there anything you'd like us to know or prepare for your meeting?",
        "type": "text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=ZachBaston&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."
    }
  }
}