onenote_create_section_group
Create a new section group inside a OneNote notebook or existing section group, and get the ID of the created group.
Instructions
Create a section group inside a notebook or another section group. Returns section_group_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new section group. Required. | |
| parent_id | Yes | Parent notebook or section group object ID. Required. |