pub async fn send_webhook_by_name_with_config( config_path: &str, name: &str, ) -> Result<(), WebHookError>
Send a webhook by name using an explicit config path.