Skip to content

History and lifecycle management

Merge duplicate companies

Normalize company domains and merge confident duplicate companies.

Available recipeIncludes configuration, sample data and tests

Make it your own

Review the setup and limits below, then open an editable copy in Turbyn.

Use this recipe

Your selection stays with you through signup.

What it does

Shared-domain and subsidiary candidates are surfaced for review.

What to customize

Protect subsidiaries and selected company IDs.

Run the included tests with your configuration and mappings. Review success, missing-input and failure results before publishing.

Expected outcome

This included example runs in dry-run mode with synthetic data. Integration tests separately cover provider responses using test doubles. It is not a live customer result.

Sample input

sample-input.json

{
  "inputFields": {
    "field1": "{\"domain\":\"www.example.com\"}"
  }
}
Sample output

sample-output.json

{
  "outputFields": {
    "output1": "planned",
    "output2": "dry_run",
    "output3": "No provider calls or changes were made."
  }
}

Returned fields

output1
merged, planned, review, no_match, or error
output2
survivor or reason
output3
JSON details

What changes when it runs

Searches companies by normalized domain and posts merge requests.

Ready to try it with your rules?

Map your inputs, test a sample and publish the version you’ve checked.

Use this recipe