update_field_mappings
Update field mapping configurations for existing integrations by adding, removing, or correcting field mappings without recreating artifacts. Changes apply immediately on next sync.
Instructions
Update the field mapping configuration for an existing integration without recreating any artifacts. The mapping is stored in a sys_property record — this tool updates that property and returns the new active mapping.
Use when adding new fields to sync, removing fields, or correcting a mapping mistake. Changes take effect immediately on the next sync event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | Yes | Integration prefix | |
| field_mappings | Yes | Complete NEW field mapping { snField: externalField }. Replaces the existing mapping entirely. | |
| merge | No | If true, merge with existing mapping instead of replacing it |