{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "melissa-seibert",
  "slug": "",
  "url": "https://ro.am/melissa-seibert/",
  "displayUrl": "ro.am/melissa-seibert",
  "name": "Meet with Melissa Seibert,",
  "description": "Please be sure to: \n 💻 Log in from your Windows 11 computer (phones, tablets, and Macs are not supported). \n🎥 Remain on camera for the entire session. \n 👔 Dress professionally. \n 🔇 Be in a quiet, well-lit space with no background noise.\n🌐 Use a stable internet connection — a hardwired (Ethernet) connection is best.\n If you need to reschedule, please reply to this email as soon as possible. \n Looking forward to meeting with you!",
  "descriptionMarkdown": "Please be sure to: \n 💻 Log in from your Windows 11 computer (phones, tablets, and Macs are not supported). \n🎥 Remain on camera for the entire session. \n 👔 Dress professionally. \n 🔇 Be in a quiet, well-lit space with no background noise.\n🌐 Use a stable internet connection — a hardwired (Ethernet) connection is best.\n If you need to reschedule, please reply to this email as soon as possible. \n Looking forward to meeting with you!",
  "organization": {
    "name": "L4C"
  },
  "hosts": [
    {
      "name": "Melissa Seibert",
      "imageUrl": "https://ro.am/card-images/c8223389-6125-4566-9568-ff8786bfc005"
    },
    {
      "name": "Alicia Rucker",
      "imageUrl": "https://ro.am/card-images/7bc80273-4675-4bbc-9ce2-52c842588a4d"
    },
    {
      "name": "Michelle Kelley",
      "imageUrl": "https://ro.am/card-images/d43b6f76-f41e-4e10-9539-1ca3db581b25"
    },
    {
      "name": "Tay Koonce",
      "imageUrl": "https://ro.am/card-images/b93db170-a3cb-4a7a-8dc1-ff81a7c26226"
    },
    {
      "name": "Christopher Ward",
      "imageUrl": "https://ro.am/card-images/72346d0c-0239-47a7-b304-e26d1f8aac53"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZ923JVgcqGql8hJKYXYGg/dOxAzrWdwKvryXP6FemByw",
  "bookingForm": {
    "fields": [
      {
        "id": "019f76dc-9560-72a1-aa97-d6f8315a00b5",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019f76dc-9560-72a1-aa97-d9703da26c2e",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019f76dc-9560-72a1-aa97-dd6a713c4b6e",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019f7aa1-e9da-72c4-bc53-835b043b6d6f",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=melissa-seibert&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."
    }
  }
}