create_portal_page
Create a new page inside a Service Portal by specifying a title, unique ID, and parent portal sys_id. Requires WRITE_ENABLED=true.
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 |