pub async fn send_webhook(
url: &str,
payload: &Value,
secret: Option<&str>,
) -> ConnectResult<WebhookDelivery>Expand description
Send a webhook with optional signature.
pub async fn send_webhook(
url: &str,
payload: &Value,
secret: Option<&str>,
) -> ConnectResult<WebhookDelivery>Send a webhook with optional signature.