{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "live4changeinc",
  "slug": "",
  "url": "https://ro.am/live4changeinc/",
  "displayUrl": "ro.am/live4changeinc",
  "name": "L4C Onboarding ",
  "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/ba353c82-2878-47a5-9ad4-cb1a755a7e44"
    },
    {
      "name": "Michelle Kelley",
      "imageUrl": "https://ro.am/card-images/d43b6f76-f41e-4e10-9539-1ca3db581b25"
    },
    {
      "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/AZ96pjzGc9iiH93M71z9Dg/URR1LnpaJGG9CU16UE6u2w",
  "bookingForm": {
    "fields": [
      {
        "id": "019f7aa6-3cc6-73d8-a21f-ebecdf426970",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019f7aa6-3cc6-73d8-a21f-edc1388d2d8d",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019f7aa6-3cc6-73d8-a21f-f2f026334fc3",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019f7ad4-1053-7090-b548-f92ff085bfc6",
        "name": "How did you hear about us?",
        "type": "checkbox",
        "required": true,
        "options": [
          {
            "id": "019f7ac0-7a93-75d1-8db2-600197fddf47",
            "label": "Referred By Some"
          },
          {
            "id": "019f7ac0-7a93-75d1-8db2-65c4918bf69a",
            "label": "NC Works"
          },
          {
            "id": "019f7ac0-7a93-75d1-8db2-6bbb8cb97830",
            "label": "Live4change Website"
          },
          {
            "id": "019f7ac1-576b-72fd-84a5-e8910963fc27",
            "label": "VCC"
          },
          {
            "id": "019f7ad3-8994-75e9-a1aa-58757685966e",
            "label": "Other"
          }
        ]
      },
      {
        "id": "019f7ad9-5729-7732-a551-020a58b045d2",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=live4changeinc&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."
    }
  }
}