Webhook
Index
Methods
__post_init__
Returns None
Properties
do_not_retry
Whether to skip retrying the request on failure.
event_types
Events that trigger the webhook.
headers_template
Template for the HTTP headers sent by the webhook.
idempotency_key
Key that prevents creating duplicate webhooks.
ignore_ssl_errors
Whether to ignore SSL errors when sending the request.
payload_template
Template for the JSON payload sent by the webhook.
request_url
URL the webhook sends its payload to.
An Apify webhook definition used by the Actor SDK.
The same instance can be passed as an ad-hoc webhook to
Actor.start()/Actor.call()or as a persistent webhook toActor.add_webhook()(thecondition.actor_run_idis set automatically to the current run).