{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "karina.hernandez",
  "slug": "",
  "url": "https://ro.am/karina.hernandez/",
  "displayUrl": "ro.am/karina.hernandez",
  "name": "Meet with Karina Hernandez, Comercial at Promo Select",
  "description": "Agendar una Reunión Discovery para conocer los requerimiento de cliente y presentar quiénes somos como empres. La duración es de 30 min. ",
  "descriptionMarkdown": "Agendar una Reunión Discovery para conocer los requerimiento de cliente y presentar quiénes somos como empres. La duración es de 30 min. ",
  "organization": {
    "name": "Promo Select"
  },
  "hosts": [
    {
      "name": "Karina Hernandez",
      "imageUrl": "https://ro.am/card-images/589206c3-343a-4ec6-a1f1-f7c06b01195b"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZjxvloIdRCuxIhP2As1Lw/7ezZTo4g_xp4cQpi6zZjqQ",
  "bookingForm": {
    "fields": [
      {
        "id": "0198f1be-5a09-720b-b6f9-7c2257a2f45e",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0198f1be-5a09-720b-b6f9-821381f27d7b",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0198f1be-5a09-720b-b6f9-850de6f6852e",
        "name": "Whatsapp",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "0198f1e9-b197-7285-8045-2fc7b2b3c35a",
        "name": "Empresa",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0198f1ea-21e5-73c3-8e4e-e42f4ce8f171",
        "name": "Que es lo que estas buscando?",
        "type": "text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=karina.hernandez&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."
    }
  }
}