{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "jordan-chandler",
  "slug": "employerbenefits",
  "url": "https://ro.am/jordan-chandler/employerbenefits",
  "displayUrl": "ro.am/jordan-chandler/employerbenefits",
  "name": "Employer Benefits Strategy Meeting with Jordan Chandler",
  "description": "A conversation to explore Waymaker’s Employee Homeownership Benefit and see whether it may be a good fit for your team. We’ll discuss how the program works, available employee resources, optional workshops and webinars, and what implementation could look like for your company.",
  "descriptionMarkdown": "A conversation to explore Waymaker’s Employee Homeownership Benefit and see whether it may be a good fit for your team. We’ll discuss how the program works, available employee resources, optional workshops and webinars, and what implementation could look like for your company.",
  "organization": {
    "name": "Waymaker Mortgage Company"
  },
  "hosts": [
    {
      "name": "Jordan Chandler",
      "imageUrl": "https://ro.am/card-images/329f53c8-bc20-48d1-9c38-cd094c4eacbe"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZ9nmLYFcauvhLJtD4P6Iw/428IokdB2lOsfS_cZnS36g",
  "bookingForm": {
    "fields": [
      {
        "id": "019f6798-b605-71ab-af84-d22c828ad86c",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019f6798-b605-71ab-af84-d523c0be0285",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019f6798-b605-71ab-af84-da9a69eb0b62",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019f6798-b605-71ab-af84-dfb79561f096",
        "name": "Job Title",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019f6798-b605-71ab-af84-e7a0a321b3bc",
        "name": "Number of Employees",
        "type": "dropdown",
        "required": false,
        "options": [
          {
            "id": "019f6790-5ff2-727a-9c36-a0d96fc15737",
            "label": "1-10"
          },
          {
            "id": "019f6790-5ff2-727a-9c36-a737995b2411",
            "label": "11-50"
          },
          {
            "id": "019f6790-5ff2-727a-9c36-aa293f82897f",
            "label": "51-200"
          },
          {
            "id": "019f679c-f713-7089-8bca-3519b765d319",
            "label": "201-500"
          },
          {
            "id": "019f679d-185d-746f-9414-6cbaa83c7c5c",
            "label": "501-1000"
          },
          {
            "id": "019f679d-37a6-7372-ba37-f6e7a07b1109",
            "label": "1000+"
          }
        ]
      },
      {
        "id": "019f6798-b605-71ab-af84-e3ceeaef4647",
        "name": "What are you interested in?",
        "type": "checkbox",
        "required": false,
        "options": [
          {
            "id": "019f678e-d1bc-761a-bf8d-a54845d8a8d0",
            "label": "Employee Homeownership Benefit"
          },
          {
            "id": "019f678d-abf2-743a-a582-2f1964987a12",
            "label": "Workshop"
          },
          {
            "id": "019f678f-5e2f-7178-b525-0a005419af60",
            "label": "Lunch and Learn"
          },
          {
            "id": "019f678d-abf2-743a-a582-32e4c6937d94",
            "label": "Webinar"
          },
          {
            "id": "019f678d-abf2-743a-a582-362d19af70b4",
            "label": "Physician or Employee Relocation"
          },
          {
            "id": "019f678f-da5e-7399-80ae-d89c428f42e8",
            "label": "Other"
          }
        ]
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=jordan-chandler&slug=employerbenefits",
      "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."
    }
  }
}