itglue_create_organization
Create new organizations in IT Glue to manage client data, including name, type, status, and notes for MSP documentation.
Instructions
Create a new organization in IT Glue.
Args:
name (string): Organization name (required)
organization_type_id (number): Organization type ID
organization_status_id (number): Organization status ID
short_name (string): Short name
description (string): Description
quick_notes (string): Quick notes
alert (string): Alert message
response_format (string): 'markdown' or 'json'
Returns: The created organization with its new ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Organization name (required) | |
| organization_type_id | No | Organization type ID | |
| organization_status_id | No | Organization status ID | |
| short_name | No | Short name for the organization | |
| description | No | Organization description | |
| quick_notes | No | Quick notes about the organization | |
| alert | No | Alert message to display | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |