Skip to main content

send_webhook

Function send_webhook 

Source
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.