merge_contact_profiles
Resolve duplicate contact profiles by merging source data into a target profile. Consolidates all contact IDs for users with multiple profiles.
Instructions
Merges two Cognigy.AI contact profiles into one. The source profile data is merged into the target, and all contact IDs are combined. Use when the same user has multiple profiles. MUTATING: Set dryRun=false to merge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true (default), validates without merging. Set to false to actually merge. | |
| sourceProfileId | Yes | The source profile ID (will be merged into target) | |
| targetProfileId | Yes | The target profile ID (will receive the merged data) |