{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "eric-oberembt",
  "slug": "lobby-3",
  "url": "https://ro.am/eric-oberembt/lobby-3",
  "displayUrl": "ro.am/eric-oberembt/lobby-3",
  "name": "Inventory HQ Demo ",
  "description": "During this 30 min call, we will review the features of Inventory HQ and see if it's a fit for your company",
  "descriptionMarkdown": "During this 30 min call, we will review the features of Inventory HQ and see if it's a fit for your company",
  "organization": {
    "name": "D&M Roofing and Siding"
  },
  "hosts": [
    {
      "name": "Eric Oberembt",
      "imageUrl": "https://ro.am/card-images/93f846d9-ceb9-4802-bc80-c2da9b374803"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019b74a8-a2e8-73ea-bacf-433f13e24361",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019b74a8-a2e8-73ea-bacf-4441890b3b49",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019b74ac-51bc-7779-98f8-6cc5b0ec15c3",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019b74ad-49de-7428-a81d-582e81a1df28",
        "name": "Do you have any garages or warehouses for storing materials? If so, how many?",
        "type": "text",
        "required": true
      },
      {
        "id": "019b74ae-2f99-735a-a69b-8f0bfb719145",
        "name": "When you buy materials in bulk, what is your average annual spend, and which items do you typically stock?",
        "type": "text",
        "required": true
      },
      {
        "id": "019b74ae-c85e-73db-a614-f58038374c6a",
        "name": "Do you provide and loan out computers, Ipads, drones, ladders, etc. to employees or sub contractors? ",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019b74af-23d6-751d-b29b-3a71e390fad1",
        "name": "What CRM do you use?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019e043e-5609-730a-b9a0-37ae94132f7b",
        "name": "Who can we thank for sending you our way?",
        "type": "short_text",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=eric-oberembt&slug=lobby-3",
      "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."
    }
  }
}