update_contact_field
Update an existing custom contact field in Nimble CRM by changing its name, presentation settings, group, tab, or position. Modify field metadata to keep your CRM organized.
Instructions
Update an existing custom contact field.
Args: field_id: The field ID. name: New field name. presentation_json: JSON string for new presentation settings. group_id: New group ID to move the field into. tab_id: New tab ID. insert_after: Field/group ID to move this field after.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| tab_id | No | ||
| field_id | Yes | ||
| group_id | No | ||
| insert_after | No | ||
| presentation_json | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |