Skip to main content
Version: Next

WebhookCreateDict

Index

Properties

condition

description

description: NotRequired[str | None]

do_not_retry

do_not_retry: NotRequired[bool | None]

event_types

event_types: 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: NotRequired[str | None]

idempotency_key

idempotency_key: NotRequired[str | None]

ignore_ssl_errors

ignore_ssl_errors: NotRequired[bool | None]

is_ad_hoc

is_ad_hoc: NotRequired[bool | None]

payload_template

payload_template: NotRequired[str | None]

request_url

request_url: str

should_interpolate_strings

should_interpolate_strings: NotRequired[bool | None]