{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "manny-acosta",
  "slug": "lobby-1",
  "url": "https://ro.am/manny-acosta/lobby-1",
  "displayUrl": "ro.am/manny-acosta/lobby-1",
  "name": "Meet with Manny Acosta, Account Executive at Signum Biosciences",
  "description": "I look forward to meeting with you!  Please review this resource link and share with any key team members prior to our meeting. \n\nhttps://linktr.ee/epicutis?utm_source=ig&utm_medium=social&utm_content=link_in_bio&fbclid=PAdGRleAOdfI9leHRuA2FlbQIxMQBzcnRjBmFwcF9pZA8xMjQwMjQ1NzQyODc0MTQAAadzQXxkgIyy4Ydis2-s3rux_EB5rURvzivYX-FbDwyets8WG0wlL3xu_JfvwQ_aem_-_kFi_UgPW7XQSliE5mN8A",
  "descriptionMarkdown": "I look forward to meeting with you!  Please review this resource link and share with any key team members prior to our meeting. \n\nhttps://linktr.ee/epicutis?utm_source=ig&utm_medium=social&utm_content=link_in_bio&fbclid=PAdGRleAOdfI9leHRuA2FlbQIxMQBzcnRjBmFwcF9pZA8xMjQwMjQ1NzQyODc0MTQAAadzQXxkgIyy4Ydis2-s3rux_EB5rURvzivYX-FbDwyets8WG0wlL3xu_JfvwQ_aem_-_kFi_UgPW7XQSliE5mN8A",
  "organization": {
    "name": "Signum Biosciences"
  },
  "hosts": [
    {
      "name": "Manny Acosta",
      "imageUrl": "https://ro.am/card-images/8b7a4350-30f5-487a-9532-986483b7cbe2"
    }
  ],
  "duration": {
    "defaultMinutes": 60,
    "optionsMinutes": [
      60
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZrl4raudc6XNoK_P3ghfg/a7pBgSIlmh4NvAHT26AwqA",
  "bookingForm": {
    "fields": [
      {
        "id": "019ae5e2-b6ae-75ce-9736-8c0b235ff230",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019ae5e2-b6ae-75ce-9736-91a18a1c02dc",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019ae5e2-b6ae-75ce-9736-9588c78aaf1e",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019ae5e4-7e3c-77fc-a57b-550a961eb878",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=manny-acosta&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."
    }
  }
}