Function ifttt_webhook::trigger_webhook[][src]

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