Skip to main content
slack_web_api illustration

Slack Web API

Simple, convenient, and configurable HTTP client for making requests to Slack’s Web API. Deno port of @slack/web-api

build status language code size issues license version

View on deno.land




Usage

import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts"
const web = new WebClient("your-token-here")

await web.chat.postMessage({
    channel: "C01C74D080J",
    text: "Hi from slack for deno",
})

API

Supporters

Stargazers repo roster for @KhushrajRathod/slack-web-api

Forkers repo roster for @KhushrajRathod/slack-web-api