upload_file_to_itglue
Upload a local file to an organization's Documents section in IT Glue. Requires organization ID and file path; supports any file type with optional filename override.
Instructions
Upload a file to IT Glue Documents (GlueFiles).
This uploads a file to an organization's Documents section using session authentication. Supports any file type.
If no valid session is cached, this will return an error asking you to run the session capture script.
Args: organization_id: Organization ID to upload to (required) file_path: Local path to the file to upload (required) filename: Override filename (optional, defaults to original filename)
Returns: JSON string with upload result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | ||
| file_path | Yes | ||
| organization_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |