Create page
webflow.createPage()
Create a new page in the Designer. This method will return an error if the App tries to create more pages than a User’s plan allows.
Syntax
Returns
Promise<Page>
A Promise that resolves to the created page.