{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "wealthpoint",
  "slug": "discovery",
  "url": "https://ro.am/wealthpoint/discovery",
  "displayUrl": "ro.am/wealthpoint/discovery",
  "name": "Discovery Meeting with George Woolford, Financial Advisor at Wealthpoint Advisory",
  "description": "This initial meeting is designed to understand your financial goals, challenges, and priorities. We'll discuss what's most important to you right now, explore your current financial situation, and identify the next steps to help you achieve the outcomes you want. Our focus is on education, clarity, and creating a simple, effective plan tailored to your needs.",
  "descriptionMarkdown": "This initial meeting is designed to understand your financial goals, challenges, and priorities. We'll discuss what's most important to you right now, explore your current financial situation, and identify the next steps to help you achieve the outcomes you want. Our focus is on education, clarity, and creating a simple, effective plan tailored to your needs.",
  "organization": {
    "name": "Wealthpoint Advisory"
  },
  "hosts": [
    {
      "name": "George Woolford",
      "imageUrl": "https://ro.am/card-images/709c56a3-a1d5-4c04-a36e-f4753fa984da"
    }
  ],
  "duration": {
    "defaultMinutes": 90,
    "optionsMinutes": [
      90
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZTJmfzpdVmwkoksmMlZ5Q/yjJGk3iECasibB0W82Ugqw",
  "bookingForm": {
    "fields": [
      {
        "id": "0194c999-fce9-7559-b092-94cbae8ac85a",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0194c999-fce9-7559-b092-99e32fd6b000",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0194cfbe-4f50-77f8-a00f-ba0e29e117d4",
        "name": "Phone Number",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0194c999-fce9-7559-b092-9cf1210895e6",
        "name": "👉 \"What is the main financial concern you'd like to discuss?\"",
        "type": "checkbox",
        "required": true,
        "options": [
          {
            "id": "0194cfbc-2e43-715c-9134-469a294c486f",
            "label": "Retirement planning"
          },
          {
            "id": "0194cfbc-2e46-73d7-880e-e07d54653271",
            "label": "Growing investments"
          },
          {
            "id": "0194cfbc-2e46-73d7-880e-e7e1d86edaef",
            "label": "Buying a home/investment property"
          },
          {
            "id": "0194cfbd-18a4-720e-bdc9-22313cdb5951",
            "label": "Superannuation advice"
          },
          {
            "id": "0194cfbd-31b7-774e-a2cb-f9fb6e804cd2",
            "label": "Debt management"
          },
          {
            "id": "0194cfbd-50e1-749a-a4dd-2e9e1da531bf",
            "label": "Insurance & protection"
          },
          {
            "id": "0194cfbd-74b0-75ff-bdc9-70a90b5f4f51",
            "label": "Business financial planning"
          },
          {
            "id": "0194cfbd-8bab-75f2-a3dd-ad557ee824f9",
            "label": "Estate planning"
          }
        ]
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=wealthpoint&slug=discovery",
      "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."
    }
  }
}