# landing_page_create

> Create a landing page for an open house sign-in or marketing purpose.

<!-- Source: https://docs.actuallycare.com/tools/landing-pages/landing_page_create -->

Create a landing page for an open house sign-in or marketing purpose. Optionally link it to an open house by ID to create a visitor sign-in page with a QR code. The page is created as a draft — use [`landing_page_publish`](/tools/landing-pages/landing_page_publish) to make it live. Returns: id, shortcode, publicUrl, status, title.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `title` | string | Yes | Page title (e.g. "Sign In — 123 Main St"). Required. |
| `open_house_id` | string | No | UUID of the open house to link this sign-in page to. Optional — omit for standalone landing pages. |
| `template_id` | enum | No | Template to use. open-house-default includes qualifying questions, open-house-minimal is name/email/phone only. Default: open-house-default. · One of: `open-house-default`, `open-house-luxury`, `open-house-minimal` |

## Example prompts

- "Create an open house sign-in page for 412 Birchwood Ln with a QR code."
- "Set up a minimal landing page titled Spring Buyer Seminar with just name, email, phone."

## Safety

**Creates data.** Creates a new record in your CRM and may trigger notifications or webhooks. Running it twice creates a duplicate, so Claude runs it once per request.
