# WebhookCreateDict<!-- -->

## Index[**](#Index)

### Properties

* [**condition](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateDict.md#condition)
* [**description](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateDict.md#description)
* [**do\_not\_retry](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateDict.md#do_not_retry)
* [**event\_types](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateDict.md#event_types)
* [**headers\_template](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateDict.md#headers_template)
* [**idempotency\_key](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateDict.md#idempotency_key)
* [**ignore\_ssl\_errors](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateDict.md#ignore_ssl_errors)
* [**is\_ad\_hoc](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateDict.md#is_ad_hoc)
* [**payload\_template](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateDict.md#payload_template)
* [**request\_url](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateDict.md#request_url)
* [**should\_interpolate\_strings](https://docs.apify.com/api/client/python/api/client/python/reference/class/WebhookCreateDict.md#should_interpolate_strings)

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

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

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

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

**description: NotRequired\[str | None]

### [**](#do_not_retry)do\_not\_retry

**do\_not\_retry: NotRequired\[bool | None]

### [**](#event_types)event\_types

**event\_types: [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]]

### [**](#headers_template)headers\_template

**headers\_template: NotRequired\[str | None]

### [**](#idempotency_key)idempotency\_key

**idempotency\_key: NotRequired\[str | None]

### [**](#ignore_ssl_errors)ignore\_ssl\_errors

**ignore\_ssl\_errors: NotRequired\[bool | None]

### [**](#is_ad_hoc)is\_ad\_hoc

**is\_ad\_hoc: NotRequired\[bool | None]

### [**](#payload_template)payload\_template

**payload\_template: NotRequired\[str | None]

### [**](#request_url)request\_url

**request\_url: str

### [**](#should_interpolate_strings)should\_interpolate\_strings

**should\_interpolate\_strings: NotRequired\[bool | None]
