{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "mfaulkner",
  "slug": "",
  "url": "https://ro.am/mfaulkner/",
  "displayUrl": "ro.am/mfaulkner",
  "name": "Meet with Matthew Faulkner, SOAR Engineer at CyFlare",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "CyFlare"
  },
  "hosts": [
    {
      "name": "Matthew Faulkner",
      "imageUrl": "https://ro.am/card-images/2d584192-62ec-4f72-ade8-7b9fddd370e3"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZOIuWyhdUmi0xsl1T25Ng/R_tmVB9uYffU99U1UrW-kg",
  "bookingForm": {
    "fields": [
      {
        "id": "019388b9-6ca1-7549-a2d3-24e8d90a067c",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019388b9-6ca1-7549-a2d3-2b1a202b26a5",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0198e520-9812-7001-8020-98a5e426177a",
        "name": "Company",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0193d0de-f1f7-731a-9368-02c46dd29e15",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019388b9-6ca1-7549-a2d3-2dd9557de8b9",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=mfaulkner&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."
    }
  }
}