Landing Pages
Landing Pages let you build hosted pages for waitlists, lead magnets, launches, webinars, newsletters, demo requests, offers, and feature announcements without leaving Sequenzy. Each page can include a native signup form, route new subscribers into lists and tags, and publish on a Sequenzy URL or your own verified landing-page domain.What You Can Build
Start from a blank page or one of the built-in templates:- Coming soon waitlist
- Guide download
- Product launch
- Consultation booking
- Live workshop
- Creator newsletter
- Product Hunt launch
- Black Friday sale
- Agency consultation
- Feature spotlight
Create a Page
- Open Landing Pages from the dashboard sidebar.
- Click New page.
- Choose a template and enter a page name.
- Edit copy, sections, images, theme, form settings, and SEO metadata.
- Click Publish when the page is ready.
Editor
The landing-page editor has three main side panels:- Elements: add individual blocks such as headings, text, images, buttons, feature grids, stats, testimonials, logo clouds, FAQs, pricing, forms, spacers, and dividers.
- Sections: add larger prebuilt sections such as heroes, resource previews, product offers, agendas, testimonials, logo clouds, FAQs, CTAs, pricing sections, and galleries.
- Style: adjust colors, font pairing, density, accent style, surface style, border radius, and workspace design defaults.
Forms
A landing page can include one signup form. Form submissions create or update a subscriber in the same workspace as the page. Form settings control:- Email, first name, last name, and phone fields
- Required first name, last name, or phone fields
- Custom fields stored as subscriber attributes: text, phone, number, textarea, select, radio, checkbox, consent, and hidden inputs
- Field placeholders and button text
- Form card width (narrow, medium, or wide) for content-heavy forms
- Success message
- Optional redirect URL after successful submission
- List routing: default lists, no lists, or specific lists
- Signup tags to apply after subscription
Double Opt-In
Learn how confirmation emails, pending subscribers, lists, and signup tags
work.
Form Endpoint
Published pages post to a page-specific endpoint:application/x-www-form-urlencoded data, and the endpoint
also accepts JSON.
website honeypot field for spam
protection and rate-limits repeated submissions.
Publishing URLs
Published pages are available at a Sequenzy-hosted URL:Custom Domains
Use a custom landing-page domain when you want pages and their native forms to live under your brand.- Open Landing Pages.
- Open Connect domain from a published page or the page actions.
- Enter a subdomain such as
pages.example.com. - Add a CNAME record pointing to
pages.sequenzydns.com. - Click Verify.
API, CLI, And MCP
Landing pages can be managed from the dashboard, public API, CLI, and MCP tools. Use these when an AI agent, script, or backend needs to create and manage pages without clicking through the dashboard.API
CLI
MCP
Use MCP tools such ascreate_landing_page, update_landing_page,
publish_landing_page, unpublish_landing_page,
connect_landing_page_domain, and update_landing_page_domain_settings when
Claude, Codex, Cursor, or another agent should manage landing pages for you.
Landing Pages API
Create, publish, and manage pages from REST clients.
CLI
Use
sequenzy landing-pages commands in terminals and scripts.MCP
Let AI agents operate landing pages with MCP tools.
SEO And Social Metadata
Open Page settings in the editor toolbar to edit:- Page name
- Public slug
- SEO title
- Search and social description
Metrics
The landing-pages list shows:- Status: draft or published
- Views
- Leads
- Last updated date
Good To Know
- A landing page can contain at most one form block.
- Every landing page must keep one footer block.
- CTA, pricing, footer, and redirect URLs must be safe
httporhttpsURLs. - Draft pages do not return public content.
- Custom domains serve pages by slug, so
https://pages.example.com/waitlistworks after the domain is verified.
Signup Form Widget
Use embeddable forms when the page lives outside Sequenzy.
Subscribers
Learn how form submissions create and update subscriber records.