Closed Alpha — not yet enabled for all workspaces. Request access at https://developers.myclickfunnels.com/page/code-support.
Create an externally-hosted (SDK) page. Unlike internal pages, the visual content lives on your own domain and is registered with ClickFunnels via a lightweight SDK integration.
Required fields:
external_url: The fully-qualified URL where your page is hosted.
Standalone vs in a funnel: the funnel block is optional.
- Omit it to create a standalone external page: registered with an SDK token and visit tracking enabled, but not a step in any funnel. Place it later by passing its id in a conditional split's
branches[].page_id, a split test's fresh-variant slot, an update swap (funnel.show_page_step_id), or the funnelattach_pageflow. SDK checkout and form submission require placement and return apage_not_in_funnelerror until the page is a funnel step. - Provide
funnel.funnel_idORfunnel.show_page_step_idto create it inside a funnel in one call.
Funnel positioning:
funnel.funnel_id+ optionalsort_order: Creates a new show page step in the funnel at the specified zero-based position (0= first, omit = append at end).funnel.show_page_step_id: Swaps the existing step to point at the new external page. The previous page on that step becomes an orphan.sort_orderis ignored in this case.- Positioning params without their funnel target return 422:
sort_orderrequiresfunnel.funnel_id, andfunnel.after_show_page_step_idrequiresfunnel.funnel_id.
Rejected fields (returns 422 if present): markup, theme_id, current_path, seo_title, seo_description, seo_index, head_code, footer_code, live_data_changes, show_page_step.product_ids, show_page_step.bumps. Attach products and order bumps in a follow-up PATCH /api/v2/pages/:id.
SDK onboarding: The response includes an sdk block with a token (prefixed cfp_). To register the page:
- Add
<meta name="cf-page-token" content="<token>">to your page's<head>. - Include the ClickFunnels SDK script tag on the page.
The Create an External Page Skill is the end-to-end guide for the page itself. To sell products from that page, see Add Checkout to an External Page.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||