Supervisr: Integration
Articles related to Integration
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...
Mon, 9 Sep, 2024 at 10:07 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
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
All requests to ingestion 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 are...
Sun, 12 Nov, 2023 at 12:31 PM
Cloud storage page allows users to configure connections to external storage providers. These storage providers can be used to import files using Importr. Good to know: Salesforce files library cloud storage is available by default. To add new storage provider, click on Add Storage button and select desired...
Tue, 30 Jul, 2024 at 10:11 AM
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