{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "montanalanguageservices",
  "slug": "discovery-call",
  "url": "https://ro.am/montanalanguageservices/discovery-call",
  "displayUrl": "ro.am/montanalanguageservices/discovery-call",
  "name": "MTLS - New client | Discovery Call ",
  "description": "Break language barriers! Schedule a free consultation to explore our on-demand interpretation system and professional translation services. Fill out this quick form to get started!",
  "descriptionMarkdown": "Break language barriers! Schedule a free consultation to explore our on-demand interpretation system and professional translation services. Fill out this quick form to get started!",
  "organization": {
    "name": "Montana Language Services"
  },
  "hosts": [
    {
      "name": "Nicol Quispe",
      "imageUrl": "https://ro.am/card-images/f05028f8-e170-48be-8a53-9f04f023854f"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "0193bb91-e6d7-70ea-a74c-6a9b3bd1d152",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0193bb91-e6d7-70ea-a74c-6f1ee8af86cf",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0193bbb0-29dd-704a-ac35-bb2b60c89fbd",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "0193bb91-e6d7-70ea-a74c-7277955afbec",
        "name": "Company Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0193bbae-c7b2-7309-b460-a028fd26361c",
        "name": "What is your primary goal or challenge we can help with? ",
        "type": "text",
        "required": true
      },
      {
        "id": "01946f6c-9219-76a8-b3ee-9bd69004c9e9",
        "name": "How you heard about us? If someone referred you to us, we’d love to thank them for the recommendation.",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0193bbb0-7030-7739-a320-ec67082a6370",
        "name": "Notes",
        "type": "text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=montanalanguageservices&slug=discovery-call",
      "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."
    }
  }
}