Skip to content

[Enh]: Support Web Hooks Post-CRUD Operations #3230

@JerryNixon

Description

@JerryNixon

Support asynchronous web hooks that trigger after CRUD operations on an entity. When a record is inserted, updated, or deleted, DAB sends a fire-and-forget HTTP POST to a configured endpoint with metadata about the operation. This enables downstream messaging, auditing, cache invalidation, or event processing without affecting the API request latency. The webhook runs outside the request pipeline and is intended for observation and integration scenarios rather than modifying the API response.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions