create_document_section
Add a heading or text section to any IT Glue document with HTML content. Requires the document ID and section type.
Instructions
Add a new section to an IT Glue document. Section types: 'heading' (Document::Heading) or 'text' (Document::Text). Call publish_document after editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | HTML content for the section | |
| document_id | Yes | The document ID | |
| section_type | Yes | Section type: 'heading' for Document::Heading, 'text' for Document::Text |