Supervisr: API Integration

Articles related to API Integration

API 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...
Sun, 12 Nov, 2023 at 12:33 PM
Webhooks
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
Handlers
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
Ingestion API and secret keys
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
Test Endpoint
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
Check Event Signature
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
Overriding standard Merge method using Apex
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