Skip to main content
Version: Next

Webhook

Represents a webhook for receiving notifications about Actor events.

Webhooks send HTTP POST requests to specified URLs when certain events occur (e.g., Actor run succeeds, fails, or times out).

Index

Properties

condition

condition: WebhookCondition

createdAt

createdAt: Date

optionaldescription

description?: string

doNotRetry

doNotRetry: boolean

eventTypes

eventTypes: WebhookEventType[]

optionalheadersTemplate

headersTemplate?: string

id

id: string

ignoreSslErrors

ignoreSslErrors: boolean

isAdHoc

isAdHoc: boolean

optionalisApifyIntegration

isApifyIntegration?: boolean

lastDispatch

lastDispatch: string

modifiedAt

modifiedAt: Date

payloadTemplate

payloadTemplate: string

requestUrl

requestUrl: string

shouldInterpolateStrings

shouldInterpolateStrings: boolean

stats

userId

userId: string