{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "lizeherrera",
  "slug": "",
  "url": "https://ro.am/lizeherrera/",
  "displayUrl": "ro.am/lizeherrera",
  "name": "Meet with Lizé Herr'era",
  "description": "Welcome To My Virtual Office. Please be sure to be in a quiet area, to ensure the quality of this call/ video call. The items you should have at this meeting is: 1) a pen, paper or notebook to take notes of our session; 2) all necessary documents needed to discuss your private matters. 3) If married, your spouse needs to be on this call.  4) If you  are calling on behalf of someone else's private matters, you must have turned in a Power Of Attorney 1 week prior to this meeting as all POA will be validated. ",
  "descriptionMarkdown": "Welcome To My Virtual Office. Please be sure to be in a quiet area, to ensure the quality of this call/ video call. The items you should have at this meeting is: 1) a pen, paper or notebook to take notes of our session; 2) all necessary documents needed to discuss your private matters. 3) If married, your spouse needs to be on this call.  4) If you  are calling on behalf of someone else's private matters, you must have turned in a Power Of Attorney 1 week prior to this meeting as all POA will be validated. ",
  "organization": {
    "name": "Ignite365"
  },
  "hosts": [
    {
      "name": "Lizé Affect",
      "imageUrl": "https://ro.am/card-images/f38b5113-6e71-446f-a6e9-7738472286ff"
    }
  ],
  "duration": {
    "defaultMinutes": 60,
    "optionsMinutes": [
      5,
      60
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZ0cfz7BchuF2mBFxYePpw/UZyE1ExUmjYntBdu4bF7yw",
  "bookingForm": {
    "fields": [
      {
        "id": "019d1c7f-3ec1-721b-85da-6cc4ddd84b72",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019d1c7f-3ec1-721b-85da-72c826ab6dbf",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019d1c7f-3ec1-721b-85da-77157b51f669",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019e6083-818c-74f9-a8b8-5d8c99295228",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019e6085-34dc-72be-9de6-8d72ab2d0526",
        "name": "Please give us a brief description of the purpose of this meeting today.",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "019e6084-bacc-751e-9858-63e740382f1d",
            "label": "File Personal Tax Return "
          },
          {
            "id": "019e6084-bacc-751e-9858-66ae60559724",
            "label": "File My Business Taxes"
          },
          {
            "id": "019e6084-bacc-751e-9858-6aa1dca6e8a2",
            "label": "Business Coaching "
          },
          {
            "id": "019e60b9-36f1-708f-aff0-7ef1cde17add",
            "label": "RenovaRise365 "
          }
        ]
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=lizeherrera&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."
    }
  }
}