{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "jeremy_hayes",
  "slug": "gig-overview",
  "url": "https://ro.am/jeremy_hayes/gig-overview",
  "displayUrl": "ro.am/jeremy_hayes/gig-overview",
  "name": "Agency Overview with Jeremy Hayes, Director at Growth Insurance Group",
  "description": "During this meeting we will discuss what stage you're at in the financial services industry & see how you might possibly fit within the Growth Insurance Group team.\n\nCome prepared to breakdown your professional goals, current carriers, experience, etc. \n\nI look forward to speaking with you soon.",
  "descriptionMarkdown": "During this meeting we will discuss what stage you're at in the financial services industry & see how you might possibly fit within the Growth Insurance Group team.\n\nCome prepared to breakdown your professional goals, current carriers, experience, etc. \n\nI look forward to speaking with you soon.",
  "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/AZrlHBv9c2yl7-l1WYm_wQ/7EgbWVv1W74hGx7F44poCQ",
  "bookingForm": {
    "fields": [
      {
        "id": "019ae51c-1bfd-736c-a5ef-f6b1b625d1ef",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019ae51c-1bfd-736c-a5ef-fb22bbc9caf7",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019ae51c-1bfd-736c-a5ef-fd7b661fff74",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019ae544-ded8-708e-add3-8ebe31cabf9b",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=jeremy_hayes&slug=gig-overview",
      "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."
    }
  }
}