BrainGrid Controller
Workflow Builder
Triggers
Webhook Trigger

Webhook Trigger Configuration

Webhook Triggers enable your system to interact with external services by sending HTTP requests when certain events occur. This integration allows third-party software to trigger workflows based on specific actions or data sent via the webhook.

Configuration

To configure a Webhook Trigger, you will need to provide the following details:

Title

Provide a descriptive title for the webhook trigger.

Description

Provide a detailed description of the webhook trigger and its purpose.

Config

Client ID

Example: k_tsejlzil_k

Provide the unique client ID associated with your webhook trigger configuration.

Webhook URL

Example: https://api.uat.dalfin.ai/api/v1/external-hook/db_202407160257649/k_tsejlzil_k/

Specify the URL endpoint that the external service will use to trigger the webhook. This URL will receive HTTP requests from third-party software.

Authenticated (bool)

In case of authentication, you will need to add headers and values to authenticate the request.

  • Authentication: Indicate whether authentication is required for this webhook.
  • Headers: Add any necessary headers for authentication, such as Authorization, Content-Type, etc.
  • Values: Provide the corresponding values for the headers.

Expected Request Data

Add the expected JSON data structure that the webhook should receive.

{
  "exampleKey": "exampleValue"
}