# CreateHookOption ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **active** | **Boolean** | | [optional] **authorizationHeader** | **String** | Authorization header to include in webhook requests | [optional] **branchFilter** | **String** | Branch filter pattern to determine which branches trigger the webhook | [optional] **config** | [**CreateHookOptionConfig**](CreateHookOptionConfig.md) | | **events** | **List<String>** | List of events that will trigger this webhook | [optional] **name** | **String** | Optional human-readable name for the webhook | [optional] **type** | [**TypeEnum**](#TypeEnum) | | ## Enum: TypeEnum Name | Value ---- | ----- DINGTALK | "dingtalk" DISCORD | "discord" GITEA | "gitea" GOGS | "gogs" MSTEAMS | "msteams" SLACK | "slack" TELEGRAM | "telegram" FEISHU | "feishu" WECHATWORK | "wechatwork" PACKAGIST | "packagist"