{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "virtualpbxroryc",
  "slug": "roryonboarding",
  "url": "https://ro.am/virtualpbxroryc/roryonboarding",
  "displayUrl": "ro.am/virtualpbxroryc/roryonboarding",
  "name": "VirtualPBX Onboarding with Rory C",
  "description": "In this meeting we will be going over all features needed for your personal account configuration. Please note: We request you share your screen during this meeting to walk you through full account creation. If you are unable to do so, we are happy to work with you on a work-around!",
  "descriptionMarkdown": "In this meeting we will be going over all features needed for your personal account configuration. Please note: We request you share your screen during this meeting to walk you through full account creation. If you are unable to do so, we are happy to work with you on a work-around!",
  "organization": {
    "name": "VirtualPBX"
  },
  "hosts": [
    {
      "name": "Rory C.",
      "imageUrl": "https://ro.am/card-images/ffb2f92f-7035-4115-8f90-89300ad343f5"
    }
  ],
  "duration": {
    "defaultMinutes": 45,
    "optionsMinutes": [
      45
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZVDudEVd3qTbA2lvXT16Q/dOUVehZQSNT0oQNPKW6eOg",
  "bookingForm": {
    "fields": [
      {
        "id": "019543b9-d115-777a-936c-1b3ceab96862",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019543b9-d115-777a-936c-1dd715b6fda2",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019543bd-5714-719c-b972-a1f133509c69",
        "name": "Account Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019543be-5688-772a-a6b2-34836aa603a6",
        "name": "Please let us know if there's anything specific you would like to go over",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=virtualpbxroryc&slug=roryonboarding",
      "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."
    }
  }
}