WebhookRepresentationDict
Index
Properties
event_types
The list of Actor events that trigger this webhook.
headers_template
Optional template for the HTTP headers sent by the webhook.
payload_template
Optional template for the JSON payload sent by the webhook.
request_url
The URL to which the webhook sends its payload.
TypedDict counterpart of
WebhookRepresentationfor ad-hoc webhooks.Captures the minimal shape the Apify API actually requires when attaching ad-hoc webhooks to a run: only
event_typesandrequest_urlare mandatory. UnlikeWebhookCreateDict, there is noconditionfield — the API does not use it for ad-hoc webhooks.