{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "normfrascona",
  "slug": "lobby-1",
  "url": "https://ro.am/normfrascona/lobby-1",
  "displayUrl": "ro.am/normfrascona/lobby-1",
  "name": "MpireU",
  "description": "MpireU – The Fastest Path to Becoming a Producing Loan Officer\n\nStruggling to get deals? Not sure what to do every day to grow your business? MpireU is a 4-6 week intensive training program designed to take newly licensed and low-producing Loan Officers from stuck to closing deals FAST.\n\n💡 What You’ll Learn:\n✅ How to build a pipeline from scratch\n✅ Proven scripts & strategies to win Realtor referrals\n✅ Social media & AI marketing tactics that generate leads\n✅ Time-blocking & daily disciplines to create massive momentum\n\n📅 Book a quick call to learn how MpireU can help you break through and start closing deals. Spots are limited!",
  "descriptionMarkdown": "MpireU – The Fastest Path to Becoming a Producing Loan Officer\n\nStruggling to get deals? Not sure what to do every day to grow your business? MpireU is a 4-6 week intensive training program designed to take newly licensed and low-producing Loan Officers from stuck to closing deals FAST.\n\n💡 What You’ll Learn:\n✅ How to build a pipeline from scratch\n✅ Proven scripts & strategies to win Realtor referrals\n✅ Social media & AI marketing tactics that generate leads\n✅ Time-blocking & daily disciplines to create massive momentum\n\n📅 Book a quick call to learn how MpireU can help you break through and start closing deals. Spots are limited!",
  "organization": {
    "name": "Mpire Financial"
  },
  "hosts": [
    {
      "name": "Norm Frascona",
      "imageUrl": "https://ro.am/card-images/666b06a6-3c0a-4038-9957-77175e1da722"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZXJuEvLdR-95dmsd4EmAA/pu5NpYSvrsOf_C4tSHYZow",
  "bookingForm": {
    "fields": [
      {
        "id": "0195c9b8-4bcb-751f-bde5-e6ff48119f6a",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0195c9b8-4bcb-751f-bde5-ea27bb0eaa09",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0195c9be-c5ca-7368-84fb-822891c555cd",
        "name": "Are you currently licensed?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0195c9b8-4bcb-751f-bde5-ed4b4fc5f49e",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=normfrascona&slug=lobby-1",
      "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."
    }
  }
}