{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "mechnician",
  "slug": "industrial-diagnostics-demo",
  "url": "https://ro.am/mechnician/industrial-diagnostics-demo",
  "displayUrl": "ro.am/mechnician/industrial-diagnostics-demo",
  "name": "Scheduled Equipment Coverage and Diagnostic Discussion",
  "description": "See how Mechnician and Jaltest can help your team diagnose industrial equipment faster and keep more repairs in-house.\n\nWe’ll walk through a practical diagnostic workflow:\n\nCONNECT to the machine and access the right systems.\nUNDERSTAND fault codes, live data and the cause of the problem.\nSOLVE with the information and guidance needed to move the repair forward.\n\nBring a machine, fault or diagnostic challenge if you have one—or join us for a general demonstration. We’ll answer your questions and explore whether the solution fits your equipment and service operation.\n\nThis is a practical, no-pressure demonstration.",
  "descriptionMarkdown": "See how Mechnician and Jaltest can help your team diagnose industrial equipment faster and keep more repairs in-house.\n\nWe’ll walk through a practical diagnostic workflow:\n\nCONNECT to the machine and access the right systems.\nUNDERSTAND fault codes, live data and the cause of the problem.\nSOLVE with the information and guidance needed to move the repair forward.\n\nBring a machine, fault or diagnostic challenge if you have one—or join us for a general demonstration. We’ll answer your questions and explore whether the solution fits your equipment and service operation.\n\nThis is a practical, no-pressure demonstration.",
  "organization": {
    "name": "Mechnician"
  },
  "hosts": [
    {
      "name": "Gilma Saballos",
      "imageUrl": "https://ro.am/card-images/1b7f4f45-e3e6-43a3-b351-1e261ee8d239"
    },
    {
      "name": "Kachi Adiele",
      "imageUrl": "https://ro.am/card-images/c023959f-10a4-4866-979a-c9c52171c1d7"
    },
    {
      "name": "Oscar Alvarado",
      "imageUrl": "https://ro.am/card-images/791fba7f-f53a-4510-9dba-b7af722a56cb"
    },
    {
      "name": "Nikki Elliott",
      "imageUrl": "https://ro.am/card-images/fbc84096-8ea3-4cf0-849a-7fbdb6e110c5"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019fd842-c4a9-773d-8634-c96b08c0cbfd",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019fd842-c4a9-773d-8634-cc1054274dba",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01a00cd4-5977-77f8-8b64-67649f05914d",
        "name": "Company",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01a00cd3-dbd4-75ee-ae67-028fb781c2d6",
        "name": "What equipment brands do you work with?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01a00c9c-0134-77a8-be9a-35d49ec55a36",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019fd842-c4a9-773d-8634-d01586fd9a5a",
        "name": "Optional Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=mechnician&slug=industrial-diagnostics-demo",
      "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."
    }
  }
}