Skip to main content

send_webhook

Function send_webhook 

Source
pub async fn send_webhook(
    url: &str,
    payload: &Value,
    secret: Option<&str>,
) -> ConnectResult<WebhookDelivery>
Expand description

Send a webhook with optional signature.