{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "startupr",
  "slug": "free-consultation",
  "url": "https://ro.am/startupr/free-consultation",
  "displayUrl": "ro.am/startupr/free-consultation",
  "name": "Startupr Free Consultation ",
  "description": "Thanks for your interest in Startupr! This free consultation is a chance to speak with one of our experts about your lead generation and sales operations, get actionable advice, and explore how we might be able to support your growth - no pressure, just real insight and value.",
  "descriptionMarkdown": "Thanks for your interest in Startupr! This free consultation is a chance to speak with one of our experts about your lead generation and sales operations, get actionable advice, and explore how we might be able to support your growth - no pressure, just real insight and value.",
  "organization": {
    "name": "Startupr"
  },
  "hosts": [
    {
      "name": "Kyle Hamilton ",
      "imageUrl": "https://ro.am/card-images/94ca01ff-a77a-4791-a853-239fc9ce07f7"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZg9xDogdD2epQaJp7WgHg/3lqNP76Rlodon6tTKvHokQ",
  "bookingForm": {
    "fields": [
      {
        "id": "01983dc4-3a20-743d-9ea5-13fd4d61cd0f",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01983dc4-3a20-743d-9ea5-163e9389ff5d",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01983dc4-3a20-743d-9ea5-18c8da80acd1",
        "name": "What outcome would make this session valuable for you?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01983dda-afad-72ac-ab52-099ce2788333",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      },
      {
        "id": "01983ddb-85e2-76bb-81cb-fa442bbbb740",
        "name": "Company Website or LinkedIn link",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01993952-3264-76a1-a2a7-74c2dd8d489b",
        "name": "What was the spark that got you here?",
        "type": "checkbox",
        "required": true,
        "options": [
          {
            "id": "0199394f-a057-746c-974b-dbf62ba1e900",
            "label": "YouTube / Content (saw us talking, clicked through)"
          },
          {
            "id": "0199394f-a057-746c-974b-dffd1c1fd0ad",
            "label": "LinkedIn Job Post (a.k.a. the “we’re hiring” breadcrumb)"
          },
          {
            "id": "0199394f-a057-746c-974b-e3bfea0e4e9d",
            "label": "LinkedIn Profile (stumbled across us while scrolling)"
          },
          {
            "id": "01993950-4119-7694-a325-6b3f848a5dfa",
            "label": "Referral / Word of Mouth (somebody whispered our name)"
          },
          {
            "id": "01993951-bf0f-774b-acdf-730d22f312bb",
            "label": "Google Search (typed something magical, found us)"
          },
          {
            "id": "01993951-f1eb-714a-b5bd-3690b81590ad",
            "label": "Our Website (you were curious, we were here)"
          }
        ]
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=startupr&slug=free-consultation",
      "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."
    }
  }
}