itglue_create_flexible_asset
Create custom flexible assets in IT Glue to document organization-specific information, configurations, or custom data types for MSPs.
Instructions
Create a new flexible asset in IT Glue.
Before creating, use itglue_list_flexible_asset_types to get the type ID, then itglue_list_flexible_asset_fields to see required trait fields.
Args:
organization_id (number): Organization ID (required)
flexible_asset_type_id (number): Flexible asset type ID (required)
traits (object): Trait values as key-value pairs. Keys are field name-keys.
response_format (string): 'markdown' or 'json'
Returns: The created flexible asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | Yes | Organization ID (required) | |
| flexible_asset_type_id | Yes | Flexible asset type ID (required) | |
| traits | Yes | Trait values as key-value pairs. Keys are the trait name-keys from the flexible asset type. | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |