Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 2: Enable Webhook Integration

Email to support@datatheorem.com the following information:

  • Name Of Integration (may contain letters, numbers, dashes, underscores, and spaces)

  • Webhook URL

  • Optional

    • HTTP Bearer Token Authorization Header Value. Example: Bearer 123456abcde

Here a template you may use to when emailing Data Theorem support to enable the webhook integration:

Code Block
Please enable a webhook integration for <ORGANIZATION> using the following settings:

Name: <NAME FOR YOUR INTEGRATION LIKE "SPLUNK" OR "CUSTOM WEBHOOK-1">
URL: <WEBHOOK URL>
<IF USING HTTP BEARER TOKEN AUTH>
Authorization Header Value: <BEARER TOKEN>

You will receive a reply from Data Theorem once your integration has been enabled. Once your webhook integration is enabled your webhook endpoint will begin receiving events in real time from Data TheoremYou can configure webhooks directly in the DevSecOps section of the portal.

Events

The format of events to be sent via the webhook integration is available at https://docs.securetheorem.com/schema/webhooks.json

...