create_custom_field
Create custom metadata fields for workflows by specifying a name, label, type, and optional validation and options.
Instructions
Create a custom metadata field for workflows. name: Identifier name (alphanumeric/snake_case). label: Human readable display label. type: Field type (e.g. 'text', 'number', 'select', 'date'). description: Optional details. validation: Optional regex/constraint config dictionary. options: Optional choice list for select fields. is_active: True if field is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| label | Yes | ||
| options | No | ||
| is_active | No | ||
| validation | No | ||
| description | No |