create_portal_page
Create a new Service Portal page by specifying a unique page ID, title, 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 |