{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "JayBoykin",
  "slug": "alignedimpactconsult",
  "url": "https://ro.am/JayBoykin/alignedimpactconsult",
  "displayUrl": "ro.am/JayBoykin/alignedimpactconsult",
  "name": "45-minute consultation with Jay Boykin",
  "description": "A working conversation about your numbers — your business or your board. Come with a recent P&L (or your reserve study, for HOA questions) and the question you actually want answered. 45 minutes, video, in your browser.",
  "descriptionMarkdown": "A working conversation about your numbers — your business or your board. Come with a recent P&L (or your reserve study, for HOA questions) and the question you actually want answered. 45 minutes, video, in your browser.",
  "organization": {
    "name": "Jay Boykin | Just Human"
  },
  "hosts": [
    {
      "name": "Jay Boykin",
      "imageUrl": "https://ro.am/card-images/4cc690f1-8a7e-4a33-b5ca-04438e9fce3a"
    }
  ],
  "duration": {
    "defaultMinutes": 45,
    "optionsMinutes": [
      45
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "0198e345-ab2e-7650-9387-82ccbec483bc",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0198e345-ab2e-7650-9387-86f560719b2d",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019f9f76-0ccd-758f-a5e1-7f06ba6ffa84",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "0198e345-ab2e-7650-9387-88e31fbcf04c",
        "name": "Which best describes you?",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "019f9f79-ece7-703b-aa62-921e10637264",
            "label": "Business owner / operator"
          },
          {
            "id": "019f9f79-ece7-703b-aa62-945abc46c49c",
            "label": "HOA board member"
          },
          {
            "id": "019f9f79-ece7-703b-aa62-9b0966fce873",
            "label": "HOA property manager"
          },
          {
            "id": "019f9f7a-443b-7404-b626-1f971919dee8",
            "label": "Other"
          }
        ]
      },
      {
        "id": "019f9f7c-6ce6-7198-8645-95727f22e917",
        "name": "What's the one question you'd most like answered?",
        "type": "text",
        "required": true
      },
      {
        "id": "019f9f7e-06d6-704f-a0c6-527fc642c046",
        "name": "How did you hear about Aligned Impact?",
        "type": "dropdown",
        "required": false,
        "options": [
          {
            "id": "019f9f7c-fefe-73e8-b686-53688f7728d0",
            "label": "Google search"
          },
          {
            "id": "019f9f7c-fefe-73e8-b686-57f7ba1e05e3",
            "label": "YouTube"
          },
          {
            "id": "019f9f7c-fefe-73e8-b686-58b12647ccde",
            "label": "LinkedIn "
          },
          {
            "id": "019f9f7d-a24f-738c-9bb3-8829da3317e7",
            "label": "Referral"
          },
          {
            "id": "019f9f7d-c211-73ec-87d0-031fd57916ef",
            "label": "Podcast or speaking"
          },
          {
            "id": "019f9f7d-e0e1-739c-a479-542ff265defd",
            "label": "Other"
          }
        ]
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=JayBoykin&slug=alignedimpactconsult",
      "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."
    }
  }
}