Create IT Glue Document
itglue_create_documentCreate a draft document in an organization. Add content using sections, then publish to make visible.
Instructions
Create a new document as a DRAFT in an organization. Add content with itglue_create_document_section, then make it visible with itglue_publish_document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Document name/title | |
| organization_id | Yes | Organization to create the document in | |
| response_format | No | Output format: human-readable markdown (default) or structured JSON | markdown |
| document_folder_id | No | Folder to place the document in (the number in the folder's URL); root when omitted |