workiva_create_document_section
Create a new section in a document at a chosen position. Provide the document ID, then optionally set the section name and index to control where it appears.
Instructions
Create a new section within a document.
Args: document_id: The document UUID name: Section name (optional) index: Position index (-1 = append)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| index | No | ||
| document_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |