{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "BuildYourBusiness",
  "slug": "lobby-1",
  "url": "https://ro.am/BuildYourBusiness/lobby-1",
  "displayUrl": "ro.am/BuildYourBusiness/lobby-1",
  "name": "Loan Consultation Call/ Consulta de Hipoteca",
  "description": "On this call we will talk about your mortgage goals to determine the next steps.\n\n",
  "descriptionMarkdown": "On this call we will talk about your mortgage goals to determine the next steps.\n\n",
  "organization": {
    "name": "4MG MORTGAGE, LLC."
  },
  "hosts": [
    {
      "name": "Ashlin Endter",
      "imageUrl": "https://ro.am/card-images/19e79617-da40-46d1-ac2f-bed8f3c77cf4"
    }
  ],
  "duration": {
    "defaultMinutes": 25,
    "optionsMinutes": [
      25
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZcTu3IJczqJOwb4snv5qA/gSWKzsoFzOVgzKAlA4NFwg",
  "bookingForm": {
    "fields": [
      {
        "id": "019713bb-7209-733a-893b-10c1d8bd6913",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019713bb-7209-733a-893b-14f7f54aab1c",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019713bb-7209-733a-893b-1a907c5dcae9",
        "name": "Referral From? \nReferido de parte de?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0197f0f0-5a1a-729b-befd-de7729cdfb6e",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019ce52e-bdf5-722c-90a9-9016e3911ff3",
        "name": "Is there anything I need to know before our call?\nHay algo que necesito saber antes de nuestra llamada?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019ce533-7fd0-72e4-8b27-797a6bce7dbd",
        "name": "Do you have a house in mind already?\nYa tienes una casa en mente?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019cfdc9-9a27-7259-b92a-e827bb0fb265",
        "name": "What is your credit score?\nCual es el puntuaje del credito?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019cfdca-380e-750e-9de5-c7a2ecd06f7c",
        "name": "How soon are you looking to buy?\nEn cuanto tiempo estas buscando comprar?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019cfdca-b2df-7118-aa6b-5a8caf210c36",
        "name": "How much money do you have to buy?\nCuanto dinero tienes dispobible para la compra?",
        "type": "short_text",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=BuildYourBusiness&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."
    }
  }
}