{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "josh-azpeitia60",
  "slug": "",
  "url": "https://ro.am/josh-azpeitia60/",
  "displayUrl": "ro.am/josh-azpeitia60",
  "name": "Meet with Joshua Azpeitia, Connector at Zephyr Connects[REC]",
  "description": "Hello applicant! Thank you so much for your interest! During our meeting it will be a time for us to get to know one another a little better. It will be an opportunity to see if we may be a good fit for you, and you for us. We will ask questions about previous experience and explore what you are looking for in your career going forward. Please come prepared to answer these questions and any you may have for me. I really look forward to speaking to you soon! \n\nThanks!\n\nJoshua Azpeitia \nZephyr Connects ",
  "descriptionMarkdown": "Hello applicant! Thank you so much for your interest! During our meeting it will be a time for us to get to know one another a little better. It will be an opportunity to see if we may be a good fit for you, and you for us. We will ask questions about previous experience and explore what you are looking for in your career going forward. Please come prepared to answer these questions and any you may have for me. I really look forward to speaking to you soon! \n\nThanks!\n\nJoshua Azpeitia \nZephyr Connects ",
  "organization": {
    "name": "Zephyr Connects"
  },
  "hosts": [
    {
      "name": "Joshua Azpeitia",
      "imageUrl": "https://ro.am/card-images/522500a3-eda7-44b3-a986-0429077f67f7"
    }
  ],
  "duration": {
    "defaultMinutes": 60,
    "optionsMinutes": [
      60
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019e40f5-50ec-747b-8e93-e2d367f77933",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019e40f5-50ec-747b-8e93-e7bf7279d39c",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019e40f5-50ec-747b-8e93-e899fdce480d",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019e4169-525e-76f8-98c6-8ab077f7feb8",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019e4169-f6b9-71ba-aca1-df793e3eabfa",
        "name": "Position you are interested in? ",
        "type": "short_text",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=josh-azpeitia60&slug=",
      "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."
    }
  }
}