add_text_webpart
Inserts HTML text content into a specific column and section of a SharePoint page, enabling rich text layout via the API.
Instructions
Add a text web part (HTML) to a section
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML content (supports <h2>, <p>, <ul>, <a>, <strong>, <em>, etc.) | |
| pageId | Yes | ||
| siteId | Yes | ||
| columnIndex | Yes | Column index (1-based) | |
| sectionIndex | Yes | Section index (1-based) |