Skip to main content
Version: Next

WebhookCreateCamelDict

Index

Properties

condition

description

description: NotRequired[str | None]

doNotRetry

doNotRetry: NotRequired[bool | None]

eventTypes

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

idempotencyKey

idempotencyKey: NotRequired[str | None]

ignoreSslErrors

ignoreSslErrors: NotRequired[bool | None]

isAdHoc

isAdHoc: NotRequired[bool | None]

payloadTemplate

payloadTemplate: NotRequired[str | None]

requestUrl

requestUrl: str

shouldInterpolateStrings

shouldInterpolateStrings: NotRequired[bool | None]