{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "jeremy_hayes",
  "slug": "",
  "url": "https://ro.am/jeremy_hayes/",
  "displayUrl": "ro.am/jeremy_hayes",
  "name": "1 on 1 with Jeremy Hayes, Director at Growth Insurance Group",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Growth Insurance Group"
  },
  "hosts": [
    {
      "name": "Jeremy Hayes",
      "imageUrl": "https://ro.am/card-images/d8953287-9878-4f56-8d09-237596b6fd62"
    }
  ],
  "duration": {
    "defaultMinutes": 60,
    "optionsMinutes": [
      60
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZlU3v7ZdEuSFxWFlynoPg/93mLiv4SiSf5nFegF4cAgA",
  "bookingForm": {
    "fields": [
      {
        "id": "019954de-fed9-744b-9217-211b869214cd",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019954de-fed9-744b-9217-251e11471bc0",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01998e54-563e-75c2-8539-bdea88cb5826",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019d9c56-88a4-755a-80d3-1560ada146e7",
        "name": "What Would You Like To Discuss & Strategize About?",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "019dad56-4b18-703b-9118-1cfaa6fb0d45",
            "label": "G.I.G. HQ - Onboarding & Overview"
          },
          {
            "id": "019eff19-0b14-747e-b784-df012db61c61",
            "label": "CRM Help"
          },
          {
            "id": "019d9c53-a560-7766-bc1f-b26a0e3643b3",
            "label": "Starting An Ad Campaign"
          },
          {
            "id": "019d9c53-a560-7766-bc1f-b5a8bf346707",
            "label": "Underwriting / Case Design"
          },
          {
            "id": "019d9c53-a560-7766-bc1f-b908bcd70716",
            "label": "Recruiting / Building A Team"
          },
          {
            "id": "019d9c55-57df-775b-beb2-dc7e8aa2bfb3",
            "label": "Setting A Personal & Business Budget"
          },
          {
            "id": "019d9c55-8d59-7251-b302-c916e2571414",
            "label": "Personal & Professional Goals"
          },
          {
            "id": "019d9c56-0269-72c4-91f6-175f80674141",
            "label": "Mentality / Mindset Shift / Refocus"
          },
          {
            "id": "019d9c56-3dc6-705e-add2-754869621153",
            "label": "Not Sure Yet - Just Need To Pick Your Brain"
          }
        ]
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=jeremy_hayes&slug=",
      "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."
    }
  }
}