create_document
Create a document in IT Glue for an organization. Support HTML content, optional folder assignment, or root placement.
Instructions
Create a new document in IT Glue for an organization. If neither document_folder_id nor skip_folder_prompt is supplied, the user is prompted to pick a folder. When a JWT credential is configured, the prompt is a name-based picker (preferred UX); otherwise it accepts a folder URL, a sibling-document URL, or a numeric folder ID (since folder names are not in API-key scope). Pass skip_folder_prompt=true to always create at the organization root without prompting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | Yes | Organization ID to create the document in | |
| name | Yes | Document name/title | |
| content | No | Document content (HTML supported) | |
| document_folder_id | No | Optional folder ID to place the document in. Find folder IDs in the IT Glue web URL (e.g. `/documents/folder/12345/`) or by inspecting `document-folder-id` on an existing document in that folder. | |
| skip_folder_prompt | No | If true, skip the interactive folder picker and create the document at the organization root. |