Create External Page

Closed Alpha — not yet enabled for all workspaces. Request access at https://developers.myclickfunnels.com/page/code-support.

Create an externally-hosted (SDK) page in a funnel. 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.
  • funnel.funnel_id OR funnel.show_page_step_id: Every external page must be created inside a funnel. Standalone external pages are not supported.

Funnel positioning:

  • funnel.funnel_id + optional sort_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_order is ignored in this case.

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.

SDK onboarding: The response includes an sdk block with a token (prefixed cfp_). To register the page:

  1. Add <meta name="cf-page-token" content="<token>"> to your page's <head>.
  2. Include the ClickFunnels SDK script tag on the page.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Body Params

Information about the external page to create

page
object
required
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json