pipedrive_persons_merge
Merge two persons by consolidating source into target, deleting the source. Preview with dry run; confirm with 'MERGE'.
Instructions
Merge two persons. Source is merged into target. Requires confirm: "MERGE". Supports dry_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_person_id | Yes | Person ID to merge FROM (will be deleted) | |
| target_person_id | Yes | Person ID to merge INTO (will be kept) | |
| confirm | Yes | Must be exactly "MERGE" to confirm merge | |
| dry_run | No |