upservice_create_directory_record
Create a new record in a directory (e.g., asset or contact) by providing title, category, and responsible employee. Optionally include description, inventory number, and extra fields.
Instructions
Create a new record within a directory (e.g. an asset or contact entry).
Args: params (CreateDirectoryRecordInput): title, category (directory ID), responsible (employee ID), description (optional), inventory_number (optional), extra_fields (optional dict)
Returns: str: JSON of the created record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |