aem_create_page
Automate the creation of new pages in Adobe Experience Manager by specifying the parent path, page name, title, and template. Streamline AEM content management with this tool.
Instructions
Create a new page in AEM
Input Schema
Name | Required | Description | Default |
---|---|---|---|
host | No | AEM host (default: localhost) | localhost |
pageName | Yes | Name of the new page | |
pageTitle | Yes | Title of the new page | |
parentPath | Yes | Parent path where to create the page | |
password | No | AEM password (default: admin) | admin |
port | No | AEM port (default: 4502) | |
template | Yes | Template path for the page | |
username | No | AEM username (default: admin) | admin |