Skip to main content

Module webhook

Module webhook 

Source
Expand description

Webhook notifications for publish events. Webhook notifications backed by the shipper-webhook microcrate.

This module keeps shipper’s public webhook API stable while delegating the HTTP transport behavior to the dedicated microcrate.

Structs§

WebhookClient
Webhook client for dispatching publish events.
WebhookPayload
Typed webhook payload payload.

Enums§

WebhookEvent
Webhook events published during a publish run.

Functions§

maybe_send_event
Send a webhook event if webhooks are configured.

Type Aliases§

WebhookConfig
Webhook configuration type provided by the shipper-webhook microcrate.