pub async fn send_webhook(
client: &Client,
cfg: &WebhookConfig,
event: &NotifyEvent,
) -> Result<(), String>Available on crate feature
notify only.Expand description
Deliver a generic webhook, optionally HMAC-signed.
pub async fn send_webhook(
client: &Client,
cfg: &WebhookConfig,
event: &NotifyEvent,
) -> Result<(), String>notify only.Deliver a generic webhook, optionally HMAC-signed.