{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "RemoteWorkmate",
  "slug": "",
  "url": "https://ro.am/RemoteWorkmate/",
  "displayUrl": "ro.am/RemoteWorkmate",
  "name": "Talent Strategy Orientation ",
  "description": "Introducing talent options ",
  "descriptionMarkdown": "Introducing talent options ",
  "organization": {
    "name": "Remote Workmate"
  },
  "hosts": [
    {
      "name": "Chris Whitrod",
      "imageUrl": "https://ro.am/card-images/8dc3e4d2-8aeb-46b5-8462-418bf3d47234"
    },
    {
      "name": "Melvin Cajina",
      "imageUrl": "https://ro.am/card-images/72b8072b-48da-47ab-9e60-71e5d83ea9c4"
    },
    {
      "name": "Nixie Padasas",
      "imageUrl": "https://ro.am/card-images/4778d771-0a73-4a7c-85c0-9e98f91c8ef4"
    },
    {
      "name": "Paula Iglesias",
      "imageUrl": "https://ro.am/card-images/ffc99aba-3586-4d3a-86f7-768b8cfd6ab0"
    },
    {
      "name": "Client Care",
      "imageUrl": "https://ro.am/photos/people/member.png"
    }
  ],
  "duration": {
    "defaultMinutes": 60,
    "optionsMinutes": [
      60
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "0194b6d8-fb53-703a-9f17-e8f5658793c8",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0194b6d8-fb53-703a-9f17-ee15c5557d19",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01953a64-f7e5-704b-8af1-bc3497f2c8ef",
        "name": "Contact Number (Mobile preferred):",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01953a65-7e82-711c-aeb6-e2f6c49a7cb6",
        "name": "Company/Business/Organization Name:",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01953a65-ebca-761d-9543-6cbdd7ebb396",
        "name": "What role/s are you looking to fill?",
        "type": "text",
        "required": true
      },
      {
        "id": "01953a68-27d1-73c9-9809-696f2878f22f",
        "name": "Biggest challenge you need to address in the next 12 months? (e.g., lack of leads, online engagement, admin work eating up key members' time, lower operational costs)?",
        "type": "text",
        "required": true
      },
      {
        "id": "0194b6d8-fb53-703a-9f17-f3b2361bc352",
        "name": "How many people are you thinking of adding to your team?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01953a76-ae15-7065-981d-4cbb4f8a06b0",
        "name": "Where did you hear about Remote Workmate?",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "01953a74-9bb6-73ce-9d68-50a8179155a6",
            "label": "Referral"
          },
          {
            "id": "01953a74-9bb7-726d-a1c6-05db6d2a4cc7",
            "label": "Website"
          },
          {
            "id": "01953a74-9bb7-726d-a1c6-0820e3deb4e4",
            "label": "LinkedIn"
          },
          {
            "id": "019f25bf-ae1f-740b-a631-631e45370fe9",
            "label": "Facebook"
          },
          {
            "id": "019f25bf-e306-7442-a8dc-9c8c0e1d6cf6",
            "label": "Instagram"
          },
          {
            "id": "01953a74-d7df-7439-b564-3e0b577d5f3a",
            "label": "Search Engines"
          },
          {
            "id": "01953a75-01eb-775e-b1c8-ebd95bed4045",
            "label": "Other"
          }
        ]
      },
      {
        "id": "01953a77-165b-75dd-8c1a-a0900ff37f80",
        "name": "If Other, please indicate here",
        "type": "text",
        "required": false
      },
      {
        "id": "019b018c-fb32-7419-b519-3a17e0dcfeb8",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=RemoteWorkmate&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."
    }
  }
}