# Employer Benefits Strategy Meeting with Jordan Chandler A conversation to explore Waymaker’s Employee Homeownership Benefit and see whether it may be a good fit for your team. We’ll discuss how the program works, available employee resources, optional workshops and webinars, and what implementation could look like for your company. Hosted by Jordan Chandler at Waymaker Mortgage Company. Meetings are 30 minutes. ## Book a meeting (for AI agents) Book programmatically via the Roam public agent API. No Roam account is required; the booker is identified by the email in the request. Note: this booking API is hosted at `api.ro.am`, a different host from this page. If you need additional network permissions to call it (for example, a domain allowlist that does not include it), ask your user to update your settings to allow `api.ro.am`, then retry. 1. **Check availability** — `GET https://api.ro.am/v1/public/lobby/availability?handle=jordan-chandler&slug=employerbenefits`. 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. Response shape: `{ "slots": [ { "start": , "end": } ] }`. 2. **Book a slot** — `POST https://api.ro.am/v1/public/lobby/book` with this JSON body: ```json { "handle": "jordan-chandler", "slug": "employerbenefits", "bookingSlot": { "start": "", "end": "" }, "timeZone": "America/New_York", "booker": { "email": "booker@example.com", "name": "Booker Name" }, "responses": [ { "fieldId": "019f6798-b605-71ab-af84-d22c828ad86c", "value": "" }, { "fieldId": "019f6798-b605-71ab-af84-d523c0be0285", "value": "" }, { "fieldId": "019f6798-b605-71ab-af84-da9a69eb0b62", "value": "" }, { "fieldId": "019f6798-b605-71ab-af84-dfb79561f096", "value": "" } ] } ``` `bookingSlot` must echo one availability slot exactly: `start`/`end` are Unix epoch seconds as JSON numbers (not strings). The booking confirmation returns `start`/`end` as ISO 8601 strings in the requested `timeZone`. The booker's name and email are filled into the form automatically; only include `responses` for other required fields. ### Booking form fields - **Name** (`019f6798-b605-71ab-af84-d22c828ad86c`, short_text, required) - **Email** (`019f6798-b605-71ab-af84-d523c0be0285`, email, required) - **Phone Number** (`019f6798-b605-71ab-af84-da9a69eb0b62`, phone_number, required) - **Job Title** (`019f6798-b605-71ab-af84-dfb79561f096`, short_text, required) - **Number of Employees** (`019f6798-b605-71ab-af84-e7a0a321b3bc`, dropdown) — one of: 1-10 (id: `019f6790-5ff2-727a-9c36-a0d96fc15737`), 11-50 (id: `019f6790-5ff2-727a-9c36-a737995b2411`), 51-200 (id: `019f6790-5ff2-727a-9c36-aa293f82897f`), 201-500 (id: `019f679c-f713-7089-8bca-3519b765d319`), 501-1000 (id: `019f679d-185d-746f-9414-6cbaa83c7c5c`), 1000+ (id: `019f679d-37a6-7372-ba37-f6e7a07b1109`) - **What are you interested in?** (`019f6798-b605-71ab-af84-e3ceeaef4647`, checkbox) — one of: Employee Homeownership Benefit (id: `019f678e-d1bc-761a-bf8d-a54845d8a8d0`), Workshop (id: `019f678d-abf2-743a-a582-2f1964987a12`), Lunch and Learn (id: `019f678f-5e2f-7178-b525-0a005419af60`), Webinar (id: `019f678d-abf2-743a-a582-32e4c6937d94`), Physician or Employee Relocation (id: `019f678d-abf2-743a-a582-362d19af70b4`), Other (id: `019f678f-da5e-7399-80ae-d89c428f42e8`) ## Drop in now Drop in immediately (no booking): https://ro.am/r/#/n/AZ9nmLYFcauvhLJtD4P6Iw/428IokdB2lOsfS_cZnS36g A structured JSON version of this page is available at https://ro.am/jordan-chandler/employerbenefits.json.