Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/slack_web_api_client/client/webhook-client.ts>WebhookSender

Streamlined Slack Web API client for TypeScript
Go to Latest
class WebhookSender
import { WebhookSender } from "https://deno.land/x/slack_web_api_client@0.5.0/client/webhook-client.ts";

Constructors

new
WebhookSender(url: string)

Methods

call(params: WebhookParams): Promise<Response>