# WebhookCreateCamelDict<!-- -->

## Index[**](#Index)

### Properties

* [**condition](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateCamelDict.md#condition)
* [**description](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateCamelDict.md#description)
* [**doNotRetry](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateCamelDict.md#doNotRetry)
* [**eventTypes](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateCamelDict.md#eventTypes)
* [**headersTemplate](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateCamelDict.md#headersTemplate)
* [**idempotencyKey](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateCamelDict.md#idempotencyKey)
* [**ignoreSslErrors](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateCamelDict.md#ignoreSslErrors)
* [**isAdHoc](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateCamelDict.md#isAdHoc)
* [**payloadTemplate](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateCamelDict.md#payloadTemplate)
* [**requestUrl](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateCamelDict.md#requestUrl)
* [**shouldInterpolateStrings](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateCamelDict.md#shouldInterpolateStrings)

## Properties<!-- -->[**](#Properties)

### [**](#condition)condition

**condition: [WebhookConditionCamelDict](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookConditionCamelDict.md)

### [**](#description)description

**description: NotRequired\[str | None]

### [**](#doNotRetry)doNotRetry

**doNotRetry: NotRequired\[bool | None]

### [**](#eventTypes)eventTypes

**eventTypes: [list](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActorEnvVarCollectionClient.md#list)\[Literal\[ACTOR.BUILD.ABORTED, ACTOR.BUILD.CREATED, ACTOR.BUILD.FAILED, ACTOR.BUILD.SUCCEEDED, ACTOR.BUILD.TIMED\_OUT, ACTOR.RUN.ABORTED, ACTOR.RUN.CREATED, ACTOR.RUN.FAILED, ACTOR.RUN.RESURRECTED, ACTOR.RUN.SUCCEEDED, ACTOR.RUN.TIMED\_OUT, TEST]]

### [**](#headersTemplate)headersTemplate

**headersTemplate: NotRequired\[str | None]

### [**](#idempotencyKey)idempotencyKey

**idempotencyKey: NotRequired\[str | None]

### [**](#ignoreSslErrors)ignoreSslErrors

**ignoreSslErrors: NotRequired\[bool | None]

### [**](#isAdHoc)isAdHoc

**isAdHoc: NotRequired\[bool | None]

### [**](#payloadTemplate)payloadTemplate

**payloadTemplate: NotRequired\[str | None]

### [**](#requestUrl)requestUrl

**requestUrl: str

### [**](#shouldInterpolateStrings)shouldInterpolateStrings

**shouldInterpolateStrings: NotRequired\[bool | None]
