update_contact
Update existing contact information in Nimble CRM by specifying fields and values, with an option to merge or replace existing data.
Instructions
Update an existing contact's fields.
Args: contact_id: The Nimble contact ID. fields_json: JSON string of fields to update. Format: {"field name": [{"value": "val", "modifier": "mod"}]} Example: {"email": [{"value": "new@example.com", "modifier": "work"}]} Set a field to an empty list to remove all values for it. replace: If true, replaces all values for each field type. If false, merges with existing values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| replace | No | ||
| contact_id | Yes | ||
| fields_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |