Setup
These articles provide guidance on configuring integrations, APIs, and security features, managing objects and storage, and customizing matching, merging, and event handling within DataGroomr.
Accessing In order to select which objects DataGroomr works with press Objects link located under the Setup section in the Navigation Menu. Adding an Object DataGroomr can detect duplicates in any Salesforce object. By default, Leads, Contacts and Accounts are loaded into the DataGroomr analysis en...
Fri, 12 Sep, 2025 at 11:41 AM
Dictionaries are used to make your matching models and transformation rules smarter, efficient and more accurate. They are referenced within Classic and Machine Learning models to group or ignore similar names, keywords or abbreviations together. Examples can include (CEO and Chief Executive Officer), people n...
Fri, 12 Sep, 2025 at 11:54 AM
API Integration lets you extend DataGroomr and integrate external systems by providing three options, Webhooks - for listening for events in your DataGroomr account so your integration can automatically trigger reactions. Handlers - to override DataGroomr's behavior for standard actions like merging. Ing...
Fri, 12 Sep, 2025 at 11:24 AM
Start by click on the Add Webhook button, this will bring up an Add Webhook dialog. Specify the following values: Endpoint URL in the form of the absolute URI, for example https://baconipsum.com/api Select events which should trigger integration Post Merge Post Convert Select all or specific datase...
Sun, 12 Nov, 2023 at 12:21 PM
Test Endpoint integration by selecting the Test tab on the Add Endpoint dialog. Select an event you'd like to test in the Event Type dropdown and hit the Send button. Request Headers and Body will be displayed at the top and Response Headers and Body will be displayed below.
Mon, 25 Oct, 2021 at 7:57 PM
Verify the events that DataGroomr sends to your endpoints. DataGroomr signs the events it sends to your endpoints by including a signature in each event’s X-DataGroomr-Signature header. This allows you to verify that the events were sent by DataGroomr, not by a third party. Before you can verify signatures,...
Mon, 24 Oct, 2022 at 4:23 PM
Provides an ability to override the standard Merge method with user defined method. One practical example is implementing custom merge method in Apex and exposing it as a Salesforce REST. Read more: Exposing Apex Classes as REST Web Services | Apex Developer Guide | Salesforce Developer @RestResource(ur...
Sun, 12 Nov, 2023 at 12:01 PM
All requests to integration API should be authenticated. The DataGroomr API uses API keys to authenticate requests. You can view and manage your API keys in the Supervisr Dashboard. Your API keys carry many privileges, so be sure to keep them secure. Don't share your secret API keys in publicly accessible a...
Thu, 4 Sep, 2025 at 12:00 PM
Start by clicking on the Add Handler button, this will bring up an Add Handler dialog. Specify the following values: Endpoint URL in the form of the absolute URI, for example https://baconipsum.com/api Select an event which should trigger integration Merge Select all or specific datasets which shoul...
Sun, 12 Nov, 2023 at 12:29 PM
Cloud storage page allows users to configure connections to external storage providers. These storage providers can be used to import files using Transfer. Good to know: Salesforce files library cloud storage is available by default. To access the Cloud Storage interface, navigate to the left-hand navigatio...
Fri, 12 Sep, 2025 at 11:32 AM