create_portal_page
Creates a new page in a Service Portal. Requires the parent portal's sys_id, a unique page ID, and write access.
Instructions
Create a new page inside a Service Portal (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique page ID used in the URL (e.g. "my-page") | |
| title | Yes | Page title | |
| description | No | Brief description of the page purpose | |
| portal_sys_id | Yes | sys_id of the parent Service Portal |