add_image_webpart
Insert an image web part into a specific SharePoint page section and column using its image URL, with optional alt text and caption.
Instructions
Add an image web part to a section
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | ||
| siteId | Yes | ||
| altText | No | ||
| caption | No | ||
| imageUrl | Yes | Image URL | |
| columnIndex | Yes | ||
| sectionIndex | Yes |