WebhookTarget
WebhookTarget
WebhookTarget for creating or updating webhook.
| Name | Type | Description |
|---|---|---|
| CustomHeader | List<Dictionary<string, object>> | List of custom header to be added in webhook. |
| HttpBasicAuth | string | Basic auth for the http request. |
| HttpBasicPassword | string | Http Password if required to authorize target. |
| TargetUrl | string | Target url for the request to be triggered. |