{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "startupr",
  "slug": "discoverycall",
  "url": "https://ro.am/startupr/discoverycall",
  "displayUrl": "ro.am/startupr/discoverycall",
  "name": "Startupr Discovery Call  ",
  "description": "Thanks for booking a discovery call with Startupr! In this session, we’ll learn more about your business, goals, and challenges in lead generation and sales, and share how our performance-based approach could help accelerate your growth - casual, honest, and focused on what really matters.",
  "descriptionMarkdown": "Thanks for booking a discovery call with Startupr! In this session, we’ll learn more about your business, goals, and challenges in lead generation and sales, and share how our performance-based approach could help accelerate your growth - casual, honest, and focused on what really matters.",
  "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/AZg938t4cZ-xOIiCQYVXEw/be_DW6QNaf9365evv9K8Pg",
  "bookingForm": {
    "fields": [
      {
        "id": "01983ddf-cb78-719f-b138-9537ae5df984",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01983ddf-cb78-719f-b138-9a3666db7ce5",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01983ddf-cb78-719f-b138-9f48cffa3a89",
        "name": "What brings you here today?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0198a4be-4a43-70d6-9227-832ed7093a1e",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      },
      {
        "id": "0198a4be-ee08-773e-9673-6dc7ba4a712a",
        "name": "Company Website/LinkedIn link",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01993913-7182-757e-b158-5154b5b184e5",
        "name": "What was the spark that got you here?",
        "type": "checkbox",
        "required": true,
        "options": [
          {
            "id": "01993911-5c64-728a-8775-9cbcd8fc2562",
            "label": "YouTube / Content (saw us talking, clicked through)"
          },
          {
            "id": "01993913-0c57-776d-8796-68808e386bc0",
            "label": "LinkedIn Job Post (a.k.a. the “we’re hiring” breadcrumb)"
          },
          {
            "id": "01993911-5c65-761d-aebf-e35864fdba72",
            "label": "LinkedIn Profile (stumbled across us while scrolling)"
          },
          {
            "id": "01993911-5c65-761d-aebf-e52c35346ded",
            "label": "Referral / Word of Mouth (somebody whispered our name)"
          },
          {
            "id": "01993912-3957-7219-8e85-bb663633272d",
            "label": "Google Search (typed something magical, found us)"
          },
          {
            "id": "01993912-7187-76ee-bf38-2c74c0864df8",
            "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=discoverycall",
      "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."
    }
  }
}