Module webhook

Module webhook 

Source
Expand description

Webhook types for event-driven workflow triggering

Allows external systems to trigger workflows via HTTP callbacks

Structs§

CreateWebhookRequest
Request to create a webhook
UpdateWebhookRequest
Request to update a webhook
Webhook
Webhook configuration
WebhookEvent
Webhook event received
WebhookRegistrationResponse
Response after webhook registration
WebhookTriggerRequest
Webhook trigger request
WebhookView
Safe webhook view (no secret)

Enums§

WebhookEventStatus
Webhook event processing status

Functions§

create_webhook_signature
Helper to create HMAC signature for testing
generate_webhook_secret
Helper to generate webhook secret
verify_webhook_signature
Helper to verify HMAC signature

Type Aliases§

WebhookId