Skip to main content
Version: Next

WebhookRepresentation

Representation of a webhook for base64-encoded API transmission.

Contains only the fields needed for the webhook payload sent via query parameters.

Index

Properties

event_types

event_types: list[str]

The list of Actor events that trigger this webhook.

headers_template

headers_template: str | None

Optional template for the HTTP headers sent by the webhook.

model_config

model_config: Undefined

payload_template

payload_template: str | None

Optional template for the JSON payload sent by the webhook.

request_url

request_url: str

The URL to which the webhook sends its payload.