{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "profitopsdemo",
  "slug": "lobby-1",
  "url": "https://ro.am/profitopsdemo/lobby-1",
  "displayUrl": "ro.am/profitopsdemo/lobby-1",
  "name": "Reunion con Profit Ops - Demo Trial",
  "description": "El objetivo de esta llamada es definir el alcance y pasos para ejecutar una prueba gratuita de 30 dias para tu empresa. ",
  "descriptionMarkdown": "El objetivo de esta llamada es definir el alcance y pasos para ejecutar una prueba gratuita de 30 dias para tu empresa. ",
  "organization": {
    "name": "Profit Ops"
  },
  "hosts": [
    {
      "name": "Alan Chapa",
      "imageUrl": "https://ro.am/card-images/7ba2cba9-319a-485b-8679-c914795f9264"
    },
    {
      "name": "Susy Mendoza",
      "imageUrl": "https://ro.am/card-images/f6a996c9-fbcd-4069-b796-85bcd02e72b7"
    }
  ],
  "duration": {
    "defaultMinutes": 15,
    "optionsMinutes": [
      15
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "01953ac1-1cc9-768f-b39d-87b8529dcebf",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01953ac1-1cc9-768f-b39d-8a58c39cc665",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019548e1-2e99-741d-8639-79944b468ef5",
        "name": "Company",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019548e1-8d37-765c-bcae-933d31a25377",
        "name": "Company Size",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01953ac1-1cca-72bc-9e31-41889bb561b5",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=profitopsdemo&slug=lobby-1",
      "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."
    }
  }
}