create_asset
Create a new asset in Freshservice by providing its name and type, with optional fields for description, impact, user, department, location, agent, tag, and custom fields.
Instructions
Create a new asset.
Args: name: Asset name. asset_type_id: Asset type ID (from get_asset_types). description: Asset description. impact: 1=Low, 2=Medium, 3=High. user_id: User assigned to the asset. department_id: Department ID. location_id: Location ID. agent_id: Agent managing the asset. asset_tag: Custom asset tag. custom_fields: Custom field key-value pairs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| impact | No | ||
| user_id | No | ||
| agent_id | No | ||
| asset_tag | No | ||
| description | No | ||
| location_id | No | ||
| asset_type_id | Yes | ||
| custom_fields | No | ||
| department_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |