# Add a new webhook **POST /api/dw/webhook** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ### Body: application/json (object) - **data** (object) ## Responses ### 200 Add a new webhook #### Body: application/json (object) - **reference_class_name** (string) - **reference_ids** (string) - **database_action** (string) - **notification_type** (string) - **notification_url** (string) - **request_timeout** (integer) - **notification_value_path** (string) - **include_write_permission** (boolean) - **created** (string(date-time)) - **updated** (string(date-time)) - **name** (string) - **deleted** (boolean) [Powered by Bump.sh](https://bump.sh)