Function trigger_webhook

Source
pub async fn trigger_webhook(
    key: &str,
    event: &str,
    body: Option<&HashMap<&str, &str>>,
) -> Result<(), impl Error>