pub async fn exec_http_hook(
hook: &HttpHook,
_hook_event: &str,
json_input: &str,
) -> HttpHookResultExpand description
Execute an HTTP hook by POSTing the hook input JSON to the configured URL
pub async fn exec_http_hook(
hook: &HttpHook,
_hook_event: &str,
json_input: &str,
) -> HttpHookResultExecute an HTTP hook by POSTing the hook input JSON to the configured URL