{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "meritage-partners",
  "slug": "meet-with-meritage-partners",
  "url": "https://ro.am/meritage-partners/meet-with-meritage-partners",
  "displayUrl": "ro.am/meritage-partners/meet-with-meritage-partners",
  "name": "Meet with Meritage Partners",
  "description": "A brief call to align on goals, review the process and general timeline, explore potential collaboration, and determine next steps.",
  "descriptionMarkdown": "A brief call to align on goals, review the process and general timeline, explore potential collaboration, and determine next steps.",
  "organization": {
    "name": "Meritage Partners, Inc."
  },
  "hosts": [
    {
      "name": "Brian Skinner",
      "imageUrl": "https://ro.am/card-images/88a0f966-eff5-47f1-8236-463a125a6469"
    },
    {
      "name": "Jacob Franco",
      "imageUrl": "https://ro.am/card-images/edffb613-99a4-474a-8462-725dad15d569"
    },
    {
      "name": "Mike Pring",
      "imageUrl": "https://ro.am/card-images/a5941d34-e136-43ae-9e10-1fe611bb1d1a"
    },
    {
      "name": "B. Carter Looney",
      "imageUrl": "https://ro.am/card-images/925a20f8-34fd-43bf-ba52-adf3bf633f6d"
    },
    {
      "name": "Sylvia Cuaro",
      "imageUrl": "https://ro.am/card-images/36c3595c-c068-4723-8a49-b2075954aad3"
    }
  ],
  "duration": {
    "defaultMinutes": 15,
    "optionsMinutes": [
      15
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019b9999-91d2-7308-9302-df9fc29ea236",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019b9999-91d2-7308-9302-e2a3516a7e50",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019b9aa1-4fd9-7678-a96d-20eaa9fce521",
        "name": "Company Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019b999e-1c17-73bd-820d-b5826955a91c",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      },
      {
        "id": "019d0b70-0aff-72f8-a9a5-25e3f7511b97",
        "name": "What would you like to discuss on this call?",
        "type": "text",
        "required": true
      },
      {
        "id": "019d0b71-5eb8-70ec-83ae-b7c86d31a7fe",
        "name": "What is your current situation?",
        "type": "text",
        "required": false
      },
      {
        "id": "019ce29a-e423-7799-9a67-7b9d7bfe7b94",
        "name": "How did you hear about us?",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "019ce298-f964-72e8-b9d1-afdee88524cd",
            "label": "LinkedIn"
          },
          {
            "id": "019ce298-f964-72e8-b9d1-b10b7f5bc8d5",
            "label": "Podcast"
          },
          {
            "id": "019d0676-6508-7708-9597-46d8c35a5706",
            "label": "Website"
          },
          {
            "id": "019ce299-f4b9-72ee-a511-db46fdae4f3a",
            "label": "Event / Conference"
          },
          {
            "id": "019ce29a-0b48-72fc-a32d-45d39599523d",
            "label": "Email Blast"
          },
          {
            "id": "019ce298-f964-72e8-b9d1-b7c5a2bbadeb",
            "label": "Referral (please specify in Notes)"
          },
          {
            "id": "019ce29a-203c-7331-89d9-bf066a6916d4",
            "label": "Other (please specify in Notes)"
          }
        ]
      },
      {
        "id": "019b9999-91d2-7308-9302-e4d9b2c87731",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=meritage-partners&slug=meet-with-meritage-partners",
      "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."
    }
  }
}