Skip to main content

Webhook

Index

Properties

__model_config__

__model_config__:

event_types

event_types: Annotated[ list[WebhookEventType], Field(description='Event types that should trigger the webhook'), ]

payload_template

payload_template: Annotated[ str | None, Field(description='Template for the payload sent by the webook'), ]

request_url

request_url: Annotated[ str, Field(description='URL that the webhook should call'), BeforeValidator(validate_http_url), ]