{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "christiandreier",
  "slug": "how-pressroom-works",
  "url": "https://ro.am/christiandreier/how-pressroom-works",
  "displayUrl": "ro.am/christiandreier/how-pressroom-works",
  "name": "Book Your Free Media Operations Audit",
  "description": "A focused review of your current media operations. No sales presentation. We’ll identify where time, speed, and control are lost, and show how PRESSROOM helps your team capture, approve, and distribute official stories faster.",
  "descriptionMarkdown": "A focused review of your current media operations. No sales presentation. We’ll identify where time, speed, and control are lost, and show how PRESSROOM helps your team capture, approve, and distribute official stories faster.",
  "organization": {
    "name": "cd mediateam Est."
  },
  "hosts": [
    {
      "name": "Christian Dreier",
      "imageUrl": "https://ro.am/card-images/2b5328d3-e5ad-4595-864c-0876ab15818e"
    }
  ],
  "duration": {
    "defaultMinutes": 20,
    "optionsMinutes": [
      20,
      40,
      60
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019f9fdf-8e49-71d8-ba28-e1e4f445ecee",
        "name": "Full name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019f9fdf-8e49-71d8-ba28-e5ad880fadc7",
        "name": "Business email",
        "type": "email",
        "required": true
      },
      {
        "id": "019f9fe3-4d8a-724b-956f-14609f370b5a",
        "name": "Organization",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019f9fe4-4b2a-746a-96bd-e3768ec292f0",
        "name": "Role",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "019f9fe3-aedb-705a-bf17-026bdbd789dd",
            "label": "General Manager / Executive"
          },
          {
            "id": "019f9fe3-aedb-705a-bf17-05e494b4ba44",
            "label": "Communications Director"
          },
          {
            "id": "019f9fe3-aedb-705a-bf17-0b58549eb73d",
            "label": "Media Manager"
          },
          {
            "id": "019f9fe3-ef8f-7553-99cd-15c45a522341",
            "label": "Press Officer"
          },
          {
            "id": "019f9fe3-ff17-76f7-be24-292a5e02ebb4",
            "label": "Digital / Content Team"
          },
          {
            "id": "019f9fe4-0d41-7686-8974-89f7a375fea7",
            "label": "Other"
          }
        ]
      },
      {
        "id": "019f9fe5-1adf-7683-9a44-f153e271469b",
        "name": "What would you like to improve?",
        "type": "checkbox",
        "required": false,
        "options": [
          {
            "id": "019f9fe4-88cb-7387-b34a-c1d32443110b",
            "label": "Media accreditation workflow"
          },
          {
            "id": "019f9fe4-88cb-7387-b34a-c78a1ebb5409",
            "label": "Interview & content distribution"
          },
          {
            "id": "019f9fe4-88cb-7387-b34a-cafb5e43257c",
            "label": "Journalist relations"
          },
          {
            "id": "019f9fe4-beff-72ed-a679-442c57dc02d7",
            "label": "Matchday media operations"
          },
          {
            "id": "019f9fe4-cfaf-77b3-8176-c2eb29ff4621",
            "label": "Internal media workflows"
          },
          {
            "id": "019f9fe4-e917-75d8-b064-741e598379ce",
            "label": "Other"
          }
        ]
      },
      {
        "id": "019f9fe5-4b55-7482-a391-5f5c6323575c",
        "name": "What is your biggest media operations challenge today?",
        "type": "text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=christiandreier&slug=how-pressroom-works",
      "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."
    }
  }
}