Add obligation webhooks

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-02-27 17:03:44 +01:00
parent 6905472fba
commit 6a83b53b47
11 changed files with 138 additions and 25 deletions

View File

@@ -0,0 +1,3 @@
ALTER TYPE webhook_event_type ADD VALUE 'obligation:created';
ALTER TYPE webhook_event_type ADD VALUE 'obligation:updated';
ALTER TYPE webhook_event_type ADD VALUE 'obligation:deleted';