create_organization
Create a new organization in IT Glue by providing a name and optional details such as description, type, status, and quick notes.
Instructions
Create a new organization in IT Glue.
Args: name: Organization name (required) description: Organization description organization_type_id: Organization type ID organization_status_id: Organization status ID quick_notes: Quick notes for the organization
Returns: JSON string with the created organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| quick_notes | No | ||
| organization_type_id | No | ||
| organization_status_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |