Skip to main content

send_webhook_payload

Function send_webhook_payload 

Source
pub fn send_webhook_payload(payload: WebhookPayload, config: &WebhookConfig)
Expand description

Send a webhook payload directly (non-blocking, enqueues for delivery).

This is the low-level function that checks event filtering and enqueues. Prefer using the notify_* convenience functions for common events.