Webhooks - MindBridge Documentation

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.


WEBHOOK

Example

{
  "eventId": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "senderId": "<string>",
  "tenantId": "<string>",
  "userId": "<string>",
  "data": {
    "eventId": "<string>",
    "analysisId": "<string>",
    "analysisResultId": "<string>",
    "engagementId": "<string>"
  }
}

Authorizations

Authorization

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

A unique event ID for the event that triggered the outbound webhook request.

Timestamp associated with the outbound HTTPS request.

The digital signature that can be used to validate the authenticity of the webhook data.

Body

application/json

The event type that triggered the webhook.

Available options:

The ID of the event that triggered the outbound request.

The time that the webhook was triggered.

The ID of the registered webhook configuration that initiated the outbound request.

The name of the tenant that triggered the webhook.

The ID of the user that initiated the event that triggered the webhook.

The data associated with the webhook event.