Skip to main content
Module

x/windmill/mod.ts>WorkspaceService.runSlackMessageTestJob

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
method WorkspaceService.runSlackMessageTestJob
import { WorkspaceService } from "https://deno.land/x/windmill@v1.309.2/mod.ts";

run a job that sends a message to Slack

Parameters

unnamed 0: { workspace: string; requestBody: { hub_script_path?: string; channel?: string; test_msg?: string; }; }

Returns

CancelablePromise<{ job_uuid?: string; }>

any status