Darkseal
GuinsooLabGitHub
  • Welcome to Darkseal!
  • Overview
    • Tutorial
    • Features
      • Basic Features
      • Discovery and Collaboration
      • Glossaries
      • Data Insights
      • Integrations
      • Alerts and Notifications
    • Releases
    • Roadmap
  • Deployment
    • Docker Deployment
    • Bare Metal Deployment
    • Enable Security
      • Basic Authentication
      • Google SSO
      • Okta SSO
      • One Login SSO
      • Keycloak SSO
      • MorganaToken SSO
      • JWT Token
    • Server Configuration
    • Airflow
  • Connectors
    • Database
      • Clickhouse
      • Databricks
      • DeltaLake
      • Druid
      • Hive
      • MariaDB
      • MySQL
      • Pinot
      • Postgres
      • Presto
      • Trino
    • Dashboard
      • Metabase
      • Redash
      • Spotrix
      • Superset
    • Messaging
      • Kafka
      • Redpanda
    • Pipeline
      • Airflow
      • Airbyte
      • Dagster
    • ML Model
      • ML Flow
    • Metadata
      • Amundsen
      • Datahub
    • Ingestion
      • Workflows
      • Lineage
      • Versioning
  • Main Concepts
    • High Level Design
    • Metadata Standard
      • Schemas
  • Developers
    • Architecture
    • Contribute
    • Web Hooks
  • Appendix
    • FAQs
    • APIs
Powered by GitBook
On this page
  • Setup A Generic Type Webhook
  • Setup A Slack Type Webhook
  1. Developers

Web Hooks

PreviousContributeNextFAQs

Last updated 2 years ago

A webhook is a way for an app to provide other applications with real-time information.

Darkseal supports 2 webhook types:

  1. Generic

  2. Slack

Setup A Generic Type Webhook

Path: Settings > Webhook > Add Webhook

Steps:

  1. Add the name of the webhook

  2. Describe the webhook

  3. Enter the Consumer/client URL to consume the event's data

  4. Can be used to activate or disable the webhook

  5. Filters are provided for all the entities and for all the events. Event data for specific action can be achieved

  6. Enter the batch size

  7. Enter the desired connection timeout

  8. A secret key can be used to secure the webhook connection

Setup A Slack Type Webhook

Path: Settings > Slack > Add Slack

Steps:

  1. Add the name of the webhook

  2. Describe the webhook

  3. Enter the Slack endpoint URL

  4. Can be used to activate or disable the webhook

  5. Filters are provided for all entities and for all events. Event data for specific actions can be achieved

  6. Enter the batch size

  7. Enter the desired connection timeout

  8. A secret key can be used to secure the webhook connection