Merge duplicate people
documentedMerge two profiles into a single canonical profile.
POST /api/v1/merge_customersPeopleno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://track.customer.io/api/v1/merge_customers" \
-X POST \
-H "Authorization: Basic {{TRACK_API_CREDENTIALS}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"primary":{"email":"{{$primary_email}}"},"secondary":{"email":"{{$secondary_email}}"}}'