Supervisr: API Integration
Articles related to API Integration
API Integration lets you listen for events on your DataGroomr account so your integration can automatically trigger reactions. DataGroomr uses webhooks to notify your application when an event happens in your account. Begin using webhooks with your DataGroomr integration in just two steps: Create an endpo...
Wed, 3 Nov, 2021 at 5:02 PM
Start by click on the Add Endpoint button, this will bring up an Add Endpoint 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 Merge Post Merge Post Convert Select all or specific da...
Wed, 11 May, 2022 at 10:22 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...
Wed, 11 May, 2022 at 2:05 PM