Build & host your custom Slack app on Val Town
main.tsx
RunSign up
1
2
3
4
5
import { IncomingWebhook } from "npm:@slack/webhook";
const slack = new IncomingWebhook(Deno.env.get("SLACK_WEBHOOK_URL"));
await slack.send("🥳 Hi from Val Town!");

The quickest way to self-host a Slack app
main.tsx
RunSign up
1
slack.send("Hello");
Write a function.
Post to Slack
Post to Slack
Set up a Slack webhook and send your first message in under 5 minutes
Try now
Plug Slack into your stack
Val Town connects to APIs, databases, and tools across your stack so you can build any automation you need
Try now
