create_data_field
Create custom data fields for forms to collect specific information from contacts. Define field type, label, and options for company-wide reuse.
Instructions
Create a reusable form data field (company-scoped). Example: {"label":"Budget Range","fieldType":"select","required":true, "options":[{"label":"< $10k","value":"small"}, {"label":"$50k+","value":"large"}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes |