WebhookRepresentationCamelDict
Index
Properties
doNotRetry
Flag to skip retrying the webhook request on failure.
eventTypes
headersTemplate
Optional template for the HTTP headers sent by the webhook.
idempotencyKey
Key that prevents creating duplicate webhooks, e.g. when the run-starting request is retried.
ignoreSslErrors
Flag to ignore SSL errors when the webhook sends the request.
payloadTemplate
Optional template for the JSON payload sent by the webhook.
requestUrl
The URL to which the webhook sends its payload.
shouldInterpolateStrings
Flag to also interpolate {{...}} variables inside string values of the payload and headers templates.
Minimal representation of an ad-hoc webhook attached to a single Actor run or build via the
webhooksquery parameter. The query parameter value is a Base64-encoded JSON array whose items match this schema. Persistent webhook fields (e.g.condition) are not used here.