Create Custom Property
create_custom_propertyCreate a workspace-wide custom property for text, number, checkbox, or date data, and receive its propertyId for referencing in documents and databases.
Instructions
Create a workspace-wide custom property definition (text, number, checkbox, or date). Returns its propertyId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Optional icon name | |
| name | Yes | Display name of the property | |
| type | Yes | Property value type | |
| workspaceId | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| index | Yes | ||
| created | Yes | ||
| propertyId | Yes | ||
| workspaceId | Yes |