{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "hey-archie-stephen",
  "slug": "workstream",
  "url": "https://ro.am/hey-archie-stephen/workstream",
  "displayUrl": "ro.am/hey-archie-stephen/workstream",
  "name": "Archie WorkStreams",
  "description": "Let’s document the monthly Expense/Accrual Workstream by recording a chair-side walkthrough covering:\n\n1. Invoice Review – Reconcile received vs. expected; flag gaps for accrual with GL support\n\n2. Generate Accrual Report – Estimate and post missing expenses\n\n3. Adjustments – Include true-ups and payroll entries (Workday)\n\n4. Perform Variance Analysis – Compare vs. prior month, budget, and prior year\n\n5. Final Adjustments – Book entries based on variance insights",
  "descriptionMarkdown": "Let’s document the monthly Expense/Accrual Workstream by recording a chair-side walkthrough covering:\n\n1. Invoice Review – Reconcile received vs. expected; flag gaps for accrual with GL support\n\n2. Generate Accrual Report – Estimate and post missing expenses\n\n3. Adjustments – Include true-ups and payroll entries (Workday)\n\n4. Perform Variance Analysis – Compare vs. prior month, budget, and prior year\n\n5. Final Adjustments – Book entries based on variance insights",
  "organization": {
    "name": "Archie"
  },
  "hosts": [
    {
      "name": "Stephen Hilton",
      "imageUrl": "https://ro.am/card-images/d6921446-9a98-4e04-bf11-dfef2dd9f6fb"
    }
  ],
  "duration": {
    "defaultMinutes": 60,
    "optionsMinutes": [
      60
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "01963a61-52d1-757e-ab3c-5a2d7ef1516b",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01963a61-52d1-757e-ab3c-5f8a20c633f8",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01963a64-8ac5-73dd-b751-54bccb6fc1db",
        "name": "Title",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01963a61-52d2-7708-952c-a5787e3fc34f",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=hey-archie-stephen&slug=workstream",
      "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."
    }
  }
}