{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "craig-goldberg",
  "slug": "",
  "url": "https://ro.am/craig-goldberg/",
  "displayUrl": "ro.am/craig-goldberg",
  "name": "Meet with Craig Goldberg at Iaminharmony",
  "description": "This is my personal meeting room in Roam, our company HQ online. If you need to get in touch with me immediately, you can text me directly on my personal cell: +1-917-494-8944. \nFrom this room, you can click below and \"Drop In Now\" if I am available. Otherwise, use the form to book time on my calendar. I look forward to meeting with you. \n\nThank you! \n\nCraig",
  "descriptionMarkdown": "This is my personal meeting room in Roam, our company HQ online. If you need to get in touch with me immediately, you can text me directly on my personal cell: +1-917-494-8944. \nFrom this room, you can click below and \"Drop In Now\" if I am available. Otherwise, use the form to book time on my calendar. I look forward to meeting with you. \n\nThank you! \n\nCraig",
  "organization": {
    "name": "inHarmony HQ"
  },
  "hosts": [
    {
      "name": "Craig Goldberg",
      "imageUrl": "https://ro.am/card-images/dde5ac6d-d58c-440b-a8cf-40b46d695f9b"
    }
  ],
  "duration": {
    "defaultMinutes": 15,
    "optionsMinutes": [
      15,
      30,
      50
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZ_tAORAdOyzEPhhj_FTxA/Gk08qjtzsZeLmBSptDrxSQ",
  "bookingForm": {
    "fields": [
      {
        "id": "019fed00-e440-74ec-b311-051614df2d76",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019fed00-e440-74ec-b311-0a95e807df13",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019ff791-bd76-7383-b90f-a126f74615bd",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019fed00-e440-74ec-b311-0d83bd8db1ca",
        "name": "Why are we meeting?",
        "type": "text",
        "required": true
      },
      {
        "id": "01a06442-f3a2-75e4-a7e9-18cd2dece6a5",
        "name": "Who are we meeting with? ",
        "type": "text",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=craig-goldberg&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."
    }
  }
}